Mathlib Map

Theorems · Theorem · functional analysis

Module.Dual.exists_extension_of_le_seminorm

∀ {𝕜 : Type u_1} {E : Type u_2} [inst : AddCommGroup E] [inst_1 : NormedField 𝕜] [IsRCLikeNormedField 𝕜]
  [inst_3 : Module 𝕜 E] (S : Submodule 𝕜 E) (f : Module.Dual 𝕜 ↥S) {p : Seminorm 𝕜 E},
  (∀ (x : ↥S), ‖f x‖ ≤ p ↑x) → ∃ g, (∀ (x : ↥S), g ↑x = f x) ∧ ∀ (x : E), ‖g x‖ ≤ p x
Defined in
Mathlib.Analysis.LocallyConvex.HahnBanach
Cited by
1 results in Mathlib
Foundations
Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommGroupNormedFieldIsRCLikeNormedFieldModule

Around this declaration

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

Cites46

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.