Mathlib Map

Theorems · Inductive type · group theory

ZeroHom

(M : Type u_10) → (N : Type u_11) → [Zero M] → [Zero N] → Type (max u_10 u_11)

ZeroHom M N is the type of functions M → N that preserve zero. When possible, instead of parametrizing results over (f : ZeroHom M N), you should parametrize over (F : Type*) [ZeroHomClass F M N] (f : F). When you extend this structure, make sure to also extend ZeroHomClass.

Defined in
Mathlib.Algebra.Group.Hom.Defs
Cited by
161 results in Mathlib
Foundations
Depth 1 from the axioms, rests on 2 definitions · uses no axioms
Assumes
ZeroZero

Around this declaration

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

Cites0

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

Nothing in Mathlib beyond the foundations.

Cited by231

Results whose statement or proof uses this declaration.

Showing the 200 most cited of 231.