Mathlib Map

Theorems · Theorem · convex and discrete geometry

Convexity.StdSimplex.map.congr_simp

∀ {R : Type u} [inst : PartialOrder R] [inst_1 : Semiring R] [inst_2 : IsStrictOrderedRing R] {M : Type v} {N : Type w}
  (g g_1 : M → N),
  g = g_1 →
    ∀ (f f_1 : Convexity.StdSimplex R M), f = f_1 → Convexity.StdSimplex.map g f = Convexity.StdSimplex.map g_1 f_1
Defined in
Mathlib.Geometry.Convex.ConvexSpace.Defs
Cited by
6 results in Mathlib
Foundations
Depth 76 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.

Cites5

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

Cited by6

Results whose statement or proof uses this declaration.