Theorems · Theorem · general topology
Filter.mem_traverse_iff
∀ {α β : Type u} {f : β → Filter α} (fs : List β) (t : Set (List α)),
t ∈ traverse f fs ↔ ∃ us, List.Forall₂ (fun b s => s ∈ f b) fs us ∧ sequence us ⊆ t- Defined in
- Mathlib.Order.Filter.ListTraverse
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Filterstatement and proof · cited by 8,121
- Set.imageproof · cited by 5,609
- LE.le.transproof · cited by 3,151
- Filter.mem_of_supersetproof · cited by 308
- Traversable.traversestatement and proof · cited by 53
- Set.seqproof · cited by 19
- sequencestatement and proof · cited by 6
- Filter.mem_map_iff_exists_imageproof · cited by 6
- Set.seq_monoproof · cited by 4
- Filter.mem_seq_iffproof · cited by 2
- Filter.mem_traverseproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- nhds_listproof · cited by 2