New Reply

Proof by contradiction for statement of the form P->(Q and R)

 
Share Thread Thread Tools
Jul18-12, 10:33 PM   #1
 

Proof by contradiction for statement of the form P->(Q and R)


Say I have a statement like this:
P implies (Q1 and Q2).

If I wanted to prove this by contradiction, I would assume P and not(Q1 and Q2)=[(not Q1) or (not Q2)] both hold, and try to find a contradiction.

My question is... Am I done if I find a contradiction while assuming P and [(not Q1) and (not Q2)] ? Is this sufficient? Or do I need to find a contradiction in both the statements:
P and (not Q1),
P and (not Q2)

?
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Jul18-12, 10:38 PM   #2
 
Never mind. I figured it out.
Jul19-12, 07:36 AM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
No. The negation of "Q and R" is "not Q or not R".
The negation of "if P then (Q and R)" is "If (not Q or not R) then not P".

(For those who read this thread and wondered).
Jul19-12, 09:11 PM   #4
 

Proof by contradiction for statement of the form P->(Q and R)


The contrapositive of "if P then (Q and R)" is "if (not Q or not R) then not P"

But the contrapositive has the same truth value as the original.

The negation of "if P then (Q and R)" is "P and (not Q or not R)"
New Reply
Thread Tools


Similar Threads for: Proof by contradiction for statement of the form P->(Q and R)
Thread Forum Replies
Proof by contradiction Precalculus Mathematics Homework 6
Proof by contradiction, please help Calculus & Beyond Homework 6
contradiction of statement regarding monotonicity Calculus 2
Proof By Contradiction Calculus & Beyond Homework 7
form data passed to php if statement Programming & Comp Sci 2