Documentation

Mathlib.LinearAlgebra.TensorAlgebra.Grading

Results about the grading structure of the tensor algebra #

The main result is TensorAlgebra.gradedAlgebra, which says that the tensor algebra is a ℕ-graded algebra.

A version of TensorAlgebra.ι that maps directly into the graded structure. This is primarily an auxiliary construction used to provide TensorAlgebra.gradedAlgebra.

Equations
    Instances For
      theorem TensorAlgebra.GradedAlgebra.ι_apply (R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] (m : M) :
      (ι R M) m = (DirectSum.of (fun (i : ) => ↥(LinearMap.range (TensorAlgebra.ι R) ^ i)) 1) (TensorAlgebra.ι R) m,
      instance TensorAlgebra.gradedAlgebra {R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] :
      GradedAlgebra fun (x : ) => LinearMap.range (ι R) ^ x

      The tensor algebra is graded by the powers of the submodule (TensorAlgebra.ι R).range.

      Equations