Results about the grading structure of the exterior algebra #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
Many of these results are copied with minimal modification from the tensor algebra.
The main result is exterior_algebra.graded_algebra
, which says that the exterior algebra is a
ℕ-graded algebra.
A version of exterior_algebra.ι
that maps directly into the graded structure. This is
primarily an auxiliary construction used to provide exterior_algebra.graded_algebra
.
Equations
- exterior_algebra.graded_algebra.ι R M = (direct_sum.lof R ℕ (λ (i : ℕ), ↥(linear_map.range (exterior_algebra.ι R) ^ i)) 1).comp (linear_map.cod_restrict (linear_map.range (exterior_algebra.ι R) ^ 1) (exterior_algebra.ι R) _)
exterior_algebra.graded_algebra.ι
lifted to exterior algebra. This is
primarily an auxiliary construction used to provide exterior_algebra.graded_algebra
.
Equations
- exterior_algebra.graded_algebra.lift_ι R M = ⇑(exterior_algebra.lift R) ⟨exterior_algebra.graded_algebra.ι R M _inst_3, _⟩
The exterior algebra is graded by the powers of the submodule (exterior_algebra.ι R).range
.