Theorems · Theorem · convex and discrete geometry
Convex_subadditive_le
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : Semiring 𝕜] [inst_1 : AddCommMonoid E] [inst_2 : LinearOrder 𝕜]
[IsOrderedRing 𝕜] [inst_4 : SMul 𝕜 E] {f : E → 𝕜},
(∀ (x y : E), f (x + y) ≤ f x + f y) →
(∀ ⦃c : 𝕜⦄ (x : E), 0 ≤ c → f (c • x) ≤ c * f x) → ∀ (B : 𝕜), Convex 𝕜 {x | f x ≤ B}- Defined in
- Mathlib.Analysis.Convex.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, 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.
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- Set.ofPredstatement and proof · cited by 6,101
- le_reflproof · cited by 2,061
- one_smulproof · cited by 1,374
- le_transproof · cited by 985
- IsOrderedRingstatement and proof · cited by 777
- add_le_addproof · cited by 666
- Convexstatement · cited by 551
- add_smulproof · cited by 204
- segmentproof · cited by 120
Cited by1
Results whose statement or proof uses this declaration.
- NumberField.mixedEmbedding.convexBodySum_convexproof · cited by 1