Commit 2025-08-19 21:26 0978b662

View on Github →

feat(Analysis/InnerProductSpace/Projection): define symmetric projections (#27642) This pr defines symmetric projections (LinearMap.IsSymmetricProjection) which are simply symmetric idempotents. This generalizes most of the results concerning star projection operators (since it needs completeness). In a complete space, these two definitions obviously coincide. An operator p is a symmetric projection if and only if it equals (range p).starProjection. This is a more general version of isStarProjection_iff_eq_starProjection_range.

Estimated changes