Theorems · Theorem · real analysis
ConvexOn.map_sum_le
∀ {𝕜 : 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 : PartialOrder β]
[IsOrderedAddMonoid β] [inst_7 : Module 𝕜 E] [inst_8 : Module 𝕜 β] [IsStrictOrderedModule 𝕜 β] {s : Set E} {f : E → β}
{t : Finset ι} {w : ι → 𝕜} {p : ι → E},
ConvexOn 𝕜 s f →
(∀ i ∈ t, 0 ≤ w i) → ∑ i ∈ t, w i = 1 → (∀ i ∈ t, p i ∈ s) → f (∑ i ∈ t, w i • p i) ≤ ∑ i ∈ t, w i • f (p i)Convex Jensen's inequality, Finset.sum version.
- Defined in
- Mathlib.Analysis.Convex.Jensen
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement and proof · cited by 5,195
- IsStrictOrderedRingstatement and proof · cited by 2,490
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- one_smulproof · cited by 1,374
- zero_lt_oneproof · cited by 598
Cited by9
Results whose statement or proof uses this declaration.
- Real.geom_mean_le_arith_mean_weightedproof · cited by 5
- Real.rpow_arith_mean_le_arith_mean_rpowproof · cited by 2
- StrictConvexOn.map_sum_lt_iff_of_pos'proof · cited by 2
- ConvexOn.map_add_sum_leproof · cited by 2
- Real.pow_arith_mean_le_arith_mean_powproof · cited by 1
- descPochhammer_eval_le_sum_descFactorialproof · cited by 1
- Real.zpow_arith_mean_le_arith_mean_zpowproof · cited by 0
- Real.pow_arith_mean_le_arith_mean_pow_of_evenproof · cited by 0
- ConcaveOn.le_map_sumproof · cited by 0