Theorems · Theorem · real analysis
ConcaveOn.strictAntiOn
∀ {𝕜 : Type u_1} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {s : Set 𝕜} {f : 𝕜 → 𝕜},
ConcaveOn 𝕜 s f → ∀ {x y : 𝕜}, x ∈ s → x < y → f y < f x → StrictAntiOn f (s ∩ Set.Ici y)If f is concave 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 ∩ [y, ∞).
- Defined in
- Mathlib.Analysis.Convex.Slope
- Cited by
- 0 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.
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
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Set.Icistatement and proof · cited by 1,070
- neg_negproof · cited by 960
- ConcaveOnstatement and proof · cited by 159
- StrictAntiOnstatement and proof · cited by 120
- neg_lt_negproof · cited by 20
- neg_convexOn_iffproof · cited by 10
- ConvexOn.strictMonoOnproof · cited by 3
- StrictMonoOn.negproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.