Commit 2023-12-27 12:26 120ddecb
View on Github →feat: OrderIso between finite-codimensional subspaces and finite-dimensional subspaces in the dual (#9124)
- Introduce the nondegenerate pairing (
(flip_)quotDualCoannihilatorToDual_injective) betweenM ⧸ W.dualCoannihilatorandW. IfMis a vector space andWis a finite-dimensional subspace of its dual, this is a perfect pairing (quotDualCoannihilatorToDual_bijective), andWis equal to the annihilator of its coannihilator. - Use this pairing to show that
dualAnnihilatoranddualCoannihilatorgive an antitone order isomorphismorderIsoFiniteCodimDimbetween finite-codimensional subspaces in a vector space and finite-dimensional subspaces in its dual. This result can be e.g. found in Bourbaki's Algebra. For a finite-dimensional vector space, this gives an OrderIso between all subspaces and all subspaces of the dual. - Add some lemmas about the image and preimage of annihilators and coannihilators under
Dual.eval. - Expand the docstring of
basis_finite_of_finite_spanswith comments on generalizations.
- depends on: #8820