Using Peano Axioms I have formalized the following:
x is the square of an odd prime number
For some odd prime number x' , x is its square
IF x is some odd prime number, THEN x is the square of x'
IF x' is some odd number AND x' is some prime, THEN x is the square of x'
[x' is some odd number AND x is some prime]x is the square of x'
[~[x' is some odd number]~~[x' is some prime]~]x is the square of x'
[~[~∀x'~~∀x''~~x'=(SS0*x'')]~~[x' is some prime]~]x is the square of x'
[~[~∀x'~~∀x''~~x'=(SS0*x'')]~~[~[~∀x'~∀x''∀x'''~x'=(SSx''*SSx''')]∀x''~x'=SSx'']~]x is the square of x'
[~[~∀x'~~∀x''~~x'=(SS0*x'')]~~[~[~∀x'~∀x''∀x'''~x'=(SSx''*SSx''')]∀x''~x'=SSx'']~]∀x'x=(x'*x')
Any input regarding my formalization process is much appreciated. Please note that I am limited to using only the symbols above.
Hint
In otder to symbolize "x is the square of an odd prime number" we have to start from :
Assuming that you have only the universal quantifier $\forall$, we have to use : $\sim \forall y \sim$ for the existential one.
Then, you have to proceed step-by-step.
For example :
And :
The trick now is to remove the unwanted connective.
We have that $p \lor q$ is $\sim p \to q$, and thus we get :