SOLUTION: Is the following argument valid? Provide a proof for your answer. p =⇒ (q ∧ r) ∼q − − − − − − − − − − ∼p

Algebra.Com
Question 1162984: Is the following argument valid? Provide a proof for your answer.
p =⇒ (q ∧ r)
∼q
− − − − − − − − − −
∼p

Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!

The argument is valid. We can prove it as such using a proof by contradiction.

The conclusion is ~p, read as "not p". This is the opposite of statement p. Assume that p is the case.

If p is true, then so is q ^ r. This is because of the first line reading p -> (q ^ r). Use the modus ponens rule here.

q ^ r means that both q and r are true at the same time. Therefore, q is the case. But the second line says that ~q is also the case as well.

We have q and ~q clash to form the contradiction.

In short, we assume the opposite of the conclusion (we assume p) and it leads to a contradiction (q and ~q). So making the assumption that p is the case will not work.

Therefore, the opposite of the original assumption must be true and the conclusion of ~p is valid.

---------------------------------------------------------

Let's look at a truth table. This is where we list out all the possible truth values of p,q,r and build logical compound statements from them to form the argument as a whole

The first three columns are p,q,r which alternate with true (T) or false (F) values. This lists all the possible ways to have three T's or F's placed together.

The fourth column has us combine q and r to get q ^ r. This column is only true if both q and r are true together; otherwise it is false.

Then we construct a conditional p -> (q ^ r). This is only false if p is true while (q ^ r) is false.

Next up, form the column for ~q, which is the opposite of q. If q is true, then ~q is false, and vice versa.

Lastly, form the column for ~p, which is the conclusion. This will be the opposite of the p column.

Here's what the truth table looks like
pqrq ^ rp -> (q ^ r)~q~p
TTTTTFF
TTFFFFF
TFTFFTF
TFFFFTF
FTTTTFT
FTFFTFT
FFTFTTT
FFFFTTT


and here's a truth table showing just the premises and the conclusion (I removed columns p, q, r, and q ^ r)
p -> (q ^ r)~q~p
TFF
FFF
FTF
FTF
TFT
TFT
TTT
TTT

This is to help give the table a more simplified look.

We can see that there are no cases where we have all true premises lead to a false conclusion. An invalid argument is one where we have all true premises but a false conclusion. A valid argument is the opposite of that.

So this is another way to see we have a valid argument.

RELATED QUESTIONS

Is this a valid argument, what is the solution. (p→q)→r ~p V q ________ (answered by Edwin McCravy)
Construct a formal proof for the following argument 1. P>R 2. (Q&P)vP... (answered by Edwin McCravy)
looking for help on why the argument is or is not valid on these two. Can anyone help... (answered by solver91311)
I'm having a hard time constructing a proof for the following argument. M&~Q M->S... (answered by richard1234,Edwin McCravy)
There is a correction in this question. How do you make a venn diagram to test the... (answered by addingup)
I'm stuck on the following question: Use truth tables to establish whether the following... (answered by solver91311)
Determine if the given argument is valid or not: P -> Q R -> S ~ Qv ~ S (the 3... (answered by math_helper)
Use truth tables to determine if the following arguments are valid. a) p-> (q V r) p (answered by solver91311)
Determine whether the argument is valid or not. pV~q p _____ ∴... (answered by jim_thompson5910)