Module docstring
{"# Congruence relations on rings
This file defines 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. ","### Basic notation 
The basic algebraic notation, 0, 1, +, *, -, ^, descend naturally under the quotient
","### Algebraic structure
The operations above on the quotient by c : RingCon R preserve the algebraic structure of R.
"}