Hello all,
I was working on this problem and was having trouble getting started.
My idea was to create a set, say A, for some $n \in \mathbb{N}^+$ defined $A = \{b \in F: d(z_{j-1},z_j) < \epsilon, \text{for} \space 1 \leq j \leq n \space \text{&} \space a = z_0, b = z_n\}.$ That is, A contains all $b \in F$ such that the distance between two consecutive points is less than epsilon (provided a = z0, b=zn). Then, I was going to show that A is both open and closed and since F is nonempty and connected, since it would imply that A = F. This should show that there is an $n \in \mathbb{N}^+$ and points ($z_0,...,z_n$) in F such that the conclusion is satisfied in the problem.
I wasn't sure how to show that A is open and closed. Any help to get started/the general idea would be appreciated.
Thanks.