Theorems · Theorem · convex and discrete geometry
Convexity.iConvexComb_convexCombPair_comm
∀ {R : Type u_9} {M : Type u_10} {I : Type u_11} [inst : PartialOrder R] [inst_1 : CommSemiring R]
[inst_2 : IsStrictOrderedRing R] [inst_3 : Convexity.ConvexSpace R M] {s t : R} (hs : 0 ≤ s) (ht : 0 ≤ t)
(h : s + t = 1) (f : Convexity.StdSimplex R I) (e₁ e₂ : I → M),
(Convexity.iConvexComb f fun x => Convexity.convexCombPair s t hs ht h (e₁ x) (e₂ x)) =
Convexity.convexCombPair s t hs ht h (Convexity.iConvexComb f e₁) (Convexity.iConvexComb f e₂)- Defined in
- Mathlib.Geometry.Convex.ConvexSpace.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 83 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
- CommSemiringstatement and proof · cited by 10,911
- PartialOrderstatement and proof · cited by 6,410
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Matrix.vecConsproof · cited by 852
- Matrix.vecEmptyproof · cited by 832
- Matrix.cons_val_fin_oneproof · cited by 225
- Fintype.elemsproof · cited by 194
- Fintype.completeproof · cited by 192
- Convexity.ConvexSpacestatement and proof · cited by 176
- Convexity.StdSimplexstatement and proof · cited by 123
- Convexity.StdSimplex.weightsproof · cited by 63
Cited by2
Results whose statement or proof uses this declaration.
- Convexity.iConvexComb_convexCombPair_comm_rightproof · cited by 1
- Convexity.iConvexComb_convexCombPair_comm_leftproof · cited by 0