Documentation

Coxeter.Basic

Coxeter groups #

We build upon the the theory of Coxeter systems currently available in mathlib.

Main definitions #

class Coxeter.CoxeterGroup (W : Type u_1) extends Group W :
Type (max u_1 (u_2 + 1))
Instances
    theorem List.drop_eraseIdx {α : Type u_1} (l : List α) (i j : ) :
    (drop i l).eraseIdx j = drop i (l.eraseIdx (i + j))
    theorem List.reverse_eraseIdx {α : Type u_1} {l : List α} {i : } (hi : i < l.length) :

    Reduced words #

    Equations
    Instances For

      Opposite group #