Theorems · Definition · commutative algebra
RingCon.mapGen
{M : Type u_1} →
{N : Type u_2} → [inst : NonAssocSemiring M] → [inst_1 : NonAssocSemiring N] → {c : RingCon M} → (M → N) → RingCon NGiven a function f, the smallest ring congruence relation containing the binary
relation on f's image defined by 'x ≈ y iff the elements of f⁻¹(x) are related to
the elements of f⁻¹(y) by a ring congruence relation c.'
- Defined in
- Mathlib.RingTheory.Congruence.Hom
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- NonAssocSemiringstatement and proof · cited by 805
- RingConstatement and proof · cited by 219
- Relation.Mapproof · cited by 40
- ringConGenproof · cited by 18
Cited by3
Results whose statement or proof uses this declaration.
- RingCon.mapGen_eq_map_of_surjectivestatement and proof · cited by 1
- RingCon.correspondenceproof · cited by 0
- RingCon.mapGen_apply_apply_of_surjectivestatement · cited by 0