Deductive Reasoning
Learn how to use deductive reasoning to draw logical conclusions from given facts and premises.
Definition
- Premise 1: A general statement that is accepted as true
- Premise 2: A specific statement related to Premise 1
- Conclusion: A logical result that follows necessarily
- Premise 1: All mammals are warm-blooded.
- Premise 2: A dog is a mammal.
- Conclusion: Therefore, a dog is warm-blooded.
Try it now
Worked Examples
Premise 1: All squares have four equal sides. Premise 2: Figure ABCD is a square. What can you conclude about Figure ABCD?
Identify the general rule
All squares have four equal sides → This applies to every square
Apply the rule to the specific case
Figure ABCD is a square → So the rule applies to Figure ABCD
Draw the conclusion
Since ABCD is a square, and all squares have four equal sides... → Figure ABCD has four equal sides
Answer: Figure ABCD has four equal sides.
Common Mistakes
Confusing deductive with inductive reasoning
Why it's wrong: Inductive reasoning goes from specific observations to general conclusions, which may not always be true. Deductive reasoning goes from general to specific and is certain if premises are true.
Correct: Deductive: All A are B, X is A, therefore X is B (certain). Inductive: I've seen 100 white swans, so all swans are white (not certain).
Accepting a conclusion without checking if premises are true
Why it's wrong: A deductive argument can be logically valid but still give a false conclusion if a premise is false.
Correct: Always verify that premises are true before accepting a conclusion. Valid logic with false premises leads to unreliable results.
Reversing the logic (affirming the consequent)
Why it's wrong: If A then B does not mean If B then A.
Correct: If it rains, the ground is wet does NOT mean If the ground is wet, it rained (sprinklers could cause wet ground).
Interactive Visual
Truth Table
| P | Q | P ∧ Q |
|---|---|---|
| F | F | F |
| F | T | F |
| T | F | F |
| T | T | T |
T= TrueF= False
Interactive Sandbox
Expression Calculator
Try these:
History
No calculations yet
Practice Problems
15 problemsWhat type of reasoning starts with general statements and reaches specific conclusions?
Why It Matters
- Mathematics: Every theorem is proven using deductive reasoning from axioms
- Science: Scientists use deduction to predict experimental outcomes
- Law: Lawyers build cases using logical arguments from evidence
- Computer Programming: Code follows strict logical rules
- Everyday Decisions: You use deduction constantly without realizing it!
Real World Applications
Medical Diagnosis
Doctors use deductive reasoning to diagnose patients by applying general medical knowledge to specific symptoms.
Example:
Premise 1: All patients with strep throat have a sore throat and fever. Premise 2: This patient has strep throat (confirmed by test). Conclusion: This patient has a sore throat and fever.
Premise 1: All people with a cold have a runny nose. Premise 2: Sarah has a cold.
What can you conclude about Sarah?
Step 1: Write the mathematical expression
Apply the general rule to Sarah:
Mathematical Proofs
Every mathematical proof uses deductive reasoning to reach conclusions from axioms and previously proven theorems.
Example:
Premise 1: If a number is divisible by 6, it is divisible by 2 and 3. Premise 2: 24 is divisible by 6. Conclusion: 24 is divisible by 2 and 3.
Premise 1: All multiples of 10 end in 0. Premise 2: 70 is a multiple of 10.
What can you conclude about the number 70?
Step 1: Write the mathematical expression
Apply the rule about multiples of 10:
Key Takeaways
- 1Deductive reasoning starts with general premises and reaches specific conclusions
- 2If the premises are true and the logic is valid, the conclusion must be true
- 3A syllogism has the form: All A are B, X is A, therefore X is B
- 4Deductive reasoning is used in math proofs, science, law, and everyday decisions
- 5Always check that premises are true before trusting a deductive conclusion
Frequently Asked Questions
Glossary
- Deductive reasoning
- A logical process of reaching a specific conclusion from general premises
- Premise
- A statement assumed to be true, used as the basis for an argument
- Conclusion
- A statement that logically follows from the premises
- Syllogism
- A form of reasoning with two premises and a conclusion
- Valid argument
- An argument where the conclusion follows logically from the premises
- Sound argument
- A valid argument where all premises are also true