1) there doesn’t exist the greatest number (¬),
2) every even number is a sum of two squares, (=, ·, +),
3) there exists a number with three divisors only (=, ·),
Answers:
1) ($\forall x \in \mathbb{N} \exists y \in \mathbb{N}$) ¬($x \leq y$),
2) ($\forall x,y,p,k \in \mathbb{N}$)((x =2k)$\implies$(x =$ p·p + y·y)),
3) ($\exists x,y,p,k \in \mathbb{N}$)($(x|y)\land(p|y)\land(k|y)\land$~(x=p=k))
Are they right?
$$1.\ \displaystyle\mathop{\forall}_{x\in\mathbb{N}}\ \displaystyle\mathop{\exists}_{y\in\mathbb{N}}:x<y\iff\lnot(\displaystyle\mathop{\exists}_{x\in\mathbb{N}}\displaystyle\mathop{\forall}_{y\in\mathbb{N}}:x\ge y)$$ $$2.\ \displaystyle\mathop{\forall}_{n\in\mathbb{N}}\ \displaystyle\mathop{\exists}_{k,l\in\mathbb{N}}:(n=2m\implies n=k^{2}+l^{2})$$ $$3.\ \displaystyle\mathop{\exists}_{n,x_{1},x_{2},x_{3},a,b,c,d\in\mathbb{N}}:\left\{(a\not=b\not=c)\land\begin{pmatrix} a\cdot x_{1}=n\\ b\cdot x_{2}=n\\ c\cdot x_{3}=n\\ \end{pmatrix}\land [\displaystyle\mathop{\forall}_{p\in\mathbb{N}}pd=n\implies(p=a)\lor(p=b)\lor(p=c)]\right\} $$