document.write( "Question 1043570: Proof by Natural Deduction – Propositional Logic. Use a direct proof to show that the following argument is valid.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Premise 1: (E • I) v (M •U)
\n" );
document.write( "Premise 2: ~E
\n" );
document.write( "Conclusion: ~(E v ~M) \n" );
document.write( "
Algebra.Com's Answer #659044 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 1) ~E --------------hypothesis \n" ); document.write( "2) ~E v ~I -------------addition \n" ); document.write( "3) ~(E•I) -------------de Morgan's \n" ); document.write( "4) (E • I) v (M •U) ----hypothesis \n" ); document.write( "5) ~(E • I) -> (M •U) --material implication on #4 \n" ); document.write( "6) M •U -----------modus ponens by #3 and #5 \n" ); document.write( "7) M ---------------simplification \n" ); document.write( "8) ~E • M ----------conjunction, by #1 and #7 \n" ); document.write( "9) ~(E v M) -----------de Morgan's \n" ); document.write( " |