1. Construct a truth table for "P does not imply Q".
2. Let P, Q be logical statements. Reformulate the statement "P does not imply Q" using only conjunction and negation.
3. Let P(x), Q(x) be logical statements with a real parameter x. Reformulate the statement "For every x β β, P(x) does not imply Q(x)" using only quantifiers, conjunction, and negation.
4. There are two different ways to put parentheses in the expression P β Q β R. Are they equivalent? If yes, construct truth tables. If not, explain why not.
5. P β Q β R can also be read as "(P β Q) and (Q β R)". Is this equivalent to any of the other two interpretations?
6. Let P(x), Q(x) be logical statements with a parameter x β S. Is "βx β S, P(x) and Q(x)" the same as "(βx β S, P(x)) and (βx β S, Q(x))"? What about "βx β S, P(x) or Q(x)" versus "(βx β S, P(x)) or (βx β S, Q(x))"? Here S is an arbitrary scope. You may consider the case S = {0, 1} if you find this case easier.
7. Let an be a sequence of real numbers, and let a be a real number. The following is the definition of convergence of an to a. For any real number Ξ΅ > 0, there exists a natural number N such that for any natural number n > N we have |an - a| < Ξ΅. Write the negation of this, i.e. the definition of non-convergence of an to a. Your definition should only use positive statements, which means that you cannot use "not".
8. What does the statement βx, y β β, x < y β (βz β β s.t. x < z < y) mean?