Theorems · Definition · convex and discrete geometry
Convexity.ConvexSpace.mk
{R : Type u_1} →
[inst : PartialOrder R] →
[inst_1 : Semiring R] →
[inst_2 : IsStrictOrderedRing R] →
{M : Type u_9} →
(sConvexComb : Convexity.StdSimplex R M → M) →
(∀ (x : M), sConvexComb (Convexity.StdSimplex.single x) = x) →
(∀ (f : Convexity.StdSimplex R (Convexity.StdSimplex R M)),
sConvexComb (Convexity.StdSimplex.map sConvexComb f) = sConvexComb (Convexity.sConvexComb f)) →
Convexity.ConvexSpace R MThe public constructor for ConvexSpace.
- Defined in
- Mathlib.Geometry.Convex.ConvexSpace.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Semiringstatement and proof · cited by 13,802
- PartialOrderstatement and proof · cited by 6,410
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Convexity.ConvexSpacestatement · cited by 176
- Convexity.StdSimplexstatement and proof · cited by 123
- Convexity.ConvexSpace.sConvexCombstatement and proof · cited by 59
- Convexity.StdSimplex.mapstatement and proof · cited by 43
- Convexity.StdSimplex.singlestatement and proof · cited by 19
Cited by1
Results whose statement or proof uses this declaration.
- Convexity.ConvexSpace.subtypeproof · cited by 4