Documentation
Extra
.
Set
Search
return to top
source
Imports
Init
Mathlib.Data.Set.Basic
Mathlib.Data.Set.Image
Imported by
Set
.
mem_pair
Set
.
mem_image_fst_of_mem
Set
.
mem_image_snd_of_mem
Set
.
exists_mem_of_mem_image_fst
Set
.
exists_mem_of_mem_image_snd
source
theorem
Set
.
mem_pair
{
α
:
Type
u_1}
{
a
b
x
:
α
}
:
x
∈
{
a
,
b
}
↔
x
=
a
∨
x
=
b
source
theorem
Set
.
mem_image_fst_of_mem
{
α
:
Type
u_1}
{
β
:
Type
u_2}
{
x
:
α
}
(
y
:
β
)
{
S
:
Set
(
α
×
β
)
}
(
h
:
(
x
,
y
)
∈
S
)
:
x
∈
Prod.fst
''
S
source
theorem
Set
.
mem_image_snd_of_mem
{
α
:
Type
u_1}
{
β
:
Type
u_2}
{
x
:
α
}
(
y
:
β
)
{
S
:
Set
(
α
×
β
)
}
(
h
:
(
x
,
y
)
∈
S
)
:
y
∈
Prod.snd
''
S
source
theorem
Set
.
exists_mem_of_mem_image_fst
{
α
:
Type
u_1}
{
β
:
Type
u_2}
{
x
:
α
}
{
S
:
Set
(
α
×
β
)
}
(
h
:
x
∈
Prod.fst
''
S
)
:
∃
(
y
:
β
)
,
(
x
,
y
)
∈
S
source
theorem
Set
.
exists_mem_of_mem_image_snd
{
α
:
Type
u_1}
{
β
:
Type
u_2}
{
y
:
β
}
{
S
:
Set
(
α
×
β
)
}
(
h
:
y
∈
Prod.snd
''
S
)
:
∃
(
x
:
α
)
,
(
x
,
y
)
∈
S