Theorems · Theorem · group theory
AddCommGroup.ModEq.sub
∀ {G : Type u_1} [inst : AddCommGroup G] {p a₁ a₂ b₁ b₂ : G},
a₁ ≡ b₁ [PMOD p] → a₂ ≡ b₂ [PMOD p] → a₁ - a₂ ≡ b₁ - b₂ [PMOD p]Alias of the reverse direction of AddCommGroup.ModEq.sub_iff_left.
- Defined in
- Mathlib.Algebra.Group.ModEq
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Quot.sound
- Assumes
- AddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommGroupstatement and proof · cited by 12,871
- AddCommGroup.ModEqstatement and proof · cited by 107
- AddCommGroup.ModEq.sub_iff_leftproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- AddCommGroup.ModEq.sub_leftproof · cited by 0
- AddCommGroup.ModEq.sub_rightproof · cited by 0