rayman123
- 138
- 0
Homework Statement
I have some problems with understanding these two things.
Homeomoprhism is a function f f: M\rightarrow N is a homeomorphism if if is bijective and invertible and if both f, f^{-1} are continuous.
Here comes an example, let's take function
f(x) = x^{3} it is clear that f(x) is continuous and bijective and at the same f^{-1}(x)\rightarrow x^{\frac{1}{3}} is also continuous which indicates that f is a homeomorphism. No strange things here
Diffeomorphism- given two manifolds M, N and a bijective map f is called a diffeomorphism if both
f: M\Rightarrow N
f^{-1}: N\Rightarrow M are of class C^{\infty} (if these functions have derivatives of all orders) f is called diffeomorphism
Going back to my example.
f is clearly a homeomorphism but :
why is f(x)=x^{3} of a class C^{\infty}?? what do they mean by 'all orders'
\frac{df}{dx}=3x^{2}
\frac{d^2f}{dx^2}=6x
\frac{d^3f}{dx^3}=6
\frac{d^4f}{dx^4}=0...
and its inversion
f^{-1}=x^{\frac{1}{3}} is not of a C^{\infty}...because
\frac{df^{-1}}{dx}=\frac{1}{3}x^{\frac{-2}{3}}
it is not definied at x=0