I have to also decide whether it is true or not after I express it in logic symbols. This is what I have so far..Am I correct? and I don't know how to do a)..
a) There is a smallest positive number
-no idea how to approach this one? Perhaps somehow denote this as infinity? and how can I even state a true/false value? Is this even a statement?
b) Every integer is a product of two integers
True: (x,y belong to the set of integers): ∀x∀y(x * y = (set of integers))
c) The equation x^2+y^2 = 1 has a solution (x,y) in which both x and y are natural numbers
True: (x,y belong to the set of natural numbers): ∀x∀y(x^2+y^2 = 1)
d) Every real number can be written as a difference of two positive real numbers
True: (x,y belong to the set of real numbers): ∀x∀y(x-y = (set of real numbers))
Thank you very much!
There is a smallest positive number $\epsilon > 0$ such that $\forall a, b \in R : a - b > \epsilon$. This is denoted as $\mathbf{epsilon}$.
The second one would be similar to yours:
$\forall x \in \mathbb{Z}[\exists a, b \in \mathbb{Z} : ab = x]$
I think these provide enough hints for you to finish.