Theorems · Theorem · convex and discrete geometry
Convexity.StdSimplex.map_map
∀ {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₂ (Convexity.StdSimplex.map g₁ f) = Convexity.StdSimplex.map (fun x => g₂ (g₁ x)) f- Defined in
- Mathlib.Geometry.Convex.ConvexSpace.Defs
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Convexity.StdSimplexstatement and proof · cited by 123
- Convexity.StdSimplex.mapstatement · cited by 43
- Convexity.StdSimplex.map_compproof · cited by 3
Cited by7
Results whose statement or proof uses this declaration.
- Convexity.iConvexComb_mapproof · cited by 2
- Convexity.iConvexComb_assoc'proof · cited by 2
- Convexity.convexCombPair_iConvexComb_iConvexCombproof · cited by 2
- Convexity.iConvexComb_assoc''proof · cited by 1
- Convexity.iConvexComb_commproof · cited by 1
- Convexity.iConvexComb_assocproof · cited by 0
- Convexity.iConvexComb_convexCombPairproof · cited by 0