Theorems · Theorem · group theory
IsMulCentral.right_assoc
∀ {M : Type u_1} [inst : Mul M] {z : M}, IsMulCentral z → ∀ (a b : M), a * b * z = a * (b * z)associative property for right multiplication
- Defined in
- Mathlib.Algebra.Group.Center
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- Mul
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.
- IsMulCentralstatement and proof · cited by 13
Cited by9
Results whose statement or proof uses this declaration.
- IsMulCentral.mid_assocproof · cited by 1
- IsMulCentral.right_commproof · cited by 1
- Set.star_mem_centerproof · cited by 0
- Set.intCast_mem_centerproof · cited by 0
- Set.neg_mem_centerproof · cited by 0
- Set.smul_mem_centerproof · cited by 0
- Set.add_mem_centerproof · cited by 0
- Module.Basis.mem_center_iffproof · cited by 0
- IsMulCentral.left_commproof · cited by 0