Theorems · Theorem · functional analysis
Submodule.norm_eq_iInf_iff_inner_eq_zero
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
(K : Submodule 𝕜 E) {u v : E}, v ∈ K → (‖u - v‖ = ⨅ w, ‖u - ↑w‖ ↔ ∀ w ∈ K, inner 𝕜 (u - v) w = 0)Characterization of minimizers in the projection on a subspace.
Let u be a point in an 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)
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Submodulestatement and proof · 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
- iInfstatement and proof · cited by 1,690
- MulZeroClass.zero_mulproof · cited by 1,625
- map_zeroproof · cited by 1,614
- Inner.innerstatement and proof · cited by 1,089
- neg_negproof · cited by 960
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.norm_eq_iInf_range_iff_adjoint_apply_eq_zeroproof · cited by 1
- Submodule.starProjection_minimalproof · cited by 1