Mathlib Map

Theorems · Theorem · field theory

Nat.cast_le_pow_div_sub

∀ {α : Type u_1} [inst : Field α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] {a : α},
  1 < a → ∀ (n : ℕ), ↑n ≤ a ^ n / (a - 1)

For any a > 1 and a natural n we have n ≤ a ^ n / (a - 1). See also Nat.cast_le_pow_sub_div_sub for a stronger inequality with a ^ n - 1 in the numerator.

Defined in
Mathlib.Algebra.Order.Field.Power
Cited by
1 results in Mathlib
Foundations
Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldLinearOrderIsStrictOrderedRing

Around this declaration

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

Cites10

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

Cited by1

Results whose statement or proof uses this declaration.