0

I want to show that if $\sin(a^3) = \sin(b^3)$, then $a = b$. However, I can't take the arcsin of both sides without assuming it's injective, and it becomes a circular argument.

Is there any other way I can prove that is injective from the definition? Or do I need to use other theorems/logic? Maybe I can try to argue it is continuous on it's interval and that it is strictly increasing, so therefore it should pass through each point only once, but that feels more like hand-wavy arguments rather than a rigorous proof.

Sebastiano
  • 7,649
Yoshi
  • 1
  • Let $f(x)=\sin(x^3)$ which is smooth, then by the mean value Theorem $$f(a)-f(b)=(a-b) \cos(\xi^3) 3 \xi^2$$ for all $a,b\in [-1,1]$ and some $\xi=\xi(a,b)\in[-1,1]$. Can you take it from here? – Maximilian Janisch Oct 16 '21 at 21:46
  • Are capable of writing a predicate in the real variables $x,y$ which is true if and only if $\sin x=\sin y$ is? –  Oct 16 '21 at 21:46

1 Answers1

1

Since $x \mapsto x^3$ is a bijective map $(-1,1)\to (-1,1)$ you only have to show that $\sin(x)$ is injective on $(-1,1)$. Its derivative is $\cos(x)$ which is positive on that interval so $\sin(x)$ is stringly monotone, hence injective.