Documentation
Mathlib
.
Tactic
.
ToDual
Search
return to top
source
Imports
Init
Init.Core
Mathlib.Tactic.Translate.ToDual
Imported by
le_of_eq_of_le''
le_of_le_of_eq''
lt_of_eq_of_lt''
lt_of_lt_of_eq''
@[to_dual]
attributes for basic types
#
source
theorem
le_of_eq_of_le''
{
α
:
Type
u_1}
{
a
b
c
:
α
}
[
LE
α
]
(
h₁
:
a
=
b
)
(
h₂
:
c
≤
b
)
:
c
≤
a
source
theorem
le_of_le_of_eq''
{
α
:
Type
u_1}
{
a
b
c
:
α
}
[
LE
α
]
(
h₁
:
b
≤
a
)
(
h₂
:
b
=
c
)
:
c
≤
a
source
theorem
lt_of_eq_of_lt''
{
α
:
Type
u_1}
{
a
b
c
:
α
}
[
LT
α
]
(
h₁
:
a
=
b
)
(
h₂
:
c
<
b
)
:
c
<
a
source
theorem
lt_of_lt_of_eq''
{
α
:
Type
u_1}
{
a
b
c
:
α
}
[
LT
α
]
(
h₁
:
b
<
a
)
(
h₂
:
b
=
c
)
:
c
<
a