def
GLnBuilding.schreierCell
{k : Type u_1}
[Field k]
{n : ℕ}
(σ τ : CompleteFlag k n)
(i : Fin (n + 1))
(hi : 0 < ↑i)
(j : Fin (n + 1))
:
The Schreier refinement cell at row $i$ and column $j$: $\sigma_i \cap (\sigma_{i-1} + \tau_j)$, interpolating between $\sigma_{i-1}$ and $\sigma_i$ along the chain $\tau$.
Instances For
theorem
GLnBuilding.schreierCell_last
{k : Type u_1}
[Field k]
{n : ℕ}
(σ τ : CompleteFlag k n)
(i : Fin (n + 1))
(hi : 0 < ↑i)
:
At the last column, the Schreier cell equals $\sigma_i$.