document.write( "Question 1201697: Is the rule of conjunction like this example true? P v Q
\n" );
document.write( "Q v P
\n" );
document.write( "(P v Q) ยท (Q v P)\r
\n" );
document.write( "\n" );
document.write( "Is this example a disjunctive syllogism? P v Q\r
\n" );
document.write( "\n" );
document.write( " ~Q__
\n" );
document.write( " ~P
\n" );
document.write( "
\n" );
document.write( "The last question I need help on is this a simplication proof example A v B
\n" );
document.write( "A
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #836356 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Refer to rules 4, 5, 7, and 9. \n" ); document.write( " ![]() \n" ); document.write( "Image Source: \n" ); document.write( "https://logiccurriculum.com/2019/02/09/rules-for-proofs/ \n" ); document.write( "That page goes over the various logic rules of inference and rules of replacement. \n" ); document.write( "The screenshot shown above focuses on the rules of inference specifically.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We cannot use rule 9 (addition) in reverse. \n" ); document.write( "We cannot go from \"P v Q\" to \"P\". \n" ); document.write( "However, rule 5 (conjunction) does work in reverse (to get rule 7 simplification).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Further Reading \n" ); document.write( "https://www.tutorialspoint.com/discrete_mathematics/rules_of_inference.htm \n" ); document.write( "https://math.libretexts.org/Courses/Monroe_Community_College/MTH_220_Discrete_Math/2%3A_Logic/2.6_Arguments_and_Rules_of_Inference \n" ); document.write( "The second link refers to \"Elimination\", which is really \"Disjunctive Syllogism\" by another name. \n" ); document.write( "Also, that second link talks about \"Transitivity\" aka \"Hypothetical Syllogism\". \n" ); document.write( "There are probably other examples of rules going by multiple names. \n" ); document.write( " \n" ); document.write( " |