Mathlib Map

Theorems · Theorem · functional analysis

exists_dual_vector

∀ (𝕜 : Type v) [inst : RCLike 𝕜] {E : Type u} [inst_1 : SeminormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] (x : E),
  ‖x‖ ≠ 0 → ∃ g, ‖g‖ = 1 ∧ g x = ↑‖x‖

Corollary of Hahn-Banach. Given an element x of a normed space with ‖x‖ ≠ 0, there exists an element of the dual space, of norm 1, whose value on x is ‖x‖.

Defined in
Mathlib.Analysis.Normed.Module.HahnBanach
Cited by
3 results in Mathlib
Foundations
Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeSeminormedAddCommGroupNormedSpace

Around this declaration

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

Cites40

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

Cited by3

Results whose statement or proof uses this declaration.