Isometry Functions on the Real Numbers

  • Thread starter Thread starter snipez90
  • Start date Start date
  • Tags Tags
    Isometry
snipez90
Messages
1,095
Reaction score
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?
 
Physics news on Phys.org
Well, the equation

<br /> \lim_{x \rightarrow y}\left|\frac{f(x) - f(y)}{x-y}\right| = 1.<br />

doesn't actually imply

<br /> \lim_{x \rightarrow y}\frac{f(x) - f(y)}{x-y} \in \{ 1, -1 \}<br />

The best you can say is that the set of limit points of (f(x)-f(y))/(x-y) as x->y is a subset of {1, -1}.
 
that would be true for continuous isometries
say
f(x)=f(y)+(x-y)g(x,y)
all we would know is
|g|=1
we might have say
g=-1 x rational
g=1 x irrational
 
I understand your counterexample for noncontinuous isometries, but this one is lipschitz and hence uniformly continuous, so is there a way to extend the original argument?

*EDIT* The reason I pursued this approach in the original place is because I proved that |f(x) - f(y)| \leq (x-y)^2 for x,y in R implies that f is constant. In this case, you end up with |f'(y)| = 0, so we can just be rid of the absolute values and then recall the corollary to the mean value theorem. But it seems that I did not have to work with absolute values in the first place, since |a| = |b| implies that a = -b or a = b. However, I am aware of the concerns raised, so I am curious as to whether continuity - which we seem to have - can fix the original argument.

Bah, upon closer examination of lurflurf's point, it doesn't matter whether f is continuous or not. Hmm well I think I have a better understanding of when to try something like this and when you can just substitute variables. Thanks.
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top