Theorems · Theorem · convex and discrete geometry
Convexity.convexCombPair_convexCombPair_assoc_left
∀ {R : Type u_1} {M : Type u_3} [inst : PartialOrder R] [inst_1 : Semiring R] [inst_2 : IsStrictOrderedRing R]
[inst_3 : Convexity.ConvexSpace R M] {s t : R} (hs : 0 ≤ s) (ht : 0 ≤ t) (h : s + t = 1) {s' t' : R} (hs' : 0 ≤ s')
(ht' : 0 ≤ t') (h' : s' + t' = 1) {s'' t'' : R} (hs'' : 0 ≤ s'') (ht'' : 0 ≤ t'') (h'' : s'' + t'' = 1),
t * s'' = s * t' * t'' →
∀ (m₁ m₂ m₃ : M),
Convexity.convexCombPair s t hs ht h (Convexity.convexCombPair s' t' hs' ht' h' m₁ m₂) m₃ =
Convexity.convexCombPair (s * s') (s * t' + t) ⋯ ⋯ ⋯ m₁ (Convexity.convexCombPair s'' t'' hs'' ht'' h'' m₂ m₃)- Defined in
- Mathlib.Geometry.Convex.ConvexSpace.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- IsStrictOrderedRingstatement and proof · cited by 2,490
- mul_assocproof · cited by 1,667
- Finsupp.singleproof · cited by 943
- add_assocproof · cited by 746
- zero_smulproof · cited by 716
- Finsupp.sumproof · cited by 481
- mul_addproof · cited by 413
Cited by1
Results whose statement or proof uses this declaration.
- Convexity.convexCombPair_convexCombPair_assoc_rightproof · cited by 0