Topology/Path Connectedness

From testwiki
Jump to navigation Jump to search

Template:Navigation


Definition

Template:TOC right A topological space X is said to be path connected if for any two points x0,x1X there exists a continuous function f:[0,1]X such that f(0)=x0 and f(1)=x1

Example

  1. All convex sets in a vector space are connected because one could just use the segment connecting them, which is f(t)=ta+(1t)b.
  2. The unit square defined by the vertices [0,0],[1,0],[0,1],[1,1] is path connected. Given two points (a0,b0),(a1,b1)[0,1]×[0,1] the points are connected by the function f(t)=[(1t)a0+ta1,(1t)b0+tb1] for t[0,1].
    The preceding example works in any convex space (it is in fact almost the definition of a convex space).

Adjoining Paths

Let X be a topological space and let a,b,cX. Consider two continuous functions f1,f2:[0,1]X such that f1(0)=a, f1(1)=b=f2(0) and f2(1)=c. Then the function defined by

f(x)={f1(2x)if x[0,12]f2(2x1)if x[12,1]

Is a continuous path from a to c. Thus, a path from a to b and a path from b to c can be adjoined together to form a path from a to c.

Relation to Connectedness

Each path connected space X is also connected. This can be seen as follows:

Assume that X is not connected. Then X is the disjoint union of two open sets A and B. Let aA and bB. Then there is a path f from a to b, i.e., f:[0,1]X is a continuous function with f(0)=a and f(1)=b. But then f1(A) and f1(B) are disjoint open sets in [0,1], covering the unit interval. This contradicts the fact that the unit interval is connected.

Exercises

  1. Prove that the set A={(x,f(x))|x}2, where f(x)={0if x0sin(1x)if x>0
    is connected but not path connected.


Template:Navigation Template:Subjects