Documentation

Atlas.Buildings.code.Building.Spherical

The set of chambers (maximal faces) of a simplicial complex $K$.

Instances For

    A building is spherical if every apartment has finitely many faces (equivalently, finite diameter).

    Instances For
      noncomputable def SimplicialComplex.diameter {V : Type u_1} [DecidableEq V] (K : SimplicialComplex V) :

      The diameter of a simplicial complex: the supremum of gallery distances between pairs of chambers.

      Instances For
        def AreOpposite {V : Type u_1} [DecidableEq V] (K : SimplicialComplex V) (C D : Finset V) :

        Two chambers $C, D$ of $K$ are opposite if both are chambers and their gallery distance is maximal among all pairs of chambers in $K$.

        Instances For
          theorem areOpposite_symm {V : Type u_1} [DecidableEq V] {K : SimplicialComplex V} {C D : Finset V} (h : AreOpposite K C D) :

          The opposition relation between chambers is symmetric.

          Membership in K.chambers is the same as being a maximal face.

          Every chamber is a face.

          In a spherical building, each apartment has finitely many chambers.