Documentation
Projects
.
Util
.
Rat
Search
return to top
source
Imports
Init
Projects.Util.Real
Imported by
Rat
.
inv_lt_self_of_one_lt
Rat
.
inv_le_self_of_one_le
Rat
.
lt_inv_self_of
Rat
.
le_inv_self_of
source
theorem
Rat
.
inv_lt_self_of_one_lt
{
x
:
ℚ
}
(
h
:
1
<
x
)
:
x
⁻¹
<
x
source
theorem
Rat
.
inv_le_self_of_one_le
{
x
:
ℚ
}
(
h
:
1
≤
x
)
:
x
⁻¹
≤
x
source
theorem
Rat
.
lt_inv_self_of
{
x
:
ℚ
}
(
h₁
:
0
<
x
)
(
h₂
:
x
<
1
)
:
x
<
x
⁻¹
source
theorem
Rat
.
le_inv_self_of
{
x
:
ℚ
}
(
h₁
:
0
<
x
)
(
h₂
:
x
≤
1
)
:
x
≤
x
⁻¹