SOLUTION: Premise: ~(A->(B&C)) Conclusion: ~(A<->(B&C)) I've tried to Provisionally assume A<->(B&C), but I don't understand double arrow rules that well.

Algebra.Com
Question 952302: Premise: ~(A->(B&C))
Conclusion: ~(A<->(B&C))
I've tried to Provisionally assume A<->(B&C), but I don't understand double arrow rules that well.

Found 2 solutions by jim_thompson5910, Edwin McCravy:
Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!
Hint:

A<->(B&C) breaks down into [A -> (B&C)] & [(B&C) -> A] using the material equivalence rule.


material equivalence rule: P <--> Q turns into [P -> Q] & [Q -> P]

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

If you need more one-on-one help, email me at jim_thompson5910@hotmail.com. You can ask me a few more questions for free, but afterwards, I would charge you ($2 a problem to have steps shown or $1 a problem for answer only).

Alternatively, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Any amount is greatly appreciated as it helps me a lot. This donation is to support free tutoring. Thank you.

Jim
------------------------------------------------------------------------------------------------------------------------

Answer by Edwin McCravy(20055)   (Show Source): You can put this solution on YOUR website!
This argument is NOT VALID!

The double arrow is the biconditional

P<->Q by definition is (P-Q)&(Q->P)

It is sometimes called "equivalence",

which means they have the same truth value.

But your conclusion is not valid.

We can show that it is not valid by a truth table:

            ?
~[A->(B&C)] => ~[A<->(B&C)]

Since (B&C) appears in both, we can let D = (B&C)

           ?
   ~(A->D) => ~(A<->~D)
-----------------------
     T  T       T    T     
     T  F       T    F
     F  T       F    T
     F  F       F    F

becomes:

           ?
   ~(A->D) => ~(A<->~D)
-----------------------
       T          F      
       F          T 
       T          T 
       T          T  

which becomes:
           
           ?
   ~(A->D) => ~(A<->~D)
-----------------------
   F          T          
   T          F     
   F          T     
   F          T    

which becomes:

           ?
   ~(A->D) => ~(A<->~D)
-----------------------
           T             
           F        
           T        
           T    

It is not valid because it fails in case 2.

Edwin

RELATED QUESTIONS

Premise: (A & B) v C Conclusion: C v... (answered by jim_thompson5910)
Give a brief sentence supporting your convclusion. a (arrrow going to 5) b (arrow going... (answered by ikleyn)
I don't understand this question: y=-11x2+bx+c has vertex (−2,5) a=11 b=? (answered by ikleyn)
Give a brief sentence supporting your conclusion. a (arrow going to 5), b (arrow going to (answered by stanbon,ikleyn)
What is the expression of x(arrow) involving r(arrow), s(arrow), and t(arrow) A.... (answered by Fombitz)
I'm having a really hard time with the following proof: A&B, AvC :. (A->B) & (C->A) (answered by Edwin McCravy,AnlytcPhil)
I need to write in standard form and determine the values of a, b, and c, for question #4 (answered by checkley75)
Derive the conclusion from the given premise in the argument below by utilizing... (answered by jim_thompson5910)
I am solving a 7th grade math text book, and I came across this one: a^x = b^y = c^z,... (answered by jsmallt9)