Documentation

Atlas.Buildings.code.CoxeterGroup.OrderAxiom

noncomputable def CoxeterGroup.sigmaWord {B : Type u_1} [DecidableEq B] [Fintype B] (M : CoxeterMatrix B) :
List BModule.End (B)

The endomorphism of $\mathbb{R}^B$ associated to a word $s_1 \cdots s_k$, defined as the product $\sigma_{s_1} \circ \cdots \circ \sigma_{s_k}$ in $\mathrm{End}_{\mathbb{R}}(\mathbb{R}^B)$.

Instances For
    @[simp]
    theorem CoxeterGroup.sigmaWord_cons {B : Type u_1} [DecidableEq B] [Fintype B] (M : CoxeterMatrix B) (s : B) (w : List B) :
    sigmaWord M (s :: w) = sigmaLin M s * sigmaWord M w

    Cons unfolding of sigmaWord.

    theorem CoxeterGroup.sigmaWord_singleton {B : Type u_1} [DecidableEq B] [Fintype B] (M : CoxeterMatrix B) (s : B) :

    Singleton: sigmaWord M [s] = sigmaLin M s.