Lemmas about linear ordered (semi)fields #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
equiv.mul_left₀
as an order_iso.
Equations
- order_iso.mul_left₀ a ha = {to_equiv := {to_fun := (equiv.mul_left₀ a _).to_fun, inv_fun := (equiv.mul_left₀ a _).inv_fun, left_inv := _, right_inv := _}, map_rel_iff' := _}
equiv.mul_right₀
as an order_iso.
Equations
- order_iso.mul_right₀ a ha = {to_equiv := {to_fun := (equiv.mul_right₀ a _).to_fun, inv_fun := (equiv.mul_right₀ a _).inv_fun, left_inv := _, right_inv := _}, map_rel_iff' := _}
Lemmas about pos, nonneg, nonpos, neg #
Alias of the reverse direction of inv_pos
.
Alias of the reverse direction of inv_nonneg
.
Relating one division with another term. #
One direction of div_le_iff
where b
is allowed to be 0
(but c
must be nonnegative)
One direction of div_le_iff
where c
is allowed to be 0
(but b
must be nonnegative)
Bi-implications of inequalities using inversions #
See inv_le_inv_of_le
for the implication from right-to-left with one fewer assumption.
See inv_lt_inv_of_lt
for the implication from right-to-left with one fewer assumption.
Relating two divisions. #
Relating one division and involving 1
#
Relating two divisions, involving 1
#
For the single implications with fewer assumptions, see one_div_le_one_div_of_le
and
le_of_one_div_le_one_div
For the single implications with fewer assumptions, see one_div_lt_one_div_of_lt
and
lt_of_one_div_lt_one_div
Results about halving. #
The equalities also hold in semifields of characteristic 0
.
Alias of the reverse direction of half_le_self_iff
.
Alias of the reverse direction of half_lt_self_iff
.
Alias of half_lt_self
.
Miscellaneous lemmas #
Lemmas about pos, nonneg, nonpos, neg #
Relating one division with another term #
Bi-implications of inequalities using inversions #
Relating two divisions #
Relating one division and involving 1
#
Relating two divisions, involving 1
#
For the single implications with fewer assumptions, see one_div_lt_one_div_of_neg_of_lt
and
lt_of_one_div_lt_one_div
For the single implications with fewer assumptions, see one_div_lt_one_div_of_lt
and
lt_of_one_div_lt_one_div
Results about halving #
An inequality involving 2
.