Διαφήμιση
← Πίσω στο Λογική Συμπερασματολογία · Οδηγοί
Modus Tollens
Ο 'τρόπος άρνησης': Αν Ρ τότε Q, το Q δεν ισχύει, επομένως το Ρ δεν ισχύει.
Μάθηση
Ο 'τρόπος άρνησης': Αν Ρ τότε Q, το Q δεν ισχύει, επομένως το Ρ δεν ισχύει.
Modus Tollens (Latin for 'mode that denies') is a fundamental rule of inference that works by denying the consequent. Given a conditional 'If P then Q' and knowing that Q is false, we can validly conclude that P must also be false. This rule is logically equivalent to Modus Ponens applied to the contrapositive.
P → Q, ¬Q ⊢ ¬P
- If it is raining, the ground is wet. The ground is not wet. Therefore, it is not raining.
- If the battery is charged, the phone will turn on. The phone does not turn on. Therefore, the battery is not charged.
- If a number is prime and greater than 2, it is odd. 8 is not odd. Therefore, 8 is not a prime number greater than 2.
Πώς να το αναγνωρίζετε
- Look for an 'If...then...' statement (conditional)
- Check if the 'then' part (consequent) is denied/negated
- The conclusion negates the 'if' part (antecedent)
Συνηθισμένα λάθη
- Denying the antecedent (invalid): 'If P then Q, P is false, therefore Q is false' - this does NOT follow
- Example of the fallacy: 'If it rains, the ground is wet. It is not raining. Therefore the ground is not wet.' (Wrong! Sprinklers could still make it wet)
Λύση βήμα προς βήμα
Αν η μπαταρία είναι φορτισμένη, το τηλέφωνο ανοίγει. Το τηλέφωνο δεν ανοίγει. Τι συμπεραίνουμε;
- Αναγνωρίστε τον υποθετικό: 'Αν μπαταρία φορτισμένη, τηλέφωνο ανοίγει'
- Ελέγξτε το επόμενο: 'Τηλέφωνο δεν ανοίγει' = Q είναι ψευδές
- Εφαρμόστε Modus Tollens: αν Q ψευδές, P πρέπει να είναι ψευδές
- Συμπεράνετε: Η μπαταρία δεν είναι φορτισμένη
Απάντηση: The battery is not charged
Καθοδήγηση εξάσκησης
Διαφήμιση