極限唯一需要的,就是距離
回頭看 ε–N 定義。它真正用到的實數特徵,只有 |a_n − L|——兩點之間的*距離*。它從不在乎這些點是不是數字。於是把唯一要緊的那樣東西抽象出來:度量是一個函數 d(x, y),它度量距離並遵守三條誠實的規則——當且僅當兩點重合時為零、對稱、且滿足三角不等式 d(x, z) ≤ d(x, y) + d(y, z)。一個帶有這種距離的集合,就是一個度量空間。
The epsilon-N definition, with |.| replaced by a general distance d:
x_n -> x in a metric space means:
for every eps > 0 there is N such that
n > N ==> d(x_n, x) < eps.
Word-for-word the same game as 1/n -> 0. Only |a_n - L| became d(x_n, x).
Three spaces, three distances, ONE definition of convergence:
the real line R: d(x, y) = |x - y|
the plane R^2: d((a,b),(c,d)) = sqrt((a-c)^2 + (b-d)^2)
functions on [0,1]: d(f, g) = max over x of |f(x) - g(x)| <- sup metric
In the THIRD line a single "point" of the space is an ENTIRE function,
and two functions are "close" when their graphs stay within eps
everywhere at once. Convergence there IS uniform convergence.當函數成為點
第三種距離就是那一躍。[0, 1] 上的連續函數空間,配上*上確界距離* d(f, g) = max |f(x) − g(x)|,是一個度量空間,它的每個點都是一個函數。在這個空間裡的收斂,恰恰就是一致收斂——f_n 的整張圖被一次性擠進 f 周圍一條 ε 寬的帶子裡。一瞬間,一個*函數*數列就只是一個點列,而你在 1/n 上練出的每一種直覺都原封不動地適用。
如果這個空間還有與距離相容的加法和數乘,它就是一個賦範向量空間;如果它此外還完備——沒有任何函數的柯西數列指向一個洞——它就是一個巴拿赫空間。上一篇的完備性故事在更高一層重演:正如實數填平有理數的縫隙,*函數空間的*完備性保證一列擠作一團的函數真的收斂到空間內的某個函數。