I must prove the following:
Prop. : let $x \in \Bbb{R}, n \in \Bbb{N}-\{0\}$ then $$x^n=0 \to x=0$$ Proof : by contradiction I have $x \neq 0$, by trichotomy one of the following holds
- $x <0 $
- $x >0$
1) if $x >0$ then $x^n>0$ therefore $x^n\geq 0$ and $ x^n\neq 0$ and (by hypothesis) $x^n=0$, this is absurd
2) if $x <0$ then:
- if $n$ is even then $x^n>0$ therefore $x^n\geq 0 $ and $ x^n\neq 0$ and (by hypothesis) $x^n=0$, this is absurd
- if $n$ is odd then $x^n<0$ therefore $x^n\leq 0 $ and $x^n\neq 0$ and (by hypothesis) $x^n=0$, this is absurd
Is this correct?