madness said:
Ok but the function f:[0,1)->S1 is essentially the angle function for the loop right? So wouldn't your function necessarily have degree 0, whereas the integer N from my condition is the degree for an arbitrary loop?
Nope. Pay attention to the codomain -- my function is actually mapping to the circle, whereas your function is mapping to the reals.
Let me clarify in two different ways, by writing an explicit degree 1 map to two different realizations of S
1.
The first realization is the quotient
R/
Z. Consider the function
f(x) = x \pmod{\mathbf{Z}}
Does this satisfy my condition? Yes, because
\lim_{x \rightarrow 1^-} f(x) = 1 = 0 = f(0) \pmod{\mathbf{Z}}
The second realization is as the unit circle in
R2. Consider the function
f(x) = \left( \cos x, \sin x \right)
Does this satisfy my condition? Yes, because
\lim_{x \rightarrow 1^-} f(x) = (1, 0) = f(0)
Notice that neither of us are talking about functions from the circle to itself. I'm talking about functions from [0,1) to S
1. You are talking about functions from [0,1) to
R. The reason we are doing this is because we are using a clever naming scheme! Rather than work with functions from the circle to itself directly, we are instead naming by simpler kinds of functions -- and then reinterpret topological properties of the circle in terms of the names.
Since we are using different naming schemes, the result of translation is different. That is why "f is continuous" looks slightly different between your scheme and mine.