The exterior powers as functors on the category of modules #
In this file, given M : ModuleCat R
and n : ℕ
, we define M.exteriorPower n : ModuleCat R
,
and this extends to a functor ModuleCat.exteriorPower.functor : ModuleCat R ⥤ ModuleCat R
.
The exterior power of an object in ModuleCat R
.
Equations
- M.exteriorPower n = ModuleCat.of R ↥(⋀[R]^n ↑M)
Instances For
Equations
- M.instFunLikeAlternatingMapForallFinCarrier N n = inferInstanceAs (FunLike (↑M [⋀^Fin n]→ₗ[R] ↑N) (Fin n → ↑M) ↑N)
The postcomposition of an alternating map by a linear map.
Equations
- φ.postcomp g = (ModuleCat.Hom.hom g).compAlternatingMap φ
Instances For
Constructor for elements in M.exteriorPower n
when M
is an object of ModuleCat R
and n : ℕ
.
Equations
Instances For
The morphism M.exteriorPower n ⟶ N
induced by an alternating map.
Equations
Instances For
The morphism M.exteriorPower n ⟶ N.exteriorPower n
induced by a morphism M ⟶ N
in ModuleCat R
.
Equations
Instances For
The functor ModuleCat R ⥤ ModuleCat R
which sends a module to its
n
th exterior power.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The isomorphism M.exteriorPower 0 ≅ ModuleCat.of R R
.
Equations
Instances For
The isomorphism M.exteriorPower 0 ≅ M
.
Equations
Instances For
The natural isomorphism M.exteriorPower 0 ≅ ModuleCat.of R R
.
Equations
Instances For
The natural isomorphism M.exteriorPower 1 ≅ M
.