Theorems · Theorem · functional analysis
norm_inner_eq_norm_tfae
∀ (𝕜 : Type u_1) {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
(x y : E),
[‖inner 𝕜 x y‖ = ‖x‖ * ‖y‖, x = 0 ∨ y = (inner 𝕜 x y / inner 𝕜 x x) • x, x = 0 ∨ ∃ r, y = r • x,
x = 0 ∨ y ∈ 𝕜 ∙ x].TFAE- Defined in
- Mathlib.Analysis.InnerProductSpace.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Submodulestatement · cited by 7,192
- Norm.normstatement and proof · cited by 5,413
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- SeminormedAddCommGroupproof · cited by 2,671
- MulZeroClass.zero_mulproof · cited by 1,625
- Submodule.spanstatement and proof · cited by 1,504
- le_of_ltproof · cited by 1,175
- Inner.innerstatement and proof · cited by 1,089
Cited by3
Results whose statement or proof uses this declaration.
- norm_inner_eq_norm_iffproof · cited by 2
- inner_eq_norm_mul_iff_divproof · cited by 2
- abs_signedDist_eq_dist_iff_vsub_mem_spanproof · cited by 0