Mathlib Map

Theorems · Definition · convex and discrete geometry

Convexity.IsConvexSet

(R : Type u_3) →
  {X : Type u_5} →
    [inst : Semiring R] →
      [inst_1 : PartialOrder R] → [inst_2 : IsStrictOrderedRing R] → [Convexity.ConvexSpace R X] → Set X → Prop

A set s in a convex space is convex if all convex combinations of points in s lie themselves in s. When the scalars form a field, this is equivalent to the definition in terms of binary combinations. See IsConvexSet.of_convexCombPair_mem.

Defined in
Mathlib.Geometry.Convex.Set
Cited by
35 results in Mathlib
Foundations
Depth 54 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.convexHull · cited by 22Convexity.convexHullConvexity.IsConvexSet.sConvexComb_mem · cited by 5IsConvexSet.sConvexComb_m…Convexity.IsConvexSet.convexHull_eq_self · cited by 4IsConvexSet.convexHull_eq…Convexity.ConvexSpace.subtype · cited by 4ConvexSpace.subtypeConvexity.IsConvexSet.sInter · cited by 3IsConvexSet.sInterConvexity.IsConvexSet.convexHull_subset_iff · cited by 2IsConvexSet.convexHull_su…Convexity.IsConvexSet.empty · cited by 2IsConvexSet.emptyConvexity.isAffineMap_subtypeVal · cited by 2Convexity.isAffineMap_sub…Convexity.isConvexSet_coe · cited by 2Convexity.isConvexSet_coeConvexity.IsConvexSet.convexCombPair_mem · cited by 1IsConvexSet.convexCombPai…Convexity.IsConvexSet.convexHull · cited by 1IsConvexSet.convexHullConvexity.IsConvexSet.iConvexComb_mem · cited by 1IsConvexSet.iConvexComb_m…Convexity.IsConvexSet.iInter · cited by 1IsConvexSet.iInterConvexity.convexHull_eq_iInter · cited by 1Convexity.convexHull_eq_i…Convexity.convexHull_eq_self · cited by 1Convexity.convexHull_eq_s…Set · cited by 53352SetSemiring · cited by 13802SemiringSetLike.coe · cited by 8199SetLike.coePartialOrder · cited by 6410PartialOrderIsStrictOrderedRing · cited by 2490IsStrictOrderedRingFinsupp.support · cited by 828Finsupp.supportConvexity.ConvexSpace · cited by 176Convexity.ConvexSpaceConvexity.StdSimplex · cited by 123Convexity.StdSimplexConvexity.StdSimplex.weights · cited by 63StdSimplex.weightsConvexity.ConvexSpace.sConvexComb · cited by 59ConvexSpace.sConvexCombConvexity.IsConvexSetCITED BYCITES

Cites10

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

Cited by37

Results whose statement or proof uses this declaration.