Documentation

Atlas.Buildings.code.Building.ApplicationsToGroups

structure ParahoricSubgroup (G : Type u_3) [Group G] {B_idx : Type u_4} (M : CoxeterMatrix B_idx) :
Type (max u_3 u_4)

A parahoric subgroup of $G$ from a BN-pair of indecomposable affine Coxeter type, bundled with a chosen subset $J \subseteq B$ of simple generators. The underlying subgroup is the standard parabolic $P_J$.

Instances For
    def ParahoricSubgroup.toSet {G : Type u_3} [Group G] {B_idx : Type u_4} {M : CoxeterMatrix B_idx} (P : ParahoricSubgroup G M) :
    Set G

    The underlying set of a parahoric subgroup, namely the standard parabolic $P_J$.

    Instances For
      structure ParabolicSubgroupAtInfinity (G : Type u_3) [Group G] {B_idx : Type u_4} (M : CoxeterMatrix B_idx) :
      Type (max u_3 u_4)

      A "parabolic subgroup at infinity" of $G$: a subgroup that is parabolic with respect to the BN-pair, conceptually corresponding to a parabolic associated to the spherical building at infinity of an affine building.

      Instances For
        def ParahoricParabolicCorrespondence {G : Type u_3} [Group G] {B_idx : Type u_4} {M : CoxeterMatrix B_idx} (bp : BNPair G M) :

        The parahoric/parabolic correspondence asserts that for every subset $J \subseteq B$ there is a (typically smaller) subset $J_0 \subseteq J$ with $P_J \subseteq P_{J_0}$.

        Instances For
          def BruhatDecomposition {G : Type u_3} [Group G] {B_idx : Type u_4} {M : CoxeterMatrix B_idx} (bp : BNPair G M) :

          The Bruhat decomposition predicate on a BN-pair: $G$ is the disjoint union of the Bruhat cells $BwB$ indexed by $w \in W$.

          Instances For
            def CartanDecomposition {G : Type u_3} [Group G] {B_idx : Type u_4} {M : CoxeterMatrix B_idx} (_bp : BNPair G M) (K : Subgroup G) (A : Set G) :

            The Cartan decomposition $G = KAK$: every $g \in G$ factors as $g = k_1 a k_2$ with $k_1, k_2 \in K$ and $a \in A$, where $K$ is a maximal compact subgroup and $A$ is a chosen torus or split component.

            Instances For
              def IwasawaDecomposition {G : Type u_3} [Group G] {B_idx : Type u_4} {M : CoxeterMatrix B_idx} (_bp : BNPair G M) (K : Subgroup G) (A N_unip : Set G) :

              The Iwasawa decomposition $G = KAN$: every $g \in G$ factors as $g = kan$ with $k \in K$, $a \in A$ and $n \in N$ unipotent.

              Instances For
                structure TopologicalGroupDef (G : Type u_1) [TopologicalSpace G] [Group G] :

                Bundled definition of a topological group: continuous multiplication and inversion.

                Instances For

                  Extract the bundled TopologicalGroupDef from Mathlib's IsTopologicalGroup.

                  Convert the bundled TopologicalGroupDef to Mathlib's IsTopologicalGroup.

                  theorem pointwiseFixer_compact_open_prop {G : Type u_1} [Group G] [TopologicalSpace G] [IsTopologicalGroup G] (B : Subgroup G) (hB_compact : IsCompact B) (hB_open : IsOpen B) (G_Y : Set G) {n : } (hn : 0 < n) (h_conj : Fin nG) (hG_Y_eq : G_Y = ⋂ (i : Fin n), (fun (x : G) => h_conj i * x * (h_conj i)⁻¹) '' B) :

                  A finite intersection of conjugates $\bigcap_i g_i B g_i^{-1}$ of a compact-open subgroup $B$ in a topological group $G$ is again open and compact. This is the topological backbone for showing that pointwise fixers of finite sets of chambers in a building are compact-open, as needed for strong transitivity arguments.

                  def IsMaximallyStronglyTransitive {G : Type u_1} {X : Type u_2} (act : GXX) (IsChamber : Set XProp) (aptSystem : Set (Set X)) (C₀ A₀ : Set X) :

                  A group action is maximally strongly transitive if, for every apartment $A'$ in the system and every chamber $C' \subseteq A'$, some $g \in G$ simultaneously sends $C'$ to the fixed reference chamber $C_0$ and $A'$ to the fixed reference apartment $A_0$. This is the relevant transitivity hypothesis for maximal apartment systems in non-spherical buildings.

                  Instances For
                    structure MaxStrongTransData (G : Type u_1) (X : Type u_2) [Group G] [TopologicalSpace G] [IsTopologicalGroup G] :
                    Type (max u_1 u_2)

                    Bundle of data witnessing a maximally strongly transitive action of a topological group $G$ on a building-like set $X$. It records the action, a reference chamber $C_0 \subseteq A_0$ inside a reference apartment, the compact-open stabiliser $B$ of $C_0$, the system of maximal apartments and its $G$-invariance, chamber-transitivity of $G$, and an exhaustion of each apartment by $B$-conjugable pieces that together force a translating element back into $A_0$. This is the precise hypothesis package used to prove strong transitivity on maximal apartment systems.

                    Instances For
                      structure CanonicalTranslation (G : Type u_3) [Group G] {B_idx : Type u_4} (M : CoxeterMatrix B_idx) (bp : BNPair G M) :
                      Type u_4

                      A canonical translation in an affine Coxeter system: an element of the Coxeter group that conjugates the set of simple reflections to itself and has infinite order. Such elements act as translations on the geometric realisation of the affine apartment.

                      Instances For
                        structure LeviFiltration (G : Type u_3) [Group G] {B_idx : Type u_4} (M : CoxeterMatrix B_idx) :
                        Type (max u_3 u_4)

                        A descending filtration $P_J = F_0 \supseteq F_1 \supseteq \cdots$ on a standard parabolic subgroup $P_J$ of a BN-pair, abstracting the Moy-Prasad / Levi filtrations used in the structure theory of $p$-adic groups.

                        Instances For