Documentation
Time
.
Data
.
Int
.
Order
Search
Google site search
return to top
source
Imports
Init
Init.Data.Int.Order
Imported by
Int
.
toNat_lt_toNat
Int
.
lt_toNat
Int
.
toNat_le_toNat
Int
.
toNat_le
Int
.
le_of_eq
Int
.
lt_of_ediv_eq
source
theorem
Int
.
toNat_lt_toNat
{a b :
Int
}
(h :
a
<
b
)
(hb :
0
<
b
)
:
a
.toNat
<
b
.toNat
source
theorem
Int
.
lt_toNat
{n :
Nat
}
{a :
Int
}
(h :
↑
n
<
a
)
(hb :
0
<
a
)
:
n
<
a
.toNat
source
theorem
Int
.
toNat_le_toNat
{a b :
Int
}
(h :
a
≤
b
)
:
a
.toNat
≤
b
.toNat
source
theorem
Int
.
toNat_le
{a :
Int
}
{n :
Nat
}
(h :
a
≤
↑
n
)
:
a
.toNat
≤
n
source
theorem
Int
.
le_of_eq
{n m :
Int
}
(h :
n
=
m
)
:
n
≤
m
source
theorem
Int
.
lt_of_ediv_eq
{a b :
Int
}
{n :
Nat
}
(hb :
0
<
b
)
(h :
a
/
b
=
↑
n
)
:
a
<
b
+
↑
n
*
b