This is false : $(\forall n \in N)[2n|n^2]$ but how can be proved ?
$b|a$ if and only if $ \exists q[a=bq] , b \neq 0 $
This is my proof :
To prove $(\forall n \in N)[2n|n^2]$ is false take $n=3$
So $2(3)|3^2$ = $6/9$ = $2/3$ which is not an integer.
To prove $(\forall n \in N)[2n|n^2]$ by contradiction , is this correct :
To prove a statement is false prove it's negation is true.
Negating $(\forall n \in N)[2n|n^2]$
= $\neg(\forall n \in N)[2n|n^2]$
Negating a $\forall$ becomes $\exists$ , Negating a $\exists$ becomes $\forall$
= $(\exists n \forall N)[2n|n^2]$
So now need to prove $(\exists n \forall N)[2n|n^2]$ is true
Is $2(3)|3^2$ = $6/9$ = $2/3$ now a contradiction ?