List of rules of inference
ID: list-of-rules-of-inference
Rules of inference are logical principles that allow us to derive valid conclusions from premises. They form the foundation of deductive reasoning in formal logic. Here’s a list of some commonly used rules of inference: 1. **Modus Ponens** (Affirming the Antecedent): - If \( P \) then \( Q \) - \( P \) - Therefore, \( Q \) 2.
New to topics? Read the docs here!