Theorems · Definition · group theory
Con.comap
{M : Type u_1} →
{N : Type u_2} →
[inst : Mul M] → [inst_1 : Mul N] → (f : M → N) → (∀ (x y : M), f (x * y) = f x * f y) → Con N → Con MGiven types with multiplications M, N and a congruence relation c on N, a
multiplication-preserving map f : M → N induces a congruence relation on f's domain
defined by 'x ≈ y iff f(x) is related to f(y) by c.'
- Defined in
- Mathlib.GroupTheory.Congruence.Defs
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Constatement and proof · cited by 152
- Con.toSetoidproof · cited by 38
- Setoid.comapproof · cited by 16
Cited by20
Results whose statement or proof uses this declaration.
- RingCon.comapproof · cited by 32
- Con.comapQuotientEquivOfSurjstatement · cited by 3
- Con.congrstatement and proof · cited by 2
- Con.comap_conGen_equivstatement and proof · cited by 1
- Con.comap_injectivestatement · cited by 1
- Con.le_comap_conGenstatement · cited by 1
- Con.comap.congr_simpstatement and proof · cited by 0
- Con.comapQuotientEquivstatement · cited by 0
- Con.comapQuotientEquivOfSurj_mkstatement · cited by 0
- Con.comapQuotientEquivOfSurj_symm_mkstatement · cited by 0
- Con.comapQuotientEquivOfSurj_symm_mk'statement · cited by 0
- Con.comap_compstatement · cited by 0