Theorems · Theorem · group theory
CoxeterSystem.getD_leftInvSeq
∀ {B : Type u_1} {W : Type u_2} [inst : Group W] {M : CoxeterMatrix B} (cs : CoxeterSystem M W) (ω : List B) (j : ℕ),
(cs.leftInvSeq ω).getD j 1 =
cs.wordProd (List.take j ω) * (Option.map cs.simple ω[j]?).getD 1 * (cs.wordProd (List.take j ω))⁻¹- Defined in
- Mathlib.GroupTheory.Coxeter.Inversion
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 89 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.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Groupstatement and proof · cited by 6,238
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- inv_oneproof · cited by 301
- mul_inv_revproof · cited by 270
- CoxeterMatrixstatement and proof · cited by 140
- CoxeterSystemstatement and proof · cited by 126
- CoxeterSystem.simplestatement and proof · cited by 73
- MulAut.conjproof · cited by 64
- CoxeterSystem.wordProdstatement and proof · cited by 42
- CoxeterSystem.leftInvSeqstatement and proof · cited by 18
Cited by3
Results whose statement or proof uses this declaration.
- CoxeterSystem.getElem_leftInvSeqproof · cited by 2
- CoxeterSystem.getD_leftInvSeq_mul_wordProdproof · cited by 1
- CoxeterSystem.getD_leftInvSeq_mul_selfproof · cited by 0