Theorems · Theorem · functional analysis
Submodule.norm_eq_iInf_iff_real_inner_eq_zero
∀ {F : Type u_3} [inst : NormedAddCommGroup F] [inst_1 : InnerProductSpace ℝ F] (K : Submodule ℝ F) {u v : F},
v ∈ K → (‖u - v‖ = ⨅ w, ‖u - ↑w‖ ↔ ∀ w ∈ K, inner ℝ (u - v) w = 0)Characterization of minimizers in the projection on a subspace, in the real case.
Let u be a point in a real inner product space, and let K be a nonempty subspace.
Then point v minimizes the distance ‖u - v‖ over points in K if and only if
for all w ∈ K, ⟪u - v, w⟫ = 0 (i.e., u - v is orthogonal to the subspace K).
This is superseded by norm_eq_iInf_iff_inner_eq_zero that gives the same conclusion over
any RCLike field.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 164 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- SetLike.coestatement and proof · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- Set.Elemstatement and proof · cited by 7,166
- Norm.normstatement and proof · cited by 5,413
- InnerProductSpacestatement and proof · cited by 3,523
- le_antisymmproof · cited by 2,068
- Nat.cast_zeroproof · cited by 1,870
- iInfstatement and proof · cited by 1,690
- Inner.innerstatement and proof · cited by 1,089
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.norm_eq_iInf_iff_inner_eq_zeroproof · cited by 2