document.write( "Question 1026781: I am trying to solve this proof:
\n" );
document.write( "premises: A or B, A or C\r
\n" );
document.write( "\n" );
document.write( "goal: A or (B and C) \r
\n" );
document.write( "\n" );
document.write( "I know that I need to use subproofs to solve this, but I don't know how far I need to break down each premise with a subproof to solve this.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #642185 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Do casework based on whether A is true or not.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Case 1: A is true. Then the premise is already satisfied, and so is the goal.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Case 2: A is false. Since (A or B) is true, and (A or C) is true, it follows for the premise to hold, B must be true, and C must be true. Then (B and C) follows. \n" ); document.write( " |