Διαφήμιση
← Πίσω στο Λογική Συμπερασματολογία · Οδηγοί
Υποθετικός Συλλογισμός
Αλυσιδωτή συλλογιστική: Αν Α τότε Β, Αν Β τότε Γ, επομένως Αν Α τότε Γ.
Μάθηση
Αλυσιδωτή συλλογιστική: Αν Α τότε Β, Αν Β τότε Γ, επομένως Αν Α τότε Γ.
Hypothetical Syllogism (also called Chain Reasoning or Hypothetical Chain) allows us to link conditional statements together. If we know that A implies B, and B implies C, we can conclude that A implies C. This rule is essential for building chains of reasoning and is widely used in mathematical proofs and everyday logic.
P → Q, Q → R ⊢ P → R
- If it rains, the streets get wet. If the streets get wet, traffic slows down. Therefore, if it rains, traffic slows down.
- If you exercise regularly, you build stamina. If you build stamina, you can run longer. Therefore, if you exercise regularly, you can run longer.
- If a shape is a square, it is a rectangle. If a shape is a rectangle, it is a quadrilateral. Therefore, if a shape is a square, it is a quadrilateral.
Πώς να το αναγνωρίζετε
- Look for two 'If...then...' statements (conditionals)
- The consequent of the first should match the antecedent of the second
- The conclusion links the first antecedent to the last consequent
Συνηθισμένα λάθη
- Reversing the chain: 'If A then B, If C then B' does NOT give 'If A then C'
- The middle terms must match exactly for the chain to be valid
Λύση βήμα προς βήμα
Αν βρέχει, οι δρόμοι βρέχονται. Αν οι δρόμοι βρέχονται, η κυκλοφορία επιβραδύνεται. Τι συμπεραίνουμε;
- Αναγνωρίστε τον πρώτο υποθετικό: 'Αν βροχή → δρόμοι βρεγμένοι'
- Αναγνωρίστε τον δεύτερο υποθετικό: 'Αν δρόμοι βρεγμένοι → κυκλοφορία επιβραδύνεται'
- Το επόμενο του πρώτου (Q) ταιριάζει με την πρόταση του δεύτερου
- Συνδυάστε: Αν βρέχει, η κυκλοφορία επιβραδύνεται
Απάντηση: If it rains, traffic slows
Καθοδήγηση εξάσκησης
Διαφήμιση