Documentation
MeanFourier
.
Mathlib
.
Data
.
Set
.
Prod
Search
return to top
source
Imports
Init
Mathlib.Data.Set.Prod
Imported by
Set
.
pi_nonempty
source
theorem
Set
.
pi_nonempty
{
ι
:
Type
u_1}
{
α
:
ι
→
Type
u_2
}
{
s
:
Set
ι
}
{
t
:
(
i
:
ι
) →
Set
(
α
i
)
}
:
(
s
.
pi
t
)
.
Nonempty
↔
(∀ (
i
:
ι
),
Nonempty
(
α
i
)
)
∧
∀ (
i
:
ι
),
i
∈
s
→
(
t
i
)
.
Nonempty