Theorems · Theorem · number theory
Commute.pow_eq_pow_iff_of_coprime
∀ {α : Type u_1} [inst : GroupWithZero α] {a b : α} {m n : ℕ},
Commute a b → m.Coprime n → (a ^ m = b ^ n ↔ ∃ c, a = c ^ n ∧ b = c ^ m)- Defined in
- Mathlib.Data.Int.GCD
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- GroupWithZero
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.
- mul_commproof · cited by 2,262
- pow_zeroproof · cited by 1,094
- pow_oneproof · cited by 894
- GroupWithZerostatement and proof · cited by 691
- Commutestatement and proof · cited by 639
- zero_powproof · cited by 361
- zpow_natCastproof · cited by 271
- pow_mulproof · cited by 210
- Commute.symmproof · cited by 79
- zpow_add₀proof · cited by 30
- zpow_mulproof · cited by 27
- Nat.gcdAproof · cited by 23
Cited by1
Results whose statement or proof uses this declaration.
- pow_eq_pow_iff_of_coprimeproof · cited by 1