Theorems · Definition · functional analysis
InnerProductSpace.ofNorm
(𝕜 : Type u_1) →
[inst : RCLike 𝕜] →
{E : Type u_2} →
[inst_1 : NormedAddCommGroup E] →
[NormedSpace 𝕜 E] →
(∀ (x y : E), ‖x + y‖ * ‖x + y‖ + ‖x - y‖ * ‖x - y‖ = 2 * (‖x‖ * ‖x‖ + ‖y‖ * ‖y‖)) → InnerProductSpace 𝕜 EFréchet–von Neumann–Jordan Theorem. A normed space E whose norm satisfies the
parallelogram identity can be given a compatible inner product.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 174 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Norm.normstatement and proof · cited by 5,413
- InnerProductSpacestatement · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- InnerProductSpaceable.inner_.conj_symmproof · cited by 1
- InnerProductSpaceable.inner_.norm_sqproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.