Theorems · Theorem · convex and discrete geometry
Convex.convexHull_union
∀ {𝕜 : Type u_2} {E : Type u_3} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜]
[inst_3 : AddCommGroup E] [inst_4 : Module 𝕜 E] {s t : Set E},
Convex 𝕜 s → Convex 𝕜 t → s.Nonempty → t.Nonempty → (convexHull 𝕜) (s ∪ t) = convexJoin 𝕜 s t- Defined in
- Mathlib.Analysis.Convex.Join
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- Set.Nonemptystatement and proof · cited by 2,627
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Convexstatement and proof · cited by 551
- LE.le.antisymmproof · cited by 507
- ClosureOperatorstatement · cited by 371
- convexHullstatement · cited by 163
Cited by1
Results whose statement or proof uses this declaration.
- convexHull_unionproof · cited by 1