Theorems · Theorem · general topology
Filter.Eventually.prod_inl_nhds
∀ {X : Type u} {Y : Type v} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {p : X → Prop} {x : X},
(∀ᶠ (x : X) in nhds x, p x) → ∀ (y : Y), ∀ᶠ (x : X × Y) in nhds (x, y), p x.1- Defined in
- Mathlib.Topology.Constructions.SumProd
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 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.
- TopologicalSpacestatement and proof · cited by 24,529
- nhdsstatement and proof · cited by 5,554
- Filter.Eventuallystatement and proof · cited by 3,134
- continuousAt_fstproof · cited by 15
Cited by1
Results whose statement or proof uses this declaration.
- Filter.Eventually.prodMk_nhdsproof · cited by 1