Commit 2023-12-18 16:03 a3e8d01e
View on Github →feat: injective bilinear pairing V→W* with V f.d. induces surjective W→V* (#8820) From the Hairer challenge
- add
flip_in/sur/bijective_iff₁₂: if either of the spaces V and W is finite-dimensional, a linear mapV → W*is injective/surjective/bijective iff the flipped mapW → V*is surjective/injective/bijective. - also add consequence for SeparatingDual from the projective space thread (cc @smorel394)
- remove the
FiniteDimensionalcondition fromdual_finrank_eq,finrank_range_dualMap_eq_finrank_range, anddualMap_injective/bijective_iff, completing two TODO items by @kmill - add two lemmas
toDual_injectiveandfinite_dual_iff - golf several proofs in LinearAlgebra/Dual