3 12 points Express each of these statements using quantifie
3. (12 points) Express each of these statements using quantifiers and the given predicates, along with arithmetic operations (e.g. 2,2x). Then form the negation of the statement, so that no negation operator is to the left of a quantifier. Next, express this negation you formed in simple and precise English. (a) Statement: For all real numbers z, ifra21, then z > b) Statement: For all integers a, b, c, if a -b is even and b-cis even, then a -c is even. (c) There is a real number with no reciprocal. Allowed predicates: G(a, b) = \"a > b\", Eq(a, b) = \"a = b\". Allowed predicate: Eq(a, b) = \"a = b\". Reminder: the reciprocal of a real number a is a real number b such that ab = 1. Allowed predicates: Eq(a, b) = \"a = b\" (d) There is a real number z, such that for all real numbers y, 2z+ y = 5. Allowed predicates: Eq(a, b-\"a-b
Solution
Hi,
d.
given there is a real number x, such that for all real numbers y, 2x+y=5
we can write the same in quanitifiers as
xR, yR Eq(5-2x,y)
Now, forming a negation, we have to flip the for all and there exists quantifiers
yR, xR ~Eq(5-2x,y)
the above statement means,
For all x in R, there exists y in R such that y!=5-2x(which is the exact negation of the given statement)
Thumbs up if this was helpful, otherwise let me know in comments