Theorems · Theorem · group theory
IsAddCentral.right_assoc
∀ {M : Type u_1} [inst : Add M] {z : M}, IsAddCentral z → ∀ (a b : M), a + b + z = a + (b + z)associative property for right addition
- Defined in
- Mathlib.Algebra.Group.Center
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- Add
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- IsAddCentralstatement and proof · cited by 8
Cited by3
Results whose statement or proof uses this declaration.
- IsAddCentral.right_commproof · cited by 1
- IsAddCentral.mid_assocproof · cited by 1
- IsAddCentral.left_commproof · cited by 0