Mathlib Map

Theorems · Definition · group theory

AddConstMap.replaceConsts

{G : Type u_1} →
  {H : Type u_2} →
    [inst : Add G] →
      [inst_1 : Add H] →
        {a : G} → {b : H} → AddConstMap G H a b → (a' : G) → (b' : H) → a = a' → b = b' → AddConstMap G H a' b'

Change constants a and b in (f : G →+c[a, b] H) to improve definitional equalities.

Defined in
Mathlib.Algebra.AddConstMap.Basic
Cited by
1 results in Mathlib
Foundations
Depth 11 from the axioms · uses no axioms
Assumes
AddAdd

Around this declaration

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

Cites2

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

Cited by1

Results whose statement or proof uses this declaration.