Theorems · Theorem · functional analysis
riesz_lemma
∀ {𝕜 : Type u_1} [inst : NormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E]
{F : Subspace 𝕜 E}, IsClosed ↑F → (∃ x, x ∉ F) → ∀ {r : ℝ}, r < 1 → ∃ x₀ ∉ F, ∀ y ∈ F, r * ‖x₀‖ ≤ ‖x₀ - y‖Riesz's lemma, which usually states that it is possible to find a
vector with norm 1 whose distance to a closed proper subspace is
arbitrarily close to 1. The statement here is in terms of multiples of
norms, since in general the existence of an element of norm exactly 1
is not guaranteed. For a variant giving an element with norm in [1, R], see
riesz_lemma_of_norm_lt, and for a variant giving an element with norm
exactly one assuming stronger assumptions on the underlying field, see
riesz_lemma_of_lt_one.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 154 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- SetLike.coestatement and proof · cited by 8,199
- Norm.normstatement and proof · cited by 5,413
- Set.Nonemptyproof · cited by 2,627
- Nat.cast_oneproof · cited by 2,501
- IsClosedstatement and proof · cited by 1,639
- Dist.distproof · cited by 1,539
- le_of_ltproof · cited by 1,175
- NormedFieldstatement and proof · cited by 1,084
- sub_eq_add_negproof · cited by 1,023
Cited by2
Results whose statement or proof uses this declaration.
- riesz_lemma_of_norm_ltproof · cited by 1
- riesz_lemma_of_lt_oneproof · cited by 0