Documentation
LeanPool
.
AFormalizationOfBorelDeterminacyInLean
.
Applications
.
General
Search
return to top
source
Imports
Init
Mathlib.Tactic.Common
Mathlib.Tactic.TautoSet
Mathlib.Data.Set.Disjoint
Mathlib.Data.Set.Notation
Mathlib.Order.Filter.Basic
Imported by
diff_subset_union
projection_formula
Filter
.
mem_congr
Filter
.
eventuallyEq_set'
LeanPool.AFormalizationOfBorelDeterminacyInLean.Applications.General
#
Auxiliary declarations for the Borel determinacy formalization.
source
theorem
diff_subset_union
{
I
:
Type
u_1}
{
A
B
C
:
Set
I
}
:
A
\
C
⊆
A
\
B
∪
B
\
C
source
theorem
projection_formula
{
α
:
Type
u_1}
{
β
:
Type
u_2}
(
f
:
α
→
β
)
(
X
:
Set
α
)
(
Y
:
Set
β
)
:
Disjoint
X
(
f
⁻¹'
Y
)
↔
Disjoint
(
f
''
X
)
Y
source
theorem
Filter
.
mem_congr
{
α
:
Type
u_1}
{
s
t
:
Set
α
}
{
l
:
Filter
α
}
(
h
:
s
=ᶠ[
l
]
t
)
:
s
∈
l
↔
t
∈
l
source
theorem
Filter
.
eventuallyEq_set'
{
α
:
Type
u_4}
{
s
t
:
Set
α
}
{
l
:
Filter
α
}
:
s
=ᶠ[
l
]
t
↔
(
s
\
t
)
ᶜ
∈
l
∧
(
t
\
s
)
ᶜ
∈
l