Theorems · Theorem · group theory
AddCommute.addOrderOf_add_eq_right_of_forall_prime_mul_dvd
∀ {G : Type u_1} [inst : AddMonoid G] {x y : G},
AddCommute x y →
IsOfFinAddOrder y →
(∀ (p : ℕ), Nat.Prime p → p ∣ addOrderOf x → p * addOrderOf x ∣ addOrderOf y) → addOrderOf (x + y) = addOrderOf yIf each prime factor of
addOrderOf x has higher multiplicity in addOrderOf y, and x commutes with y,
then x + y has the same order as y.
- Defined in
- Mathlib.GroupTheory.OrderOfElement
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 74 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.
Cites18
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
- one_mulproof · cited by 2,841
- Nat.Primestatement and proof · cited by 2,059
- LT.lt.ne'proof · cited by 1,417
- addOrderOfstatement and proof · cited by 208
- AddCommutestatement and proof · cited by 185
- Dvd.dvd.transproof · cited by 148
- IsOfFinAddOrderstatement and proof · cited by 105
- dvd_rflproof · cited by 80
- Nat.Prime.ne_oneproof · cited by 61
- Nat.Prime.coprime_iff_not_dvdproof · cited by 38
- addOrderOf_dvd_iff_nsmul_eq_zeroproof · cited by 17
Cited by2
Results whose statement or proof uses this declaration.
- approxAddOrderOf.vadd_eq_of_mul_dvdproof · cited by 1
- AddCommute.addOrderOf_add_eq_left_of_forall_prime_mul_dvdproof · cited by 0