finite incidence geometry in gap
play

Finite Incidence Geometry in GAP GAP in Algebraic Research Jan De - PowerPoint PPT Presentation

Finite Incidence Geometry in GAP GAP in Algebraic Research Jan De Beule 21 November 2018 Contents Introduction Projective spaces Incidence Geometry Projective geometry over (skew)fields Groups of collineations of a projective space Polar


  1. Finite Incidence Geometry in GAP GAP in Algebraic Research Jan De Beule 21 November 2018

  2. Contents Introduction Projective spaces Incidence Geometry Projective geometry over (skew)fields Groups of collineations of a projective space Polar spaces Geometry morphisms Generalized polygons Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 1/55

  3. Some history on (finite) incidence geometry ◮ Beniamino Segre, classical algebraic geometry. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 2/55

  4. Some history on (finite) incidence geometry ◮ Beniamino Segre, classical algebraic geometry. ◮ Jacques Tits, geometry of finite simple groups. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 2/55

  5. Some history on (finite) incidence geometry ◮ Beniamino Segre, classical algebraic geometry. ◮ Jacques Tits, geometry of finite simple groups. ◮ many others .... Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 2/55

  6. FinInG ◮ Finite Incidence Geometry in GAP . ◮ Development started in 2005. ◮ Authors: John Bamberg, Anton Betten, Philippe Cara, Jan De Beule, Michel Lavrauw, and Max Neunhöffer ◮ http://www.fining.org ◮ https://bitbucket.org/jdebeule/fining ◮ https://www.gap-system.org/Packages/ fining.html ◮ support ’at’ fining.org Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 3/55

  7. Projective spaces ◮ Let K be a (skew)field. ◮ Let V ( n + 1 , K ) be a (left) vector space over K of dimension n + 1. Definition A projective space of dimension n over the skewfield K is the geometry consisting of the sub vector spaces of V ( n + 1 , K ) , with incidence being symmetrized set theoretic containment. We denote this projective space as PG ( n , K ) . The points, lines, planes, ..., hyperplanes, respectively, are the 1-, 2-, 3-, ..., n -dimensional subspaces of V ( n + 1 , K ) . Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 4/55

  8. My first projective space in GAP Figure: Load FinFinG Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 5/55

  9. My first projective space in GAP ◮ GF ◮ ProjectiveSpace , alternatively PG Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 6/55

  10. My first projective space in GAP ◮ GF ◮ ProjectiveSpace , alternatively PG ◮ Points ◮ Lines ◮ List Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 6/55

  11. My first projective space in GAP ◮ GF ◮ ProjectiveSpace , alternatively PG ◮ Points ◮ Lines ◮ List ◮ in Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 6/55

  12. My first projective space in GAP Figure: Fano plane in FinInG, file: myfirstpg.g Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 7/55

  13. Incidence geometry Definition (based on e.g. [2]) An incidence structure is a tuple ( S , T , t , I ) , such that ◮ S a non empty set called the set of elements , ◮ the set T is a finite, non empty set, called the set of types , ◮ t : S → T , is a function and for x ∈ S , t ( x ) is called its type , ◮ the relation I is a symmetric relation on S , called the incidence relation , ◮ two elements of the same type are never incident. The rank of an incidence structure ( S , T , t , I ) is | T | , the cardinality of T . Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 8/55

  14. Incidence geometry Definition A flag of an incidence structure ( S , T , I ) is a set F ⊂ S such that every two elements of F are incident. From the definition it follows immediately that a flag contains at most one element of a given type. Definition A flag F is maximal if it is not contained in a larger flag. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 9/55

  15. Incidence geometry Definition An incidence structure is called an incidence geometry if every maximal flag contains an element of each type. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 10/55

  16. A projective space as incidence geometry ◮ Rank ◮ TypesOfElementsOfIncidenceStructure ◮ ElementsOfIncidenceStructure ◮ Points , Lines , Planes , Solids , Hyperplanes ◮ IsIncident Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 11/55

  17. A projective space as incidence geometry file: pgincidence1.g Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 12/55

  18. A projective space as incidence geometry file: pgincidence2.g Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 13/55

  19. Some examples ◮ The projective space PG ( n , K ) is an incidence geometry of rank n . ◮ Define ◮ S = { 1 , 2 , 3 , 4 , 5 , 6 , 7 } ∪ {{ 1 , 2 , 3 } , { 1 , 4 , 5 } , { 1 , 6 , 7 } , { 2 , 4 , 6 } , { 3 , 4 , 7 } , { 2 , 5 , 7 } , { 3 , 5 , 6 }} , ◮ T = { “integer”,“set of integers” } , ◮ t is the obvious function from S to T , ◮ the incidence relation I is symmetrized containment. Then ( S , T , t , I ) is an incidence geometry of rank 2. We could have called elements of type “integer” points as well, and elements of type “set of integers” lines as well, and vice versa. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 14/55

  20. Graph theoretical point of view ◮ An finite incidence structure of rank r is a multipartite graph ( r partitions), together with a type function on the set of vertices and where the incidence relation is simply the adjacency relation of the graph. ◮ Given a finite incidence structure, it is easy to create this incidence graph . ◮ The flags are the cliques of the graph. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 15/55

  21. An incidence structure in FinInG file: incstructure.g Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 16/55

  22. Elements and objects ◮ An element of an incidence geometry is represented by an object. ◮ VectorSpaceToElement and UnderlyingObject . Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 17/55

  23. Elements and objects file: vectorspacetoelement.g Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 18/55

  24. Elements and shadows Definition The shadow of type i of an element, respectively flag, is the set of elements of type i incident with the element, respectively with all elements of the flag. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 19/55

  25. Elements and shadows file: shadow.g Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 20/55

  26. More examples of incidence geometries ... ...available in FinInG. ◮ Coset geometries ◮ Affine spaces. ◮ Finite classical polar spaces. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 21/55

  27. Desarguesian projective spaces Theorem Let K be a skewfield and n ≥ 2 . The projective geometry PG ( n , K ) is Desarguesian . Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 22/55

  28. Desarguesian projective spaces Figure: The theorem of Desargues, figure taken from [1] . Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 23/55

  29. Pappian projective spaces Theorem Let K be a field and n ≥ 2 . The projective geometry PG ( n , K ) is Pappian . Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 24/55

  30. Pappian projective spaces Figure: The theorem of Pappus, figure taken from [1] . Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 25/55

  31. Axiomatic projective planes Definition An axiomatic projective plane P is a point line geometry satisfying the following axioms ◮ Any two points determine a unique line. ◮ Any two lines meet in exactly one point. ◮ There are four points of which no three are collinear. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 26/55

  32. Axiomatic projective spaces Definition An axiomatic projective space P is a point line geometry satisfying the following axioms ◮ Any two points determine a unique line. ◮ (Veblen-Young a ) Let A , B , C , and D be four points such that the line AB intersects the line CD . Then the line AC also intersects the line BD . ◮ Any line is incident with at least three points. ◮ There are at least two lines. a sometimes also called the axiom of Pasch Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 27/55

  33. Axiomatic projective spaces Figure: The axiom of Veblen-Young, figure taken from [1] . Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 28/55

  34. Classical theorems Theorem A projective space P is Desarguesian if and only if P = PG ( n , K ) for some n ≥ 2 and K a skewfield. A projective space P of dimension at least 3 is Desarguesian. Theorem A projective space P is Pappian if and only if P = PG ( n , K ) for some n ≥ 2 and K a field. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 29/55

  35. One more classical theorem Theorem (Hessenberg) If the theorem of Pappus hold in the projective space P , then also the theorem of Desargues. Jan De Beule Finite Incidence Geometry in GAP 21 November 2018 30/55

Recommend


More recommend