Theorems · Theorem · convex and discrete geometry
Convexity.StdSimplex.map_duple
∀ {R : Type u} [inst : PartialOrder R] [inst_1 : Semiring R] {M : Type u_9} {N : Type u_10}
[inst_2 : IsStrictOrderedRing R] {s t : R} (hs : 0 ≤ s) (ht : 0 ≤ t) (h : s + t = 1) (x y : M) (f : M → N),
Convexity.StdSimplex.map f (Convexity.StdSimplex.duple x y hs ht h) = Convexity.StdSimplex.duple (f x) (f y) hs ht h- Defined in
- Mathlib.Geometry.Convex.ConvexSpace.Defs
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- PartialOrderstatement and proof · cited by 6,410
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Finsupp.singleproof · cited by 943
- Finsupp.extproof · cited by 399
- Finsupp.mapDomainproof · cited by 168
- Convexity.StdSimplexstatement · cited by 123
- Finsupp.mapDomain_singleproof · cited by 48
- Convexity.StdSimplex.mapstatement · cited by 43
- Convexity.StdSimplex.duplestatement and proof · cited by 20
- Convexity.StdSimplex.weights_mapproof · cited by 18
Cited by7
Results whose statement or proof uses this declaration.
- Convexity.IsAffineMap.map_convexCombPairproof · cited by 8
- Convexity.convexCombPair_defproof · cited by 2
- Convexity.convexCombPair_iConvexComb_iConvexCombproof · cited by 2
- Convexity.sConvexComb_convexCombPairproof · cited by 1
- Convexity.convexCombPair_convexCombPair_right_eq_sConvexCombproof · cited by 1
- Convexity.convexCombPair_convexCombPair_left_eq_sConvexCombproof · cited by 1
- Convexity.iConvexComb_convexCombPairproof · cited by 0