Lemmas about the interaction of power operations with order #
theorem
zpow_right_strictMono
{α : Type u_1}
[OrderedCommGroup α]
{a : α}
(ha : 1 < a)
:
StrictMono fun (n : ℤ) => a ^ n
theorem
zsmul_left_strictMono
{α : Type u_1}
[OrderedAddCommGroup α]
{a : α}
(ha : 0 < a)
:
StrictMono fun (n : ℤ) => n • a
@[deprecated zsmul_left_strictMono (since := "2024-09-19")]
theorem
zsmul_strictMono_left
{α : Type u_1}
[OrderedAddCommGroup α]
{a : α}
(ha : 0 < a)
:
StrictMono fun (n : ℤ) => n • a
Alias of zsmul_left_strictMono
.
@[deprecated one_lt_zpow (since := "2024-11-13")]
theorem
one_lt_zpow'
{α : Type u_1}
[OrderedCommGroup α]
{n : ℤ}
{a : α}
(ha : 1 < a)
(hn : 0 < n)
:
Alias of one_lt_zpow
.
theorem
zpow_right_strictAnti
{α : Type u_1}
[OrderedCommGroup α]
{a : α}
(ha : a < 1)
:
StrictAnti fun (n : ℤ) => a ^ n
theorem
zsmul_left_strictAnti
{α : Type u_1}
[OrderedAddCommGroup α]
{a : α}
(ha : a < 0)
:
StrictAnti fun (n : ℤ) => n • a
@[deprecated zpow_right_mono (since := "2024-11-13")]
Alias of zpow_right_mono
.
@[deprecated zpow_le_zpow_right (since := "2024-11-13")]
theorem
zpow_le_zpow
{α : Type u_1}
[OrderedCommGroup α]
{m n : ℤ}
{a : α}
(ha : 1 ≤ a)
(h : m ≤ n)
:
Alias of zpow_le_zpow_right
.
@[deprecated zpow_lt_zpow_right (since := "2024-11-13")]
theorem
zpow_lt_zpow
{α : Type u_1}
[OrderedCommGroup α]
{m n : ℤ}
{a : α}
(ha : 1 < a)
(h : m < n)
:
Alias of zpow_lt_zpow_right
.
theorem
zpow_left_strictMono
(α : Type u_1)
[OrderedCommGroup α]
{n : ℤ}
(hn : 0 < n)
:
StrictMono fun (x : α) => x ^ n
theorem
zsmul_strictMono_right
(α : Type u_1)
[OrderedAddCommGroup α]
{n : ℤ}
(hn : 0 < n)
:
StrictMono fun (x : α) => n • x
@[deprecated zpow_left_strictMono (since := "2024-11-13")]
theorem
zpow_strictMono_left
(α : Type u_1)
[OrderedCommGroup α]
{n : ℤ}
(hn : 0 < n)
:
StrictMono fun (x : α) => x ^ n
Alias of zpow_left_strictMono
.
@[deprecated zpow_left_mono (since := "2024-11-13")]
Alias of zpow_left_mono
.
@[deprecated zpow_le_zpow_left (since := "2024-11-13")]
theorem
zpow_le_zpow'
{α : Type u_1}
[OrderedCommGroup α]
{n : ℤ}
{a b : α}
(hn : 0 ≤ n)
(h : a ≤ b)
:
Alias of zpow_le_zpow_left
.
@[deprecated zpow_lt_zpow_left (since := "2024-11-13")]
theorem
zpow_lt_zpow'
{α : Type u_1}
[OrderedCommGroup α]
{n : ℤ}
{a b : α}
(hn : 0 < n)
(h : a < b)
:
Alias of zpow_lt_zpow_left
.
theorem
zpow_left_injective
{α : Type u_1}
[LinearOrderedCommGroup α]
{n : ℤ}
(hn : n ≠ 0)
:
Function.Injective fun (x : α) => x ^ n
theorem
zsmul_right_injective
{α : Type u_1}
[LinearOrderedAddCommGroup α]
{n : ℤ}
(hn : n ≠ 0)
:
Function.Injective fun (x : α) => n • x
See also smul_right_injective
. TODO: provide a NoZeroSMulDivisors
instance. We can't do
that here because importing that definition would create import cycles.
theorem
not_isCyclic_of_denselyOrdered
(α : Type u_1)
[LinearOrderedCommGroup α]
[DenselyOrdered α]
[Nontrivial α]
:
A nontrivial densely linear ordered commutative group can't be a cyclic group.
theorem
not_isAddCyclic_of_denselyOrdered
(α : Type u_1)
[LinearOrderedAddCommGroup α]
[DenselyOrdered α]
[Nontrivial α]
:
A nontrivial densely linear ordered additive commutative group can't be a cyclic group.