Documentation

Atlas.Buildings.code.SphericalBuilding.IsometryBuildingInstance

noncomputable def IsometryBuilding.standardComplex {k : Type u_1} [CommRing k] {V : Type u_2} [AddCommGroup V] [Module k V] (B : LinearMap.BilinForm k V) :

The standard isotropic flag complex of $(V, B)$: simplices are finite chains $W_1 \le W_2 \le \cdots$ of totally isotropic subspaces with respect to the bilinear form $B$.

Instances For
    noncomputable def IsometryBuilding.standardApartments {k : Type u_1} [CommRing k] {V : Type u_2} [AddCommGroup V] [Module k V] (B : LinearMap.BilinForm k V) (n : ) :

    The standard apartments of the isometry building, indexed by hyperbolic frames of $(V,B)$ of rank $n$. Each apartment carries the full set of isotropic chains as its simplices.

    Instances For

      Hypothesis: for any two isotropic simplices $\sigma_1, \sigma_2$ in the standard complex, there exists a standard apartment containing both.

      Instances For
        structure IsometryBuilding.ApartmentExchangeHyp {k : Type u_1} [CommRing k] {V : Type u_2} [AddCommGroup V] [Module k V] (B : LinearMap.BilinForm k V) (n : ) :

        Hypothesis: whenever two apartments $A_1, A_2$ share a chamber $C$, there is a bijection $f : A_1 \to A_2$ of their simplices fixing every simplex in $A_1 \cap A_2$.

        Instances For
          noncomputable def IsometryBuilding.isometryIsBuilding {k : Type u_1} [CommRing k] {V : Type u_2} [AddCommGroup V] [Module k V] (B : LinearMap.BilinForm k V) (n : ) (h_common : CommonIsotropicApartmentHyp B n) (h_exchange : ApartmentExchangeHyp B n) :

          The isometry building: assembles standardComplex and standardApartments into an IsBuilding structure, given the common-apartment and apartment-exchange hypotheses.

          Instances For