Theorems · Theorem · convex and discrete geometry
Convexity.convexCombPair_convexCombPair_assoc_right
∀ {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),
s * t'' = t * s' * s'' →
∀ (m₁ m₂ m₃ : M),
Convexity.convexCombPair s t hs ht h m₁ (Convexity.convexCombPair s' t' hs' ht' h' m₂ m₃) =
Convexity.convexCombPair (s + t * s') (t * t') ⋯ ⋯ ⋯ (Convexity.convexCombPair s'' t'' hs'' ht'' h'' m₁ m₂) m₃- Defined in
- Mathlib.Geometry.Convex.ConvexSpace.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- add_commproof · cited by 1,535
- Convexity.ConvexSpacestatement and proof · cited by 176
- Convexity.convexCombPairstatement and proof · cited by 52
- Convexity.convexCombPair.congr_simpproof · cited by 10
- Convexity.convexCombPair_symmproof · cited by 3
- Convexity.convexCombPair_convexCombPair_assoc_leftproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.