Theorems · Theorem · real analysis
ConvexOn.secant_mono_aux3
∀ {𝕜 : Type u_1} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {s : Set 𝕜} {f : 𝕜 → 𝕜},
ConvexOn 𝕜 s f → ∀ {x y z : 𝕜}, x ∈ s → z ∈ s → x < y → y < z → (f z - f x) / (z - x) ≤ (f z - f y) / (z - y)- Defined in
- Mathlib.Analysis.Convex.Slope
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 55 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- one_mulproof · cited by 2,841
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Nat.cast_zeroproof · cited by 1,870
- LT.lt.ne'proof · cited by 1,417
- div_oneproof · cited by 629
- zero_lt_oneproof · cited by 598
- le_of_not_gtproof · cited by 430
- lt_of_not_geproof · cited by 374
- ConvexOnstatement and proof · cited by 232
Cited by1
Results whose statement or proof uses this declaration.
- ConvexOn.secant_monoproof · cited by 3