Accumulate #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
The function accumulate
takes a set s
and returns ⋃ y ≤ x, s y
.
theorem
set.subset_accumulate
{α : Type u_1}
{β : Type u_2}
{s : α → set β}
[preorder α]
{x : α} :
s x ⊆ set.accumulate s x