Theorems · Theorem · group theory
Commute.orderOf_mul_eq_right_of_forall_prime_mul_dvd
∀ {G : Type u_1} [inst : Monoid G] {x y : G},
Commute x y →
IsOfFinOrder y → (∀ (p : ℕ), Nat.Prime p → p ∣ orderOf x → p * orderOf x ∣ orderOf y) → orderOf (x * y) = orderOf yIf each prime factor of orderOf x has higher multiplicity in orderOf 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
- Monoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Monoidstatement and proof · cited by 3,887
- one_mulproof · cited by 2,841
- Nat.Primestatement and proof · cited by 2,059
- LT.lt.ne'proof · cited by 1,417
- Commutestatement and proof · cited by 639
- orderOfstatement and proof · cited by 324
- Dvd.dvd.transproof · cited by 148
- IsOfFinOrderstatement and proof · cited by 113
- dvd_rflproof · cited by 80
- Nat.Prime.ne_oneproof · cited by 61
- Nat.Prime.coprime_iff_not_dvdproof · cited by 38
- IsOfFinOrder.orderOf_posproof · cited by 17
Cited by2
Results whose statement or proof uses this declaration.
- Commute.orderOf_mul_eq_left_of_forall_prime_mul_dvdproof · cited by 0
- approxOrderOf.smul_eq_of_mul_dvdproof · cited by 0