Documentation

Atlas.Buildings.code.Building.Infinity.ChamberSectorConfig

Wrapper exporting the chamber-and-sector common-apartment axiom from SectorInfrastructure.

theorem AffineBuilding.simplex_image_eq_of_fixes {V : Type} [DecidableEq V] {K L : SimplicialComplex V} (φ : SimplicialMap K L) (s : Finset V) (hfix : vs, φ.toFun v = v) :

A simplicial map that fixes a simplex pointwise leaves its image equal to itself.

theorem AffineBuilding.face_in_codomain_of_fixes {V : Type} [DecidableEq V] {K L : SimplicialComplex V} (φ : SimplicialMap K L) (s : Finset V) (hs : s K.faces) (hfix : vs, φ.toFun v = v) :

If a simplicial map fixes a simplex pointwise, the simplex lies in the codomain complex.

theorem AffineBuilding.image_ssubset_of_ssubset_of_injective {V : Type} [DecidableEq V] {K L : SimplicialComplex V} (φ : SimplicialMap K L) (hinj : Function.Injective φ.toFun) {s t : Finset V} (hs : s K.faces) (ht : t K.faces) (hst : s t) :

Strict inclusion of simplices is preserved by the image under an injective map.

Predicate: $v$ is a vertex of $K$ (lies in some face).

Instances For