Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.00 KB | None | 0 0
  1. Section 1
  2.  
  3. Post 1(>>8282778)
  4.  
  5. We start with a rudimentary axiomatic system.
  6.  
  7. Primitive terms: point, line, incidence(a relation between a line an a point).
  8.  
  9. Axiom 1: For any two distinct points, at most one distinct line is incident to both.
  10.  
  11. Axiom 2: For any two distinct points, there is at least one line incident to both.
  12.  
  13. Axiom 3: For any two distinct lines, there is at least one point which is incident to both.
  14.  
  15. If you're curious as to how we came up with this system, see http://pastebin.com/50w9MYjD, though the axioms have been modified and swapped from there. For now we will take these axioms as given. While not much, these axioms will allow us to prove a few simple theorems. (Ends of proofs will be signified with #.)
  16.  
  17. Theorem 1.1: Given any two distinct lines, there exists at most one incident to both.
  18.  
  19. Proof: Suppose we have two distinct line that are each incident to at least two distinct points. Then any two distinct points that are incident to both are each incident more that one common line(see posted pic(http://i.imgur.com/aiTDeTC.png)), in contradiction to Axiom 1. #
  20.  
  21. Theorem 1.2: Two distinct points uniquely specify a line incident to both points.
  22.  
  23. Proof: This is simply a conjunction of Axiom 1 and Axiom 2. #
  24.  
  25. Theorem 1.3: Two distinct lines uniquely specify a point incident to both lines.
  26.  
  27. Proof: This is simply a conjunction of Axiom 3 and Theorem 1.1. #
  28.  
  29. These theorems will be used to create a naming scheme for points and lines. Also, note that Theorems 1.1 and 1.2 only rely on Axioms 1 and 2. Thus, in systems where Axiom 3 may not hold, Theorems 1.1 and 1.2 may still be used.
  30.  
  31. Part 2
  32.  
  33. Before we explain our notation, we should emphasize that while the terminology of 'points' and 'lines' is suggestive of Euclidean geometry, they can be anything that satisfies the axioms that we are using. To reinforce this idea, when 'points' and 'lines' are given single letter names, we will go against common convention and give 'points' lowercase names and 'lines' uppercase names.
  34.  
  35. The full naming system is thus defined as follows:
  36.  
  37. A valid point name may be:
  38.  
  39. - A single lowercase letter with optional punctuation (not [] or any other reserved characters) and subscripts.
  40. Examples: c, a', g”, r_1, e*
  41.  
  42. - A string of the form [#][?], where # and ? are names of distinct lines which are incident at the named point. Square brackets are omitted for line names which are single letters.
  43.  
  44. A valid line name may be:
  45.  
  46. - A single uppercase letter with optional punctuation (not [] or any other reserved characters) and subscripts.
  47. Examples: F, L', G”, B_2, A**
  48.  
  49. - A string of the form [!][&], where ! and & are names of distinct points which are incident to the named line. Square brackets are omitted for point names which are single letters.
  50.  
  51. Examples of point names: A*B, C_2[de], [fg][hi], O[p[QR]], [a[[wx][yz]]][mn], [a[KL]][b[MN]]
  52.  
  53. Examples of line names: c”d, c_3[PQ], [AB][A*B*], [Q[ef]]x, [PQ][R[[EF][GH]]], [A'[bc]][A[b'c']]
  54.  
  55. Thanks to Theorems 1.2 and 1.3, this system not only names points and lines uniquely, but also describes their construction. If Axiom 2 or 3 do not apply, however, names can be generated that do not name any object. In this case, other axioms must be used to guarantee the existence of named objects.
  56.  
  57. Part 3
  58.  
  59. When a point and a line are incident, it can be said that the point lies on the line, the line passes through the point, or other similar terms, to simplify discussion. To that end, we also define some terms.
  60.  
  61. Given a set of lines, a [b]meet[/b] of that set is a point which lies on all of the lines of the set.
  62.  
  63. Given a set of points, a [b]join[/b] of that set is a line which passes through all of the points of the set.
  64.  
  65. A set of lines is [b]concurrent[/b] if there exists a meet of that set.
  66.  
  67. A set of points is [b]collinear[/b] if there exists a join of that set.
  68.  
  69. A [b]configuration[/b] is a finite set of points and lines which obeys Axiom 1 in itself.
  70.  
  71. A configuration where every line passes though at least three distinct points of the configuration and every point lies on at least three distinct lines of the configuration is [b]confined[/b]. A configuration which is not confined is [b]open[/b].
  72.  
  73. We may use figures of configurations to illustrate proofs by drawing 'points' as points and 'lines' as lines. Since typical screens are Euclidean, such figures may not represent the intended geometry accurately. Even if they do, the diagram may suggest arguments and theorems not supported by the axioms used. To guard against this, curves may often represent 'lines' and apparent intersections ignored unless explicitly marked.
  74.  
  75. Three lemmas that will be useful later will also be stated here; proofs are left to the reader.
  76.  
  77. Lemma 1.4 (Collinearity Lemma): Given two collinear sets of points whose intersection has at least size two, their union and any subset thereof is also collinear.
  78.  
  79. Lemma 1.5 (Concurrency Lemma): Given two concurrent sets of lines whose intersection has at least size two, their union and any subset thereof is also concurrent.
  80.  
  81. Lemma 1.6 (Cross Lemma): Given distinct lines L, M and distinct points p, q, {p, LM, q} collinear iff {L, pq, M} concurrent.
  82.  
  83. The next post will show some deficiencies with our axiom system, and how to fix them.
  84.  
  85. Post 4
  86.  
  87. While these axioms can be shown to have many different models, some of these are uninteresting mathematically. Firstly, since our system contains no unconditional existence axiom, an empty set of points and lines fulfills our axioms. The way eliminate such uninteresting models, such as the one posted(http://i.imgur.com/IV9RatF.png), is to add more axioms to our system.
  88.  
  89. Axiom 4: Every line is incident to at least three distinct points.
  90.  
  91. Axiom 5: For any line, there exists a point not incident to it.
  92.  
  93. Axiom 6: There exists a line.
  94.  
  95. These axioms aren't our only options. If we only wanted to add one axiom, we use do the following:
  96.  
  97. Axiom 4+: There exist four points such that no line is incident with any three.
  98.  
  99. Another set of axioms can be more useful in some circumstances.
  100.  
  101. Axiom 4*: Given any two points, there exists a line not incident to either point.
  102.  
  103. Axiom 5*: Given any two lines, there exists a point not incident to either line.
  104.  
  105. Axiom 6*: There exist two distinct points.
  106.  
  107. All of these axiom sets can be shown to be equivalent, as these theorems will show:
  108.  
  109. Theorem 1.4a: Given axioms 1-3, Axiom 4-6 imply Axioms 4*-6*
  110.  
  111. Proof: Given two distinct points a and b, Theorem 1.2 guarantees the existence of a unique line ab. Axiom 4 guarantees the existence of a distinct point c on the line ab, while Axiom 5 guarantees some point d not on line ab(see http://i.imgur.com/p9ZjX7I.png). The line cd is the line required by Axiom 4*.
  112.  
  113. Given two distinct lines A and B, Theorem 1.1 and Axiom 4 implies that there exist points a lying on A but not on B and b lying on B but not on A. The line ab, by Axiom 4, passes through a third distinct point c, as shown at http://i.imgur.com/hqzkaCU.png. Point c fulfills the requirement for Axiom 5*.
  114.  
  115. Axiom 6 asserts that some line L exists. Axiom 4 implies that distinct points p and q lie on L. These two points are what is needed for Axiom 6*. #
  116.  
  117. Post 5
  118.  
  119. Theorem 1.4b: Given Axioms 1-3, Axioms 4*-6* imply Axiom 4+.
  120.  
  121. Proof: We start with the two given points p and q granted by Axiom 6*. In addition to line pq, we also get a line L not passing through p or q from Axiom 4*. Axiom 5* gets us a point r not on either L or pq, as shown in the posted pic(http://i.imgur.com/kneykpw.png).
  122.  
  123. The points p, r, L[pq], and L[rq] are a set of points that satisfy Axiom 4+, as if three of these points were collinear it would imply that p or r lie on L either directly or by cross lemma, which cannot be true by construction. #
  124.  
  125. Theorem 1.4c: Given Axioms 1-3, Axiom 4+ implies Axioms 4-6.
  126.  
  127. Proof: Given some line L, first assume it passes through at most one of 4 points given by Axiom 4+. Then take three of the points not on L. Call these points a, b, and c. Since they are not collinear, the lines ab, bc, and ca are distinct. By Axiom 3, each of these lines must meet L(http://i.imgur.com/d7bCKrd.png). These meets must be distinct, as otherwise some of the points a, b, c would lie on L. Thus, these meets are three distinct points lying on L, as required by Axiom 4.
  128.  
  129. Now, consider the case where L passes through two of the four given points. Call these points p and q, and call the other points r and s. The line rs must meet L at L[rs](http://i.imgur.com/WOfG0s0.png). The point L[rs] must be distinct from both p and q, as otherwise three of the given four points are collinear. Thus, the points p, q, and L[rs] are three distinct points on L, again as required by Axiom 4.
  130.  
  131. Axiom 4+ implies Axiom 5 as no line can pass through all four points by construction, while it implies Axiom 6 as you can simply take the join of two of the four given points.#
  132.  
  133. These sub-theorems culminate in the following theorem:
  134.  
  135. Theorem 1.4: Given Axioms 1-3, Axioms 4-6, Axiom 4+, and Axioms 4*-6* are all equivalent.
  136.  
  137. We say that any system of lines and points which satisfies Axioms 1-6 is a '''projective plane'''.
  138.  
  139. Post 6
  140.  
  141. We define the following:
  142.  
  143. A '''morphism''' between two projective planes is function that takes the points of first plane to the points of the second and the lines of the first plane to the lines of the second such that if a line and a point are incident in the first plane, then their images in the second plane are incident as well.
  144.  
  145. A similar definition can be made for configurations as well. Once the notion of morphism between such objects defined, other terms naturally arise (isomorphic systems, automorphisms, etc.). We generally treat isomorphic (or nearly isomorphic, in the case of configurations) systems as the same.
  146.  
  147. We still need to ensure that there are models for these new axioms. The one defined below is of particular interest:
  148.  
  149. Let the point set, the line set, and the incidence relation be defined as follows:
  150.  
  151. Pr = Point set: The set of all Euclidean lines through the origin in R^3.
  152.  
  153. Lr = Line set: The set of all Euclidean planes through the origin in R^3.
  154.  
  155. Ir = Incidence: A line and point are incident if the Euclidean plane contains the Euclidean line.
  156.  
  157. Theorem 1.5a: {Pr, Lr, Ir} is a projective plane.
  158.  
  159. Proof: First we check if Axioms 1-3 hold.
  160.  
  161. Axiom 1: In R^3, distinct planes have at most one common contained line. If Axiom 1 were violated, two planes would exist that have two common lines between then, in violation of this fact.
  162.  
  163. Axiom 2: Take two non-zero vectors such that each given line contains the tip of one vector. Their cross-product is guaranteed to be non-zero and orthogonal to both vectors. The equation that defines orthogonality to that cross product is a single linear equation with three unknowns, so it defines a plane which clearly contains the two given lines.
  164.  
  165. Axiom 3: In fact, either two distinct planes contain a common line, or they share no common points at all. Since the two given plane each contain the origin, they must have a common line.
  166.  
  167. To finish, the x, y, and z axes, along with the line x=y=z satisfy Axiom 4+. #
  168.  
  169. Post 7
  170.  
  171. Given the projective plane constructed above, consider a plane not passing through the origin. For those 'points' and 'lines' which do intersect the off-origin plane make intersections of points and lines on that plane.
  172.  
  173. The only 'line' which does not intersect is the plane parallel to the off-origin plane. Furthermore, parallel lines on the off-origin plane correspond to 'lines' which are concurrent to the parallel plane, exactly analogous to the ideal line and points discussed in the last thread. In this way the idea of a Euclidean plane + a line at 'infinity' is made rigorous.
  174.  
  175. Note in particular, with this construction, it is abundantly clear that the ideal 'line' is exactly like any of the other 'lines' of the projective plane. Any 'line' can be made into an ideal 'line' with the right off-origin plane.
  176.  
  177. The most important consequence of this is that a single theorem of projective planes can imply several distinct Euclidean plane theorems, depending on the choice of the line at infinity. Going the other way, if you want to see if a condition applies to this particular projective plane, with a judicious choice of ideal line, you can translate the condition into an equivalent Euclidean one, then bring the techniques of Euclidean Geometry to bear.
  178.  
  179. This consequence is important enough to give this plane a name. We call the plane isomorphic to the Euclidean plane with an added line at 'infinity' the [b]real projective plane[/b].
  180.  
  181. Post 8
  182.  
  183. Another model of projective plane axioms involves the use of perfect difference sets(PDS) modulo n. These are subsets of Z/nZ such that for any non-zero residue, there exist a unique ordered pair of residues in the PDS such that the difference of the pair is equal to the given residue. Note that to satisfy Axioms 4-6, n must be greater than three.
  184.  
  185. The first formula line in the posted pic(http://i.imgur.com/tXP7XB0.png) says that [math]R_{diff}[/math] is our PDS mod n, and the next two show how to obtain a the point set [math]P_{diff}[/math], line set [math]L_{diff}[/math], and incidence relation [math]I_{diff}[/math], from [math]R_{diff}[/math].
  186.  
  187. Theorem 1.5b: The system [math]\{P_{diff},\, L_{diff},\, I_{diff}\}[/math] is a projective plane.
  188.  
  189. Proof: The proof that the system complies with Axioms 1-3 follows very easily from the definition of a PDS. We now note the following facts:
  190.  
  191. - The set of first residues of points which are incident to a particular line always form a PDS mod n. In particular, it is a shifted version of the generating PDS.
  192. - No PDS can contain the same non-zero difference between two distinct pairs of residues. In particular, no PDS can contain any arithmetic progression of residues.
  193. - [math]n = k^{2}+k+1[/math] where k is is one less than the size of the PDS. Therefore, n is at least 7.
  194.  
  195. Now, consider the set of points {(0,0), (1,0), (2,0)}. These three points are non-collinear for the reasons stated above. If the point (3,0) is collinear with {(0,0), (2,0)}, then let p = (4,0). If the point (3,0) is collinear with {(0,0), (1,0)}, let p = (5,0). Otherwise, let p = (3,0). Thus, it can be proven with the facts above that the set {(0,0), (1,0), (2,0), p} satisfies Axiom 4+.#
  196.  
  197. Post 8-1:
  198.  
  199. P.S.:
  200. More detail in the proof:
  201.  
  202. Case 1: {(0,0), (1,0), (3,0)} is collinear
  203. Then so are {(1,0), (2,0), (4,0)} and {(-1,0), (0,0), (2,0)}
  204. Thus (5, 0) cannot lie on any of their joins on pain of non-unique differences. (5 - 3 = 3 - 1, 2 - 5 = -1 - 2, 2-1 = 5-4).
  205.  
  206. Case 2: {(0,0), (2,0), (3,0)} is collinear
  207. Then so are {(-1,0), (1,0), (2,0)} and {(-2,0), (0,0), (1,0)}
  208. Thus (4, 0) cannot lie on any of their joins on pain of non-unique differences. (4 - 2 = 2 - 0, 1 - 4 = -2 - 1, -1 - 1 = 2 - 4).
  209.  
  210. Examples of PDSs are {0, 1, 4, 14, 16} mod 21 and {0, 1, 3, 8, 12, 18} mod 31. It has been shown that for any prime power k, there exists a PDS mod k2+k+1, where each point lies on k+1 lines. Thus we have an infinite number of non-isomorphic projective planes, though each plane has only finitely many points and lines.
  211.  
  212. Post 9:
  213.  
  214. We finish off this series of posts by looking at a feature that our full axiom set has. Before we do that, we need to prove a certain theorem.
  215.  
  216. Theorem 1.6: There exist two distinct lines.
  217.  
  218. Proof: We are given two distinct points p and q from Axiom 6*. In addition to line pq, we also get a line L not incident to either p or q from Axiom 4*. As pq passes though both points, these lines must be distinct. #
  219.  
  220. Now consider the pairs of propositions below:
  221.  
  222. Axiom 1 – Theorem 1.1
  223. Axiom 2 – Axiom 3
  224. Axiom 4* - Axiom 5*
  225. Axiom 6* - Theorem 1.6
  226.  
  227. Note that the statements within each pair are the same but with the words 'point' and 'line' swapped, plus some insignificant wording changes. Also, each of these propositions is true for any projective plane, and these pairs encompass the full set of axioms so far. This has some important consequences:
  228.  
  229. - Any theorem proved with the plane axioms in any of their equivalent forms has a dual theorem obtained by swapping the words 'point' and 'line' and similar term pairs (join-meet, collinear-concurrent, etc.). While the dual theorem may just be equivalent to the original, it is always provable if the original theorem is.
  230.  
  231. -For any projective plane, the [math]\textbf{dual plane}[/math] is defined as follows.
  232. - The points of the dual plane are precisely the lines of the staring plane.
  233. - The lines of the dual plane are precisely the points of the staring plane.
  234. - Incidence in the dual plane is inherited from the starting plane.
  235. The property of the axioms discussed above guarantee that the dual plane is a projective plane in its own right. They do not imply that the dual plane is isomorphic to the original.
  236.  
  237. This property of the plane axioms is called [math]\textbf{duality}[/math]. It often allows us to prove two distinct theorems with one proof. If we wish to extend the plane axioms, we need to take steps if we wish duality to still hold.
  238.  
  239. The next thread will introduce the major 'tool' we use to examine projective planes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement