Theorems · Theorem · group theory
AddCommute.addOrderOf_add_nsmul_eq_lcm
∀ {G : Type u} [inst : AddMonoid G] {x y : G},
AddCommute x y →
addOrderOf x ≠ 0 →
addOrderOf y ≠ 0 →
addOrderOf
((addOrderOf x / (addOrderOf x).factorizationLCMLeft (addOrderOf y)) • x +
(addOrderOf y / (addOrderOf x).factorizationLCMRight (addOrderOf y)) • y) =
(addOrderOf x).lcm (addOrderOf y)If two commuting elements x and y of an additive monoid have order n and
m, there is an element of order lcm n m. The result actually gives an explicit (computable)
element, written as the sum of a multiple of x and a multiple of y. See also the result below
if you don't need the explicit formula.
- Defined in
- Mathlib.GroupTheory.Exponent
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddMonoidstatement and proof · cited by 2,864
- addOrderOfstatement and proof · cited by 208
- AddCommutestatement and proof · cited by 185
- Nat.factorizationLCMLeftstatement and proof · cited by 15
- Nat.factorizationLCMRightstatement and proof · cited by 15
- AddCommute.nsmul_nsmulproof · cited by 4
- AddCommute.addOrderOf_add_eq_mul_addOrderOf_of_coprimeproof · cited by 3
- Nat.factorizationLCMLeft_mul_factorizationLCMRightproof · cited by 2
- addOrderOf_nsmul_addOrderOf_subproof · cited by 1
- Nat.factorizationLCMLeft_dvd_leftproof · cited by 1
- Nat.factorizationLCMRight_dvd_rightproof · cited by 1
- Nat.coprime_factorizationLCMLeft_factorizationLCMRightproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- AddCommute.exists_addOrderOf_eq_lcmproof · cited by 0