Theorems · Theorem · real analysis
ConvexOn.exists_ge_of_centerMass
∀ {𝕜 : Type u_1} {E : Type u_2} {β : Type u_4} {ι : Type u_5} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜]
[IsStrictOrderedRing 𝕜] [inst_3 : AddCommGroup E] [inst_4 : AddCommGroup β] [inst_5 : LinearOrder β]
[IsOrderedAddMonoid β] [inst_7 : Module 𝕜 E] [inst_8 : Module 𝕜 β] [IsStrictOrderedModule 𝕜 β] {s : Set E} {f : E → β}
{w : ι → 𝕜} {p : ι → E} {t : Finset ι},
ConvexOn 𝕜 s f → (∀ i ∈ t, 0 ≤ w i) → 0 < ∑ i ∈ t, w i → (∀ i ∈ t, p i ∈ s) → ∃ i ∈ t, f (t.centerMass w p) ≤ f (p i)If a function f is convex on s, then the value it takes at some center of mass of points of
s is less than the value it takes on one of those points.
- Defined in
- Mathlib.Analysis.Convex.Jensen
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- Finset.sumstatement and proof · cited by 5,195
- IsStrictOrderedRingstatement and proof · cited by 2,490
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- LT.lt.ne'proof · cited by 1,417
- Finset.filterproof · cited by 949
- ConvexOnstatement and proof · cited by 232
Cited by2
Results whose statement or proof uses this declaration.
- ConvexOn.exists_ge_of_mem_convexHullproof · cited by 5
- ConcaveOn.exists_le_of_centerMassproof · cited by 0