Theorems · Theorem · convex and discrete geometry
convexOn_iff_pairwise_pos
∀ {𝕜 : Type u_1} {E : Type u_2} {β : Type u_5} [inst : Semiring 𝕜] [inst_1 : PartialOrder 𝕜] [inst_2 : AddCommMonoid E]
[inst_3 : AddCommMonoid β] [inst_4 : PartialOrder β] [inst_5 : Module 𝕜 E] [inst_6 : Module 𝕜 β] {s : Set E}
{f : E → β},
ConvexOn 𝕜 s f ↔
Convex 𝕜 s ∧ s.Pairwise fun x y => ∀ ⦃a b : 𝕜⦄, 0 < a → 0 < b → a + b = 1 → f (a • x + b • y) ≤ a • f x + b • f y- Defined in
- Mathlib.Analysis.Convex.Function
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- le_reflproof · cited by 2,061
- eq_or_neproof · cited by 1,117
- Convexstatement and proof · cited by 551
- Set.Pairwisestatement and proof · cited by 321
- ConvexOnstatement · cited by 232
- Convex.combo_selfproof · cited by 29
- convexOn_iff_forall_posproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- StrictConvexOn.convexOnproof · cited by 10
- LinearOrder.convexOn_of_ltproof · cited by 2
- concaveOn_iff_pairwise_posproof · cited by 0