Introduction
Conditional reasoning उन statements पर आधारित होता है जो “If P, then Q” संरचना का उपयोग करते हैं। ऐसे statements में एक event (condition) दूसरे event (result) को logically guarantee करता है।
यह pattern aptitude और reasoning tests में अक्सर पूछा जाता है ताकि आपकी यह क्षमता जांची जा सके कि आप दिए गए conditional premises से valid consequences निकाल सकते हैं या नहीं।
Pattern: Conditional “If–Then” Deduction
Pattern
यदि statement कहता है “If P, then Q”, और P सत्य है, तो Q अवश्य सत्य होगा।
Symbolic form: If P → Q and P is true, then Q must be true। लेकिन ध्यान रहे: Q true होने पर भी यह जरूरी नहीं कि P true हो - यह एक common reasoning trap है।
Step-by-Step Example
Question
Statements:
1️⃣ If it rains, the ground becomes wet.
2️⃣ It is raining.
Conclusions:
I. The ground is wet.
II. It is not raining.
Options:
A. Only Conclusion I follows
B. Only Conclusion II follows
C. Both I and II follow
D. Neither I nor II follows
Solution
-
Step 1: Condition और result पहचानें
Conditional rule: If it rains (P), then ground becomes wet (Q)। -
Step 2: Given fact लागू करें
“It is raining” → P true है। -
Step 3: Rule लागू करें
P → Q, और P true ⇒ Q true। इसलिए “The ground is wet” logically follow करता है। -
Step 4: Conclusions evaluate करें
I. The ground is wet → ✅ Follows।
II. It is not raining → ❌ Given fact के विपरीत। -
Final Answer:
Only Conclusion I follows → Option A -
Quick Check:
P true ⇒ Q true हमेशा valid।
Quick Variations
1. If P → Q और Q false ⇒ P भी false।
2. If P → Q और P false ⇒ Q के बारे में कुछ निश्चित नहीं कहा जा सकता।
3. Chain conditionals: If P → Q और Q → R ⇒ P → R।
4. Negation traps: “If not P, then not Q” अक्सर confuse करते हैं - इन्हें सावधानी से interpret करें।
Trick to Always Use
- Step 1: Condition (P) और Result (Q) clearly identify करें।
- Step 2: यदि P true है, तो Q अवश्य true होगा।
- Step 3: Reverse inference (Q true ⇒ P true) कभी valid नहीं होता जब तक explicitly stated न हो।
Summary
Summary
- “If P, then Q” का मतलब Q, P पर depend करता है; उल्टा dependency implied नहीं है।
- P true ⇒ Q true; Q false ⇒ P false।
- Converse (Q → P) logically invalid होता है।
- Conditional logic में direction और dependency सबसे महत्वपूर्ण हैं।
Example to remember:
Statement: If you study, you pass the test।
Conclusion: You passed ⇒ You studied ❌
केवल “You studied ⇒ You passed” valid है।
