Theorems · Theorem · group theory
CoxeterSystem.getElem_rightInvSeq
∀ {B : Type u_1} {W : Type u_2} [inst : Group W] {M : CoxeterMatrix B} (cs : CoxeterSystem M W) (ω : List B) (j : ℕ)
(h : j < ω.length),
(cs.rightInvSeq ω)[j] =
(cs.wordProd (List.drop (j + 1) ω))⁻¹ * (Option.map cs.simple ω[j]?).getD 1 * cs.wordProd (List.drop (j + 1) ω)- Defined in
- Mathlib.GroupTheory.Coxeter.Inversion
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Groupstatement and proof · cited by 6,238
- CoxeterMatrixstatement and proof · cited by 140
- CoxeterSystemstatement and proof · cited by 126
- CoxeterSystem.simplestatement and proof · cited by 73
- CoxeterSystem.wordProdstatement and proof · cited by 42
- CoxeterSystem.rightInvSeqstatement and proof · cited by 19
- List.getD_eq_getElemproof · cited by 10
- CoxeterSystem.getD_rightInvSeqproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.