Theorems · Theorem · convex and discrete geometry
Convexity.IsAffineMap.map_convexCombPair
∀ {R : Type u_1} {M : Type u_3} {N : Type u_4} [inst : PartialOrder R] [inst_1 : Semiring R]
[inst_2 : IsStrictOrderedRing R] [inst_3 : Convexity.ConvexSpace R M] [inst_4 : Convexity.ConvexSpace R N]
{f : M → N},
Convexity.IsAffineMap R f →
∀ {s t : R} (hs : 0 ≤ s) (ht : 0 ≤ t) (h : s + t = 1) (x y : M),
f (Convexity.convexCombPair s t hs ht h x y) = Convexity.convexCombPair s t hs ht h (f x) (f y)- Defined in
- Mathlib.Geometry.Convex.ConvexSpace.Defs
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 and proof · cited by 176
- Convexity.StdSimplexproof · cited by 123
- Convexity.ConvexSpace.sConvexCombproof · cited by 59
- Convexity.convexCombPairstatement · cited by 52
- Convexity.IsAffineMapstatement and proof · cited by 33
- Convexity.StdSimplex.dupleproof · cited by 20
- Convexity.StdSimplex.map_dupleproof · cited by 7
- Convexity.IsAffineMap.map_sConvexCombproof · cited by 5
Cited by8
Results whose statement or proof uses this declaration.
- Convexity.IsStarConvexSet.imageproof · cited by 3
- Convexity.subtypeVal_convexCombPairproof · cited by 1
- Prod.snd_convexCombPairproof · cited by 1
- Pi.convexCombPair_applyproof · cited by 1
- Prod.fst_convexCombPairproof · cited by 1
- Finsupp.convexCombPair_applyproof · cited by 0
- Convexity.IsStarConvexSet.preimageproof · cited by 0
- Convexity.IsAffineMap.map_smul_add_smulproof · cited by 0