Documentation

Atlas.Buildings.code.SphericalBuilding.GLnChainRefinement

structure GLnBuilding.BaseFlagHyp (k : Type u_1) [Field k] (n : ) :
Type u_1

Hypothesis providing a fixed maximal flag (chain of length $n-1$ of proper non-zero subspaces) to act as a starting point for refinements.

Instances For
    structure GLnBuilding.ChainInsertionHyp (k : Type u_1) [Field k] (n : ) :

    Hypothesis: every pair $A < B$ of subspaces with $\dim B \ge \dim A + 2$ admits an intermediate subspace $W$ with $A < W < B$.

    Instances For
      noncomputable def GLnBuilding.chainInsertionHyp (k : Type u_1) [Field k] (n : ) :

      Existence of an intermediate subspace whenever the dimension gap is at least $2$, by adjoining a single vector $v \in B \setminus A$.

      Instances For
        structure GLnBuilding.FlagInsertionHyp (k : Type u_1) [Field k] (n : ) :

        Hypothesis: a proper subspace $V$ can be inserted into any maximal flag to produce a new maximal flag containing both the original chain and $V$.

        Instances For
          noncomputable def GLnBuilding.latticeChainRefinementOfInsertion (k : Type u_1) [Field k] (n : ) (base : BaseFlagHyp k n) (ins : FlagInsertionHyp k n) :

          Given a base flag and a single-subspace insertion hypothesis, refine any finite list of proper subspaces into a single maximal flag containing all of them, by inductively inserting them one at a time.

          Instances For