Questions: Connected Components

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Consider the topologist's sine curve: the closure of the graph of sin(1/x) for x > 0, which includes the segment {0} × [−1, 1]. How many connected components does this space have?

A2 — the graph portion and the vertical segment are separate components
B1 — the entire set is a single connected component
CInfinitely many — each oscillation of the sine curve is its own component
D0 — it has no components since it is not path-connected
Question 2 Multiple Choice

The space X = ℝ \ {0, 1} (the real line with two points removed). What are its connected components?

ATwo components: (−∞, 0) ∪ (0, 1) and (1, ∞)
BThree components: (−∞, 0), (0, 1), and (1, ∞)
COne component, since ℝ is connected and removal of finitely many points doesn't disconnect it
DInfinitely many, since every rational is a boundary point
Question 3 True / False

Connected components of a topological space are generally open sets.

TTrue
FFalse
Question 4 True / False

If two points in a topological space cannot be connected by a continuous path, they should lie in different connected components.

TTrue
FFalse
Question 5 Short Answer

Why is the connected component of a point defined as the union of all connected subsets containing that point, rather than by requiring a path between points?

Think about your answer, then reveal below.