Theorems · Theorem · group theory
AddCon.sub
∀ {M : Type u_1} [inst : AddGroup M] (c : AddCon M) {w x y z : M}, c w x → c y z → c (w - y) (x - z)Additive congruence relations preserve subtraction.
- Defined in
- Mathlib.GroupTheory.Congruence.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Quot.sound
- Assumes
- AddGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- AddGroupstatement and proof · cited by 4,410
- sub_eq_add_negproof · cited by 1,023
- AddConstatement and proof · cited by 138
- AddCon.addproof · cited by 8
- AddCon.negproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- RingCon.subproof · cited by 1