Documentation

RootSystem.BCn

@[reducible, inline]
abbrev BCn.Space (n : ) :
Equations
Instances For
    @[reducible, inline]
    abbrev BCn.CoSpace (n : ) :
    Equations
    Instances For
      noncomputable def BCn.dotProduct (n : ) :

      The standard dot product on ℤⁿ.

      Equations
      Instances For
        theorem BCn.dotProduct_apply (n : ) (x y : Space n) :
        ((dotProduct n) x) y = i : Fin n, x i * y i
        @[simp]
        theorem BCn.dotProduct_single_right {n : } (x : Space n) (i : Fin n) :
        ((dotProduct n) x) (Pi.single i 1) = x i
        @[simp]
        theorem BCn.dotProduct_single_left {n : } (x : Space n) (i : Fin n) :
        ((dotProduct n) (Pi.single i 1)) x = x i
        @[reducible, inline]

        The reflective vectors for the standard dot product.

        Equations
        Instances For
          noncomputable def BCn.rootPairing (n : ) :

          The BCₙ root pairing, built from all reflective vectors for the standard dot product.

          Equations
          Instances For