Documentation
Groebner
.
ToMathlib
.
WithBot
Search
return to top
source
Imports
Init
Mathlib
Imported by
WithBot
.
map_add'
WithTop
.
map_add'
WithBot
.
map_lt_iff
WithTop
.
map_lt_iff
source
theorem
WithBot
.
map_add'
{
α
:
Type
u_1}
{
β
:
Type
u_2}
{
f
:
α
→
β
}
(
a
b
:
WithBot
α
)
[
Add
α
]
[
Add
β
]
(
hf
:
∀ (
x
y
:
α
),
f
(
x
+
y
)
=
f
x
+
f
y
)
:
map
f
(
a
+
b
)
=
map
f
a
+
map
f
b
source
theorem
WithTop
.
map_add'
{
α
:
Type
u_1}
{
β
:
Type
u_2}
{
f
:
α
→
β
}
(
a
b
:
WithTop
α
)
[
Add
α
]
[
Add
β
]
(
hf
:
∀ (
x
y
:
α
),
f
(
x
+
y
)
=
f
x
+
f
y
)
:
map
f
(
a
+
b
)
=
map
f
a
+
map
f
b
source
theorem
WithBot
.
map_lt_iff
{
α
:
Type
u_1}
{
β
:
Type
u_2}
(
a
b
:
WithBot
α
)
[
LT
α
]
[
LT
β
]
(
f
:
α
→
β
)
(
mono_iff
:
∀ {
a
b
:
α
},
f
a
<
f
b
↔
a
<
b
)
:
map
f
a
<
map
f
b
↔
a
<
b
source
theorem
WithTop
.
map_lt_iff
{
α
:
Type
u_1}
{
β
:
Type
u_2}
(
a
b
:
WithTop
α
)
[
LT
α
]
[
LT
β
]
(
f
:
α
→
β
)
(
mono_iff
:
∀ {
a
b
:
α
},
f
b
<
f
a
↔
b
<
a
)
:
map
f
b
<
map
f
a
↔
b
<
a