Theorems · Theorem · real analysis
ConvexOn.strictAntiOn
∀ {𝕜 : Type u_1} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {s : Set 𝕜} {f : 𝕜 → 𝕜},
ConvexOn 𝕜 s f → ∀ {x y : 𝕜}, y ∈ s → x < y → f y < f x → StrictAntiOn f (s ∩ Set.Iic x)If f is convex on a set s in a linearly ordered field, and f y < f x for two points
x < y in s, then f is strictly antitone on s ∩ (∞, x].
- Defined in
- Mathlib.Analysis.Convex.Slope
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- Set.preimageproof · cited by 4,946
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Set.Iicstatement and proof · cited by 1,111
- Set.Iciproof · cited by 1,070
- neg_negproof · cited by 960
- ConvexOnstatement and proof · cited by 232
- StrictMonoOnproof · cited by 194
- StrictAntiOnstatement and proof · cited by 120
Cited by2
Results whose statement or proof uses this declaration.
- Real.Gamma_strictAntiOn_Iocproof · cited by 1
- ConcaveOn.strictMonoOnproof · cited by 0