Mathlib Map

Theorems · Theorem · convex and discrete geometry

convexJoin_mono

∀ {𝕜 : Type u_2} {E : Type u_3} [inst : Semiring 𝕜] [inst_1 : PartialOrder 𝕜] [inst_2 : AddCommMonoid E]
  [inst_3 : Module 𝕜 E] {s₁ s₂ t₁ t₂ : Set E}, s₁ ⊆ s₂ → t₁ ⊆ t₂ → convexJoin 𝕜 s₁ t₁ ⊆ convexJoin 𝕜 s₂ t₂
Defined in
Mathlib.Analysis.Convex.Join
Cited by
2 results in Mathlib
Foundations
Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringPartialOrderAddCommMonoidModule

Around this declaration

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

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.