Theorems · Theorem · functional analysis
riesz_extension
- 1000+ list: M. Riesz extension theorem
∀ {E : Type u_2} [inst : AddCommGroup E] [inst_1 : Module ℝ E] (s : PointedCone ℝ E) (f : E →ₗ.[ℝ] ℝ),
(∀ (x : ↥f.domain), ↑x ∈ s → 0 ≤ ↑f x) →
(∀ (y : E), ∃ x, ↑x + y ∈ s) → ∃ g, (∀ (x : ↥f.domain), g ↑x = ↑f x) ∧ ∀ x ∈ s, 0 ≤ g xM. Riesz extension theorem: given a convex cone s in a vector space E, a submodule p,
and a linear f : p → ℝ, assume that f is nonnegative on p ∩ s and p + s = E. Then
there exists a globally defined linear function g : E → ℝ that agrees with f on p,
and is nonnegative on s.
- Defined in
- Mathlib.Analysis.Convex.Cone.Extension
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Top.topproof · cited by 9,680
- Submodulestatement and proof · cited by 7,192
- LinearMap.compproof · cited by 1,642
- LinearMap.idproof · cited by 625
- LinearPMapstatement and proof · cited by 179
- LinearPMap.domainstatement and proof · cited by 167
Cited by1
Results whose statement or proof uses this declaration.
- exists_extension_of_le_sublinearproof · cited by 2