Theorems · Theorem · order theory
Set.exists_subset_accumulate_of_directed
∀ {α : Type u_1} {s : ℕ → Set α}, Directed (fun x1 x2 => x1 ⊆ x2) s → ∀ (n : ℕ), ∃ m, Set.accumulate s n ⊆ s mFor a directed set of sets s : ℕ → Set α and n : ℕ, there exists m : ℕ (maybe
larger than n) such that accumulate s n ⊆ s m.
- Defined in
- Mathlib.Order.SetAccumulate
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.iUnionproof · cited by 2,483
- Set.iUnion_congr_Propproof · cited by 374
- Directedstatement and proof · cited by 213
- Set.accumulatestatement and proof · cited by 32
- Set.iUnion_iUnion_eq_leftproof · cited by 27
- Set.accumulate_succproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Set.exists_accumulate_eq_univ_iff_of_directedproof · cited by 0