SOLUTION: Today I asked my Professor in my Logic class if I could do this.
1. ~P
2. ~(PvQ)>~R
3. ~Q ...(conclusion) ~R
4. ~Pv~Q 1,Add
5. ~R 2,1 MP
He flipped
Algebra.Com
Question 1101290: Today I asked my Professor in my Logic class if I could do this.
1. ~P
2. ~(PvQ)>~R
3. ~Q ...(conclusion) ~R
4. ~Pv~Q 1,Add
5. ~R 2,1 MP
He flipped out and asked how in the world did I got this because ~Pv~Q is not the same as ~(PvQ). He very rudely told me I should know this by now. Which I obviously don't and was curious why those are not equivalent and if they ever would be equivalent. Also, what would be the way to solve this proof then?
Answer by jim_thompson5910(35256) (Show Source): You can put this solution on YOUR website!
~P v ~Q translates to "not P or not Q"
so for example, if we have these two statements
P = pirates are real
Q = quiz is tomorrow
then ~P v ~Q would translate to "pirates are not real OR the quiz is not tomorrow"
Now consider the expression ~(P v Q)
That would be "It is not the case that pirates are real or the quiz is tomorrow"
In other words if person A says "pirates are real or the quiz is tomorrow", then person B can counter with the complete opposite and say "pirates are not real AND the quiz is not tomorrow". The "or" flips to "and". We negate everything. Even the connector between the two statements.
This is De Morgan's Law in action. We can use truth tables to see that ~P v ~Q and ~(P v Q) are not equivalent. Compare the columns highlighted in yellow. The truth values don't match up.
------------------------------------------------------
Here is how to solve the proof
Number | Statement | Lines Used | Reason |
---|
1 | ~P | | |
2 | ~(P v Q) > ~R | | |
3 | ~Q | | |
:. | ~R | | |
4 | ~P & ~Q | 1,3 | Conjunction |
5 | ~(P v Q) | 4 | De Morgan's Law |
6 | ~R | 2,5 | Modus Ponens |
RELATED QUESTIONS
I need help completing this proof for my deductive logic class?
1. (O . P)--> Q
2. (answered by jim_thompson5910)
1. pV(q . r)
2. ~p /q . r
How do I get q . r? Thought line 3 was: (pVq) . (pVr) 1, (answered by jim_thompson5910)
1. p <--> q
2. p -> r
3. p -> (r -> s) Therefore q -> s
...so far I've tried... (answered by jim_thompson5910)
write a direct proof using the eight rules of inference
(C → Q) • (~L →... (answered by Edwin McCravy)
Determine the value of (p+q+r); if p,q, and r are positive integers, p^q = 8, and r^(1/p) (answered by jim_thompson5910)
I need help finishing this proof.
(P<->Q)->R,P->Q,Q->P |-R
1 (1) (P<->Q)->R A
2 (2) (answered by jim_thompson5910)
please help me by showing the proof of the following using the rules of... (answered by robertb)
I need the following proof :) PLEASE. I am struggling...
1. P-> (~Q & R)
2. (Qv~R)... (answered by Edwin McCravy)
I saw that people can solve logic proofs on this site. I've looked everywhere for help.... (answered by Edwin McCravy)