Mathlib Map

Theorems · Theorem · general topology

Filter.mem_seq_iff

∀ {α : Type u_1} {β : Type u_2} {f : Filter (α → β)} {g : Filter α} {s : Set β},
  s ∈ f.seq g ↔ ∃ u ∈ f, ∃ t ∈ g, u.seq t ⊆ s
Defined in
Mathlib.Order.Filter.Map
Cited by
2 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

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.seqstatement · cited by 19
  • Filter.seqstatement · cited by 15

Cited by2

Results whose statement or proof uses this declaration.