Theorems · Definition · group theory
Con.mapOfSurjective
{M : Type u_1} →
{N : Type u_2} →
{F : Type u_4} →
[inst : Mul M] →
[inst_1 : Mul N] →
[inst_2 : FunLike F M N] →
[inst_3 : MulHomClass F M N] → {c : Con M} → (f : F) → Con.ker f ≤ c → Function.Surjective ⇑f → Con NGiven a surjective multiplicative-preserving function f whose kernel is contained in a
congruence relation c, the congruence relation on f's codomain defined by 'x ≈ y iff the
elements of f⁻¹(x) are related to the elements of f⁻¹(y) by c.'
- Defined in
- Mathlib.GroupTheory.Congruence.Hom
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
- Assumes
- MulMulFunLikeMulHomClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- FunLikestatement and proof · cited by 2,560
- Constatement and proof · cited by 152
- MulHomClassstatement and proof · cited by 73
- Con.toSetoidproof · cited by 38
- Con.kerstatement and proof · cited by 24
- Setoid.mapOfSurjectiveproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Con.mapOfSurjective_eq_mapGenstatement and proof · cited by 0
- Con.correspondenceproof · cited by 0