[Math] How to indicate a truth table if its Valid or Invalid

logicproof-verificationpropositional-calculus

Construct a truth table for Destructive Dilemma using the general symbolic notation for the rule of inference, T for true value, F for false value. Indicate whether valid or invalid.

Is this the correct way of proving it?

enter image description here
enter image description here

Best Answer

Look at the truth values of the columns given by $(p\to q)$, $(r\to s)$,$(\neg q\lor \neg s)$, and $(\neg p \lor \neg r)$.

Your premises are: $(p\to q)$, $(r\to s)$, and $(\neg q\lor \neg s)$. Check for the rows where each of these premises are true along with the conclusion $(\neg p \lor \neg r)$. If a single row has each of the premises true, but the conclusion false, it is an invalid argument; otherwise, it is a valid argument.


An argument is valid if every argument of the same form has premises that are all true along with a true conclusion. An argument is invalid if there is an argument of the form whose premises are true, but the conclusion false.

Related Question