Mathematics · Glossary

What is topology?

Also known as: open set · neighborhood

Definition 25.1 University Mathematics — Year 1 · Chapter 25 — Functions of Two Variables

On R2\R^2, use the Euclidean norm (x,y)=x2+y2\norm{(x,y)} = \sqrt{x^2 + y^2} (Chapter 23). Open balls, neighborhoods, open subsets of R2\R^2 are defined exactly as in Chapter 12, with balls in place of intervals. A function f ⁣:URf \colon U \to \R (UR2U \subseteq \R^2 open) is continuous at aUa \in U when

ε>0, δ>0,Xaδ    f(X)f(a)ε,\forall\varepsilon > 0,\ \exists\delta > 0, \quad \norm{X - a} \leq \delta \implies \abs{f(X) - f(a)} \leq \varepsilon,

with the same sequential characterization as in one variable. Sums, products, quotients and compositions with continuous one-variable functions preserve continuity; the coordinate maps are continuous, hence so are polynomials in (x,y)(x,y).

Examples

Example 25.2 (The polar bound, the clean way to prove a limit)

Show that f(x,y)=x2y2x2+y2f(x, y) = \dfrac{x^2y^2}{x^2 + y^2} (with f(0,0)=0f(0,0) = 0) is continuous at the origin. In polar coordinates x=ρcosθx = \rho\cos\theta, y=ρsinθy = \rho\sin\theta:

f=ρ4cos2θsin2θρ2=ρ2(cosθsinθ)2ρ24ρ00,\abs{f} = \frac{\rho^4\cos^2\theta\sin^2\theta}{\rho^2} = \rho^2\,(\cos\theta\sin\theta)^2 \leq \frac{\rho^2}{4} \xrightarrow[\rho \to 0]{} 0 ,

a bound independent of θ\theta: whatever the direction of approach, the values are squeezed to 00. That uniformity in θ\theta is the whole point — a bound like g=cosθsinθ\abs g = \abs{\cos\theta\sin\theta} (no ρ\rho left) proves nothing, and indeed that gg is the discontinuous radial trap of the next example.

Example 25.3 (The radial trap)

Let f(x,y)=xyx2+y2f(x, y) = \dfrac{xy}{x^2 + y^2} for (x,y)(0,0)(x,y) \neq (0,0), f(0,0)=0f(0, 0) = 0. Along each axis, f=00f = 0 \to 0; but along the diagonal y=xy = x, f(x,x)=12↛0f(x, x) = \frac12 \not\to 0. No limit at the origin: approaching along every line, and even finding the same limit along each, is not enough (here the line limits disagree; worse examples agree along all lines yet fail along a parabola, Exercise 25.3). Continuity in each variable separately does not imply continuity.

Read in context →
Definition 6.1 University Mathematics — Year 3 · Chapter 6 — General Topology

A topology on a set XX is a family T\mathcal T of subsets of XX — called open sets — such that: ,XT\varnothing, X \in \mathcal T; any union of open sets is open; any finite intersection of open sets is open. The pair (X,T)(X, \mathcal T) is a topological space. Complements of open sets are closed. A neighborhood of xx is a set containing an open set containing xx.

Examples

Example 6.2

(a) A metric space, with “open” as in Year 2 (unions of open balls): the metric topology; different metrics can give the same topology (equivalent metrics). A space whose topology arises from some metric is metrizable. (b) The discrete topology (all subsets) and the indiscrete topology {,X}\{\varnothing, X\}. (c) The cofinite topology on an infinite set: open == empty or cofinite. Not metrizable, as we shall see (Exercise 6.3). (d) On R\R, the usual topology; on Rˉ=R{±}\bar\R = \R \cup \{\pm\infty\}, the order topology generated by rays — making “xn+x_n \to +\infty” an instance of plain convergence.

Read in context →