Neighbourhood of a Point: Understanding "Nearness"
The concept of neighbourhood is fundamental in topology – it formalizes the intuitive idea of "points close to x." Definition A neighbourhood of point x in a topological space X is any set N containing an open set U that contains x. Formally : x ∈ U ⊆ N where U is open Think: "any set with some breathing room around x" Simple Examples in ℝ For point x = 3: (2, 4) is a neighbourhood ✓ [2, 4] is a neighbourhood ✓ (2.9, 3.1) is a neighbourhood ✓ {3} is NOT a neighbourhood ✗ Open Neighbourhood An open neighbourhood is a neighbourhood that is itself open. Example: (2, 4) is an open neighbourhood of 3, but [2, 4] is not. ε-Neighbourhood (Metric Spaces) N_ε(x) = {y | d(x, y) < ε} All points within distance ε from x. In ℝ : N₀.₅(3) = (2.5, 3.5) In ℝ² : N₁(0,0) = open disk of radius 1 Deleted Neighbourhood N (x) * = N \ {x} – the neighbourhood with x removed. Used for defining limits (what happens near x, but not at x). Key Properties If N is a...