Let the statement $?PQR$ be determined by the following truth-table.
P Q R ?PQR
T T T T
T T F F
T F T F
T F F T
F T T T
F T F T
F F T F
F F F T
- After ‘Answer:’ below, give a logically equivalent sentence of ?PQR in FOL. But here’s the catch: you may only use the Boolean connectives (i.e. ¬, Ʌ, and V) in the sentence you give. I am trying to figure this assignment out; but cannot figure out the formula for determining the sentence. Any ideas?
HINT:
For every line whose value is $\tt T$, write a sentence describe the assignment to the variables, e.g. $P\land Q\land R$ describes the first line of the table.
Then take the disjunction of these sentences, and show that the result has exactly this truth table.
You might want to simplify that result.