Mathlib Map

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
Assumes
PartialOrderCommSemiringIsStrictOrderedRingConvexity.ConvexSpace

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.