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.