Mathlib Map

Theorems · Theorem · ring theory

AddMonoidHom.map_mul_iff

∀ {R : Type u_1} {S : Type u_2} [inst : NonUnitalNonAssocSemiring R] [inst_1 : NonUnitalNonAssocSemiring S]
  (f : R →+ S), (∀ (x y : R), f (x * y) = f x * f y) ↔ AddMonoidHom.mul.compr₂ f = (AddMonoidHom.mul.comp f).compl₂ f

An AddMonoidHom preserves multiplication if pre- and post- composition with mul are equivalent. By converting the statement into an equality of AddMonoidHoms, this lemma allows various specialized ext lemmas about →+ to then be applied.

Defined in
Mathlib.Algebra.Ring.Basic
Cited by
1 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Quot.sound
Assumes
NonUnitalNonAssocSemiringNonUnitalNonAssocSemiring

Around this declaration

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

Cites8

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.