Theorems · Theorem · convex and discrete geometry
Convexity.iConvexComb_convexCombPair_comm_left
∀ {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) (m : M) (e : I → M),
(Convexity.iConvexComb f fun x => Convexity.convexCombPair s t hs ht h (e x) m) =
Convexity.convexCombPair s t hs ht h (Convexity.iConvexComb f e) m- Defined in
- Mathlib.Geometry.Convex.ConvexSpace.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- PartialOrderstatement and proof · cited by 6,410
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Convexity.ConvexSpacestatement and proof · cited by 176
- Convexity.StdSimplexstatement and proof · cited by 123
- Convexity.convexCombPairstatement and proof · cited by 52
- Convexity.iConvexCombstatement and proof · cited by 51
- Convexity.convexCombPair.congr_simpproof · cited by 10
- Convexity.iConvexComb_constproof · cited by 6
- Convexity.iConvexComb_convexCombPair_commproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.