Mathlib Map

Theorems · Theorem · order theory

pow_eq_pow_iff_of_ne_zero

∀ {R : Type u_2} [inst : Ring R] [inst_1 : LinearOrder R] [IsStrictOrderedRing R] {a b : R} {n : ℕ},
  n ≠ 0 → (a ^ n = b ^ n ↔ a = b ∨ a = -b ∧ Even n)
Defined in
Mathlib.Algebra.Order.Ring.Abs
Cited by
2 results in Mathlib
Foundations
Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingLinearOrderIsStrictOrderedRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.