Mathlib Map

Theorems · Definition · convex and discrete geometry

Convexity.StdSimplex.map

{R : Type u} →
  [inst : PartialOrder R] →
    [inst_1 : Semiring R] →
      [IsStrictOrderedRing R] →
        {M : Type v} → {N : Type w} → (M → N) → Convexity.StdSimplex R M → Convexity.StdSimplex R N

Map a function over the support of a standard simplex. For each n : N, the weight is the sum of weights of all m : M with g m = n.

Defined in
Mathlib.Geometry.Convex.ConvexSpace.Defs
Cited by
43 results in Mathlib
Foundations
Depth 75 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.

Cites6

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

Cited by52

Results whose statement or proof uses this declaration.