document.write( "Question 1205226: Use natural deduction to derive the conclusion in each problem.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Use natural deduction to prove the following logical truth:
\n" );
document.write( "(P ⊃ Q) ≡ [P ⊃ (Q ∨ ∼P)] \n" );
document.write( "
Algebra.Com's Answer #842199 by Bogz(13)![]() ![]() You can put this solution on YOUR website! P ⊃ (Q ∨ ∼P)\r \n" ); document.write( "\n" ); document.write( "= ~P V (Q ∨ ∼P) (equivalence to implication)\r \n" ); document.write( "\n" ); document.write( "= ~P V (~P ∨ Q) (commutativity)\r \n" ); document.write( "\n" ); document.write( "= (~P V ~P) ∨ Q (associativity)\r \n" ); document.write( "\n" ); document.write( "= ~P V Q (simplification)\r \n" ); document.write( "\n" ); document.write( "= P ⊃ Q (equivalence to implication) \n" ); document.write( " |