Theorems · Theorem · general topology
PiNat.isOpen_iff_dist
∀ {E : ℕ → Type u_1} [inst : (n : ℕ) → TopologicalSpace (E n)] [∀ (n : ℕ), DiscreteTopology (E n)]
(s : Set ((n : ℕ) → E n)), IsOpen s ↔ ∀ x ∈ s, ∃ ε > 0, ∀ (y : (n : ℕ) → E n), dist x y < ε → y ∈ s- Defined in
- Mathlib.Topology.MetricSpace.PiNat
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.ofPredproof · cited by 6,101
- IsOpenstatement and proof · cited by 2,400
- LT.lt.leproof · cited by 2,189
- Dist.diststatement and proof · cited by 1,539
- LE.le.trans_ltproof · cited by 795
- one_divproof · cited by 624
- DiscreteTopologystatement and proof · cited by 373
- inv_powproof · cited by 140
- TopologicalSpace.IsTopologicalBasis.exists_subset_of_mem_openproof · cited by 58
Cited by1
Results whose statement or proof uses this declaration.
- PiNat.metricSpaceproof · cited by 3