Theorems · Theorem · real analysis
StrictConcaveOn.map_sum_eq_iff
∀ {𝕜 : 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},
StrictConcaveOn 𝕜 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) ↔ ∀ j ∈ t, p j = ∑ i ∈ t, w i • p i)Canonical form of the equality case of Jensen's equality.
For a strictly concave function f and positive weights w, we have
f (∑ i ∈ t, w i • p i) = ∑ i ∈ t, w i • f (p i) if and only if the points p are all equal
(and in fact all equal to their center of mass w.r.t. w).
- Defined in
- Mathlib.Analysis.Convex.Jensen
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- IsStrictOrderedModulestatement and proof · cited by 111
- StrictConcaveOnstatement and proof · cited by 85
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.