Theorems · Theorem · group theory
AddCon.ker_eq_lift_of_injective
∀ {M : Type u_1} {P : Type u_3} [inst : AddZeroClass M] [inst_1 : AddZeroClass P] (c : AddCon M) (f : M →+ P)
(H : c ≤ AddCon.ker f), Function.Injective ⇑(c.lift f H) → AddCon.ker f = cGiven an AddMonoid homomorphism f from M to P, the kernel of f
is the unique additive congruence relation on M whose induced map from the quotient of M
to P is injective.
- Defined in
- Mathlib.GroupTheory.Congruence.Hom
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
- Assumes
- AddZeroClassAddZeroClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- AddMonoidHomstatement and proof · cited by 3,230
- AddZeroClassstatement and proof · cited by 1,237
- AddConstatement and proof · cited by 138
- AddCon.Quotientstatement · cited by 54
- AddCon.kerstatement and proof · cited by 24
- AddCon.liftstatement and proof · cited by 14
- Setoid.ker_eq_lift_of_injectiveproof · cited by 4
- AddCon.toSetoid_injectiveproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.