Documentation
SphereEversion
.
ToMathlib
.
Order
.
Filter
.
Basic
Search
return to top
source
Imports
Init
Mathlib.Order.Filter.Basic
Imported by
Filter
.
EventuallyEq
.
eventuallyEq_ite
source
theorem
Filter
.
EventuallyEq
.
eventuallyEq_ite
{
X
:
Type
u_1}
{
Y
:
Type
u_2}
{
l
:
Filter
X
}
{
f
g
:
X
→
Y
}
{
P
:
X
→
Prop
}
[
DecidablePred
P
]
(
h
:
f
=ᶠ[
l
]
g
)
:
(fun (
x
:
X
) =>
if
P
x
then
f
x
else
g
x
)
=ᶠ[
l
]
f