The pairing between the exterior power of the dual and the exterior power #
We construct the pairing
exteriorPower.pairingDual : ⋀[R]^n (Module.Dual R M) →ₗ[R] (Module.Dual R (⋀[R]^n M)).
The linear map from the nth exterior power to the nth tensor power obtained by
MultilinearMap.alternatization.
Equations
Instances For
The canonical n-alternating map from the dual of the R-module M
to the dual of ⋀[R]^n M.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The linear map from the exterior power of the dual to the dual of the exterior power.
Equations
Instances For
If an R-module M has a family of vectors x : ι → M and linear maps f : ι → M
such that f i (x j) is 1 or 0 depending on i = j or i ≠ j, then if ι has
a linear order, then a similar property regarding pairingDual R M n
applies to the family of vectors indexed
by Fin n ↪o ι in ⋀[R]^n M and in ⋀[R]^n (Module.Dual R M) that are obtained
by taking exterior products of the x i and the f j.
These results were added with the intention of using them to prove that exterior powers of a free
modules are free. However this result has since been established by other means (see
Module.Basis.exteriorPower) and so this work is now deprecated.