Mathlib Map

Theorems · Theorem · functional analysis

norm_eq_iInf_iff_real_inner_le_zero

∀ {F : Type u_3} [inst : NormedAddCommGroup F] [inst_1 : InnerProductSpace ℝ F] {K : Set F},
  Convex ℝ K → ∀ {u v : F}, v ∈ K → (‖u - v‖ = ⨅ w, ‖u - ↑w‖ ↔ ∀ w ∈ K, inner ℝ (u - v) (w - v) ≤ 0)

Characterization of minimizers for the projection on a convex set in a real inner product space.

Defined in
Mathlib.Analysis.InnerProductSpace.Projection.Minimal
Cited by
1 results in Mathlib
Foundations
Depth 163 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites49

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.