Documentation

LeanPool.Desargues.Morphism

Morphisms of projective geometries #

Defines isomorphisms of projective geometries as bijections preserving the collinearity relation.

class PG_Iso {G₁ : Type u_1} {G₂ : Type u_2} {ell₁ : G₁G₁G₁Prop} {ell₂ : G₂G₂G₂Prop} [Basic.ProjectiveGeometry G₁ ell₁] [Basic.ProjectiveGeometry G₂ ell₂] (f : G₁G₂) :

An isomorphism of projective geometries is a bijective map f : G₁ → G₂ satisfying ell₁ a b c ↔ ell₂ (f a) (f b) (f c). When G₁ = G₂ one says that f is a collineation. (p. 27)

Instances