Theorems · Theorem · group theory
AddCon.addConGen_eq
∀ {M : Type u_1} [inst : Add M] (r : M → M → Prop), addConGen r = sInf {s | ∀ (x y : M), r x y → s x y}The inductively defined smallest additive congruence relation
containing a binary relation r equals the infimum of the set of additive congruence relations
containing r.
- Defined in
- Mathlib.GroupTheory.Congruence.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Quot.sound
- Assumes
- Add
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Set.ofPredstatement and proof · cited by 6,101
- le_antisymmproof · cited by 2,068
- InfSet.sInfstatement · cited by 935
- AddConstatement and proof · cited by 138
- sInf_leproof · cited by 110
- le_sInfproof · cited by 51
- addConGenstatement and proof · cited by 28
- AddCon.toSetoidproof · cited by 20
- Setoid.refl'proof · cited by 14
- Setoid.symm'proof · cited by 14
- Setoid.trans'proof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- AddCon.addConGen_leproof · cited by 2