Mathlib Map

Theorems · Theorem · convex and discrete geometry

ConvexOn.subset

∀ {𝕜 : 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 : SMul 𝕜 E] [inst_6 : SMul 𝕜 β] {s : Set E} {f : E → β}
  {t : Set E}, ConvexOn 𝕜 t f → s ⊆ t → Convex 𝕜 s → ConvexOn 𝕜 s f
Defined in
Mathlib.Analysis.Convex.Function
Cited by
9 results in Mathlib
Foundations
Depth 15 from the axioms · uses no axioms
Assumes
SemiringPartialOrderAddCommMonoidAddCommMonoidPartialOrderSMulSMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

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
  • Semiringstatement and proof · cited by 13,802
  • AddCommMonoidstatement and proof · cited by 12,281
  • PartialOrderstatement and proof · cited by 6,410
  • Convexstatement and proof · cited by 551
  • ConvexOnstatement and proof · cited by 232

Cited by9

Results whose statement or proof uses this declaration.