snipez90
- 1,095
- 5
Homework Statement
Find all isometries from the reals to itself.
Homework Equations
Well what we're basically doing is trying to find functions f: R -> R such that for any x, y in R, the property |f(x) - f(y)| = |x-y| holds.
The Attempt at a Solution
OK, so this shouldn't be too hard. It seems like you could just plug in 0 for one of the variables above and then you're basically done. But can't we prove differentiability as follows?
|f'(y)| = \lim_{x \rightarrow y}\left|\frac{f(x) - f(y)}{x-y}\right| = \lim_{x \rightarrow y}\frac{|x-y|}{|x-y|} = 1.
This seems to immediately imply that the functions are defined by either i(x) = x + C or j(x) = - x + K for arbitrary real numbers C or K. Are there any holes I overlooked?