Mathlib Map

Theorems · Theorem · order theory

one_le_zpow

∀ {G : Type u_2} [inst : DivInvMonoid G] [inst_1 : Preorder G] [MulLeftMono G] {x : G},
  1 ≤ x → ∀ {n : ℤ}, 0 ≤ n → 1 ≤ x ^ n
Defined in
Mathlib.Algebra.Order.Monoid.Unbundled.Pow
Cited by
2 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext
Assumes
DivInvMonoidPreorderMulLeftMono

Around this declaration

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

Cites5

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.