Mathlib Map

Theorems · Definition · convex and discrete geometry

Convexity.convexHull

(R : Type u_1) →
  {X : Type u_2} →
    [inst : Semiring R] →
      [inst_1 : PartialOrder R] →
        [inst_2 : IsStrictOrderedRing R] → [Convexity.ConvexSpace R X] → ClosureOperator (Set X)

The convex hull of a set s is the minimal convex set that includes s.

Defined in
Mathlib.Geometry.Convex.Hull
Cited by
22 results in Mathlib
Foundations
Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringPartialOrderIsStrictOrderedRingConvexity.ConvexSpace

Around this declaration

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

Convexity.IsConvexSet.convexHull_eq_self · cited by 4IsConvexSet.convexHull_eq…Convexity.IsConvexSet.convexHull_subset_iff · cited by 2IsConvexSet.convexHull_su…Convexity.subset_convexHull_self · cited by 2Convexity.subset_convexHu…Convexity.IsConvexSet.convexHull · cited by 1IsConvexSet.convexHullConvexity.convexHull_empty · cited by 1Convexity.convexHull_emptyConvexity.convexHull_eq_iInter · cited by 1Convexity.convexHull_eq_i…Convexity.convexHull_eq_self · cited by 1Convexity.convexHull_eq_s…Convexity.convexHull_min · cited by 1Convexity.convexHull_minConvexity.convexHull_nonempty · cited by 1Convexity.convexHull_none…Convexity.convexHull_singleton · cited by 1Convexity.convexHull_sing…Convexity.convexHull_subset_self · cited by 1Convexity.convexHull_subs…Convexity.subset_convexHull_iff · cited by 0Convexity.subset_convexHu…Convexity.convexHull_convexHull_union · cited by 0Convexity.convexHull_conv…Convexity.convexHull_eq_empty · cited by 0Convexity.convexHull_eq_e…Convexity.convexHull_eq_singleton · cited by 0Convexity.convexHull_eq_s…Set · cited by 53352SetSemiring · cited by 13802SemiringPartialOrder · cited by 6410PartialOrderIsStrictOrderedRing · cited by 2490IsStrictOrderedRingClosureOperator · cited by 371ClosureOperatorConvexity.ConvexSpace · cited by 176Convexity.ConvexSpaceConvexity.IsConvexSet · cited by 35Convexity.IsConvexSetClosureOperator.ofCompletePred · cited by 4ClosureOperator.ofComplet…Convexity.IsConvexSet.sInter · cited by 3IsConvexSet.sInterConvexity.convexHullCITED BYCITES

Cites9

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

Cited by22

Results whose statement or proof uses this declaration.