Commit 2025-10-18 20:17 c1dddc75
View on Github →feat(Analysis/InnerProductSpace/Positive): U.starProjection ≤ V.starProjection iff U ≤ V (#27162)
For symmetric projections p and q, p ≤ q iff range p ≤ range q, so then: U.starProjection ≤ V.starProjection iff U ≤ V, which implies that Submodule.starProjection is an injective function.