3.3. Exterior algebras and powers
The exterior algebra is:
#check ExteriorAlgebra R M
Given a natural number n the exterior power ∧^n M is called
ExteriorAlgebra.exteriorPower and it has a special notation as follows:
variable (n : ℕ)
#check ⋀[R]^n M
Mathlib knows that these submodules constitute a grading of the exterior algebra:
#synth GradedAlgebra (fun i ↦ ⋀[R]^i M)