Theorems · Theorem · general topology
exists_nhds_square
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set (X × X)} {x : X},
s ∈ nhds (x, x) → ∃ U, IsOpen U ∧ x ∈ U ∧ U ×ˢ U ⊆ sGiven a neighborhood s of (x, x), then (x, x) has a square open neighborhood
that is a subset of s.
- Defined in
- Mathlib.Topology.Constructions.SumProd
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- IsOpenstatement · cited by 2,400
- SProd.sprodstatement · cited by 1,750
- Filter.HasBasis.mem_iffproof · cited by 193
- nhds_prod_eqproof · cited by 84
- nhds_basis_opensproof · cited by 54
- Filter.HasBasis.prod_selfproof · cited by 19
Cited by3
Results whose statement or proof uses this declaration.
- exists_open_nhds_one_splitproof · cited by 2
- exists_open_nhds_zero_halfproof · cited by 2
- HasStrictFDerivAt.exists_lipschitzOnWith_of_nnnorm_ltproof · cited by 2