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
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.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- PartialOrderstatement and proof · cited by 6,410
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Finsupp.extproof · cited by 399
- Finsupp.mapDomainproof · cited by 168
- Convexity.StdSimplexstatement and proof · cited by 123
- Convexity.StdSimplex.weightsproof · cited by 63
- Convexity.StdSimplex.mapstatement and proof · cited by 43
- Convexity.StdSimplex.weights_mapproof · cited by 18
- Convexity.StdSimplex.extproof · cited by 14
- Finsupp.mapDomain_compproof · cited by 13
Cited by3
Results whose statement or proof uses this declaration.
- Convexity.IsAffineMap.map_iConvexCombproof · cited by 7
- Convexity.StdSimplex.map_mapproof · cited by 7
- Convexity.IsAffineMap.compproof · cited by 0