Exercises – Short Day#

Exercise 1: Repetition Exercise about Negation#

Consider again the logical propositions \(u\), \(v\), and \(w\) from Exercise 1 on Long Day.

Question a#

Write out the truth tables for \(\neg u\), \(\neg v\), and \(\neg w\).

Question b#

Now, let \(P\) and \(Q\) denote the negation of the logical propositions “\(6\) is an odd number” and “\(3<7\)”, respectively.

What are the truth values of the three propositions \(u\), \(v\), and \(w\)?


Exercise 2: Implication#

Question a#

Let \(P\) be a logical proposition. Write out the truth tables for \((P \Rightarrow P) \Rightarrow P\) and \(P \Rightarrow (P \Rightarrow P)\).

Question b#

Are the above two logical propositions equivalent?


Exercise 3: Implication vs. Biimplication#

Question a#

Solve the linear equation \(x-2 = 3\).

Question b#

A student solves the above linear equation in a rather laborious manner with more steps than necessary. They forget to write implication arrows between the steps along the way and arrive at a rather dubious result. The steps they write down are the following:

\(x-2=3\)

\((x-2)^2 =3^2\)

\(x^2 -4x+4=9\)

\(x^2 -4x -5 =0\)

\(x=-1 \vee x=5\)

Between which steps can we place biimplication arrows and between which only implication arrows? Explain why not every shown value of \(x\) after the last step necessarily is a solution to the original equation.

Question c#

Another student solves the above linear equation in another (and still rather laborious) way, still without writing implication arrows between the steps:

\(x-2=3\)

\(x-5 =0\)

\((x-5)^2 =0\)

\(x^2 -10x +25 =0\)

\(x=5\) (there is only one solution to the quadratic equation that appeared)

Between which steps can we place biimplication arrows and between which only implication arrows? Explain why this time every value of \(x\) that is shown after the last step is a solution to the original equation.


Exercise 4: Tautology#

Consider the logical proposition: \((P \vee Q)\vee (\neg P \wedge \neg Q)\).

Question a#

Show by the use of truth tables that this is a tautology.

Question b#

Explain in words that the above is a tautology.

Question c#

Repeat Question a but with the proposition \((P \Rightarrow Q)\vee (Q \Rightarrow P)\).

Question d#

Repeat Question a but now with the proposition \((P \Rightarrow Q)\vee (\neg P \Rightarrow Q)\).


Exercise 5: Equations#

Solve the following four equations by first introducing a tautology.

Question a#

  1. Solve the equation \(|x|=-x+1\).

  2. Solve the equation \(|x|=2x+1\).

  3. Solve the equation \(3|2x-1|=-4x+3\).

  4. Solve the equation \(|2x+1|=|-5x+3|\).