Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-01-05 20:33 7cf0a29d

View on Github →

feat(analysis/normed_space/inner_product): consequences of characterization of orthogonal projection (#5558) Reverse order of equality in the lemma eq_orthogonal_projection_of_mem_of_inner_eq_zero. Add some variants. Also add three consequences:

  • the orthogonal projection onto K of an element of K is itself
  • the orthogonal projection onto K of an element of Kᗮ is zero
  • for a submodule K of an inner product space, the sum of the orthogonal projections onto K and Kᗮ is the identity. Reverse order of iff in the lemma submodule.eq_top_iff_orthogonal_eq_bot, and rename to submodule.orthogonal_eq_bot_iff.

Estimated changes

modified theorem orthogonal_eq_inter
modified def orthogonal_projection
modified theorem orthogonal_projection_fn_eq
modified theorem submodule.mem_orthogonal'
modified theorem submodule.mem_orthogonal
modified def submodule.orthogonal