Theorems · Theorem · functional analysis
inner_eq_sum_norm_sq_div_four
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : SeminormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
(x y : E),
inner 𝕜 x y = (↑‖x + y‖ ^ 2 - ↑‖x - y‖ ^ 2 + (↑‖x - RCLike.I • y‖ ^ 2 - ↑‖x + RCLike.I • y‖ ^ 2) * RCLike.I) / 4Polarization identity: The inner product, in terms of the norm.
- Defined in
- Mathlib.Analysis.InnerProductSpace.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 165 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realproof · cited by 25,697
- Norm.normstatement and proof · cited by 5,413
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Inner.innerstatement and proof · cited by 1,089
- RCLike.ofRealstatement and proof · cited by 350
- sqproof · cited by 280
- RCLike.improof · cited by 161
- RCLike.Istatement and proof · cited by 100
- Algebra.castproof · cited by 58
Cited by1
Results whose statement or proof uses this declaration.
- LinearIsometry.inner_map_mapproof · cited by 16