Mathlib Map

Theorems · Theorem · commutative algebra

DualNumber.ringHom_ext

∀ {R : Type u_1} [inst : CommSemiring R] {R' : Type u_5} [inst_1 : CommSemiring R'] {f g : DualNumber R →+* R'},
  f.comp (algebraMap R (DualNumber R)) = g.comp (algebraMap R (DualNumber R)) →
    f DualNumber.eps = g DualNumber.eps → f = g

A ring morphism R[ε] →+* R' is determined by its restriction on R and its value on ε.

Defined in
Mathlib.Algebra.DualNumber
Cited by
1 results in Mathlib
Foundations
Depth 40 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiring

Around this declaration

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

Cites14

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.