- #1
Id1emind
- 1
- 0
Homework Statement
I have been given the following predicates of the domain of real numbers
Homework Equations
P(x): x>0 E(x): x is even D(x): x is exactly divisable by 5
(i) At least one integer is even
(ii) There exists a positive integer that is even
(iii) If x is even then x is not exactly divisible by 5
(iv) There exists an even integer exactly divisable by 5
The Attempt at a Solution
(i) Ax(E(x))
(ii) Ex(P(x) ^ E(x))
(iii) Ax(P(x) ¬ D(x))
(iv) Ax(P(x) U D(x))
Any help would be greatly appreciated, as I am not sure if the above is correct.
Many Thanks
Steve