Set unions, intersections, and order #
This file contains results connecting indexed unions and intersections of sets with order structures. It covers intersections of intervals, tails of families indexed by natural numbers, and the interaction of set unions with complete-lattice suprema and infima.
Intervals #
theorem
Set.Ici_iSup₂
{α : Type u_1}
{ι : Sort u_3}
{κ : ι → Sort u_4}
[CompleteLattice α]
(f : (i : ι) → κ i → α)
:
theorem
Set.Iic_iInf₂
{α : Type u_1}
{ι : Sort u_3}
{κ : ι → Sort u_4}
[CompleteLattice α]
(f : (i : ι) → κ i → α)
:
theorem
iSup_iUnion
{α : Type u_1}
{β : Type u_2}
{ι : Sort u_3}
[CompleteLattice β]
(s : ι → Set α)
(f : α → β)
:
theorem
iInf_iUnion
{α : Type u_1}
{β : Type u_2}
{ι : Sort u_3}
[CompleteLattice β]
(s : ι → Set α)
(f : α → β)
:
theorem
iSup_sUnion
{α : Type u_1}
{β : Type u_2}
[CompleteLattice β]
(S : Set (Set α))
(f : α → β)
:
theorem
iInf_sUnion
{α : Type u_1}
{β : Type u_2}
[CompleteLattice β]
(S : Set (Set α))
(f : α → β)
: