I'm not sure what this question is asking me to do. I know it sounds silly but could someone explain what i'm meant to do.
Give a satisfying assignment for the proposition (¬p ∨ ¬q) → r.
I'm not sure what this question is asking me to do. I know it sounds silly but could someone explain what i'm meant to do.
Give a satisfying assignment for the proposition (¬p ∨ ¬q) → r.
Giving a satisfying assignment to a formula means finding a Model of the assignment.
So basically you have to find for which assumption your formula would be true.
You can check Satisfiability of a formula in two ways:
By writing a Truth Table.
By using the Semantic Tableau (or Truth Tree).
I personally prefer the second one, because it is faster and easier.