Module docstring
{"# Congruence relations on rings
This file contains basic results concerning congruence relations on rings,
which extend Con and AddCon on monoids and additive monoids.
Most of the time you likely want to use the Ideal.Quotient API that is built on top of this.
Main Definitions
RingCon R: the type of congruence relations respecting+and*.RingConGen r: the inductively defined smallest ring congruence relation containing a given binary relation.
TODO
- Use this for
RingQuottoo. - Copy across more API from
ConandAddConinGroupTheory/Congruence.lean. ","### Scalar multiplication
The operation of scalar multiplication • descends naturally to the quotient.
","### Lattice structure
The API in this section is copied from Mathlib/GroupTheory/Congruence.lean
"}