Theorems · Theorem · functional analysis
exists_norm_eq_iInf_of_complete_convex
- 1000+ list: Hilbert projection theorem
∀ {F : Type u_3} [inst : NormedAddCommGroup F] [inst_1 : InnerProductSpace ℝ F] {K : Set F},
K.Nonempty → IsComplete K → Convex ℝ K → ∀ (u : F), ∃ v ∈ K, ‖u - v‖ = ⨅ w, ‖u - ↑w‖Existence of minimizers, aka the Hilbert projection theorem.
Let u be a point in a real inner product space, and let K be a nonempty complete convex subset.
Then there exists a (unique) v in K that minimizes the distance ‖u - v‖ to u.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites88
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- Filterproof · cited by 8,121
- Set.Elemstatement and proof · cited by 7,166
- nhdsproof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstoproof · cited by 3,814
- InnerProductSpacestatement and proof · cited by 3,523
- add_zeroproof · cited by 2,707
- Set.Nonemptystatement and proof · cited by 2,627
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.exists_norm_eq_iInf_of_complete_subspaceproof · cited by 0