Theorems · Theorem · convex and discrete geometry
Convexity.convexCombPair_eq_sum
∀ {R : Type u_2} {M : Type u_3} [inst : Semiring R] [inst_1 : PartialOrder R] [inst_2 : IsStrictOrderedRing R]
[inst_3 : AddCommMonoid M] [inst_4 : Module R M] [inst_5 : Convexity.ConvexSpace R M]
[Convexity.IsModuleConvexSpace R M] (a b : R) (ha : 0 ≤ a) (hb : 0 ≤ b) (hab : a + b = 1) (x y : M),
Convexity.convexCombPair a b ha hb hab x y = a • x + b • yconvexCombPair in a module can be expressed as a sum.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Finsupp.singleproof · cited by 943
- zero_smulproof · cited by 716
- Finsupp.sumproof · cited by 481
- add_smulproof · cited by 204
- Convexity.ConvexSpacestatement and proof · cited by 176
- Finsupp.sum_single_indexproof · cited by 130
Cited by1
Results whose statement or proof uses this declaration.
- Convexity.IsAffineMap.map_smul_add_smulproof · cited by 0