Dissipate #
The function dissipate takes s : α → Set β with LE α and returns ⋂ y ≤ x, s y.
It is related to accumulate s := ⋃ y ≤ x, s y.
dissipate s is the intersection of s y for y ≤ x.
Instances For
@[simp]
theorem
Set.mem_dissipate
{α : Type u_1}
{β : Type u_2}
{s : α → Set β}
[LE α]
{x : α}
{z : β}
:
z ∈ dissipate s x ↔ ∀ y ≤ x, z ∈ s y
theorem
Set.iInter_subset_dissipate
{α : Type u_1}
{β : Type u_2}
{s : α → Set β}
[LE α]
(x : α)
:
⋂ (i : α), s i ⊆ dissipate s x
@[simp]
@[simp]
@[simp]
theorem
Set.dissipate_bot
{α : Type u_1}
{β : Type u_2}
[PartialOrder α]
[OrderBot α]
(s : α → Set β)
:
@[simp]
@[simp]