noncomputable def
CoxeterGroup.sigmaWord
{B : Type u_1}
[DecidableEq B]
[Fintype B]
(M : CoxeterMatrix B)
:
List B → Module.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)
:
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.