theorem
biSup_sigma'
{ι : Type u_1}
{α : ι → Type u_3}
{β : Type u_5}
[CompleteLattice β]
(s : Set ι)
(t : (i : ι) → Set (α i))
(f : (i : ι) → α i → β)
:
theorem
biInf_sigma'
{ι : Type u_1}
{α : ι → Type u_3}
{β : Type u_5}
[CompleteLattice β]
(s : Set ι)
(t : (i : ι) → Set (α i))
(f : (i : ι) → α i → β)
:
theorem
Set.Nonempty.sigma
{ι : Type u_1}
{α : ι → Type u_3}
{s : Set ι}
{t : (i : ι) → Set (α i)}
:
Set.Nonempty s → (∀ (i : ι), Set.Nonempty (t i)) → Set.Nonempty (Set.sigma s t)
theorem
Set.Nonempty.sigma_fst
{ι : Type u_1}
{α : ι → Type u_3}
{s : Set ι}
{t : (i : ι) → Set (α i)}
:
Set.Nonempty (Set.sigma s t) → Set.Nonempty s
theorem
Set.Nonempty.sigma_snd
{ι : Type u_1}
{α : ι → Type u_3}
{s : Set ι}
{t : (i : ι) → Set (α i)}
:
Set.Nonempty (Set.sigma s t) → ∃ i ∈ s, Set.Nonempty (t i)
theorem
Set.sigma_nonempty_iff
{ι : Type u_1}
{α : ι → Type u_3}
{s : Set ι}
{t : (i : ι) → Set (α i)}
:
Set.Nonempty (Set.sigma s t) ↔ ∃ i ∈ s, Set.Nonempty (t i)
theorem
Set.fst_image_sigma
{ι : Type u_1}
{α : ι → Type u_3}
{t : (i : ι) → Set (α i)}
(s : Set ι)
(ht : ∀ (i : ι), Set.Nonempty (t i))
: