Lemmas about powers in ordered fields. #
Integer powers #
@[deprecated zpow_right_strictMono₀ (since := "2024-10-08")]
theorem
zpow_strictMono
{α : Type u_1}
[LinearOrderedSemifield α]
{a : α}
(hx : 1 < a)
:
StrictMono fun (x : ℤ) => a ^ x
@[deprecated zpow_right_strictAnti₀ (since := "2024-10-08")]
theorem
zpow_strictAnti
{α : Type u_1}
[LinearOrderedSemifield α]
{a : α}
(h₀ : 0 < a)
(h₁ : a < 1)
:
StrictAnti fun (x : ℤ) => a ^ x
@[deprecated zpow_right_injective₀ (since := "2024-10-08")]
theorem
zpow_injective
{α : Type u_1}
[LinearOrderedSemifield α]
{a : α}
(h₀ : 0 < a)
(h₁ : a ≠ 1)
:
Function.Injective fun (x : ℤ) => a ^ x
Alias of the reverse direction of Odd.zpow_neg_iff
.
Alias of the reverse direction of Odd.zpow_nonpos_iff
.
Bernoulli's inequality #
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.
The positivity
extension which identifies expressions of the form a ^ (b : ℤ)
,
such that positivity
successfully recognises both a
and b
.
Equations
- One or more equations did not get rendered due to their size.