Mathlib Map

Theorems · Theorem · convex and discrete geometry

Convexity.StdSimplex.map_comp

∀ {R : Type u} [inst : PartialOrder R] [inst_1 : Semiring R] {M : Type u_9} {N : Type u_10} {P : Type u_11}
  [inst_2 : IsStrictOrderedRing R] (f : Convexity.StdSimplex R M) (g₁ : M → N) (g₂ : N → P),
  Convexity.StdSimplex.map (g₂ ∘ g₁) f = Convexity.StdSimplex.map g₂ (Convexity.StdSimplex.map g₁ f)
Defined in
Mathlib.Geometry.Convex.ConvexSpace.Defs
Cited by
3 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PartialOrderSemiringIsStrictOrderedRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.