Documentation
FLT
.
Mathlib
.
Algebra
.
Order
.
GroupWithZero
Search
return to top
source
Imports
Init
Mathlib.Algebra.Order.GroupWithZero.Canonical
Imported by
WithZero
.
exists_ne_zero_and_lt
WithZero
.
exists_ne_zero_and_le_and_le
WithZero
.
exists_ne_zero_and_lt_and_lt
source
theorem
WithZero
.
exists_ne_zero_and_lt
{
G
:
Type
u_1}
[
LinearOrder
G
]
[
NoMinOrder
G
]
{
x
:
WithZero
G
}
(
hx
:
x
≠
0
)
:
∃
(
y
:
WithZero
G
)
,
y
≠
0
∧
y
<
x
source
theorem
WithZero
.
exists_ne_zero_and_le_and_le
{
G
:
Type
u_1}
[
LinearOrder
G
]
{
x
y
:
WithZero
G
}
(
hx
:
x
≠
0
)
(
hy
:
y
≠
0
)
:
∃
(
z
:
WithZero
G
)
,
z
≠
0
∧
z
≤
x
∧
z
≤
y
source
theorem
WithZero
.
exists_ne_zero_and_lt_and_lt
{
G
:
Type
u_1}
[
LinearOrder
G
]
[
NoMinOrder
G
]
{
x
y
:
WithZero
G
}
(
hx
:
x
≠
0
)
(
hy
:
y
≠
0
)
:
∃
(
z
:
WithZero
G
)
,
z
≠
0
∧
z
<
x
∧
z
<
y