Διαφήμιση
← Πίσω στο Λογική Συμπερασματολογία · Οδηγοί
Αμφισυνθήκη
'Α αν και μόνο αν Β' σημαίνει ότι τα Α και Β είναι και τα δύο αληθή ή και τα δύο ψευδή.
Μάθηση
'Α αν και μόνο αν Β' σημαίνει ότι τα Α και Β είναι και τα δύο αληθή ή και τα δύο ψευδή.
A biconditional statement 'A if and only if B' (often written as 'A iff B') asserts that A and B have the same truth value: they are both true or both false. This is equivalent to saying both 'If A then B' AND 'If B then A'. Biconditionals express necessary and sufficient conditions and are common in definitions and equivalences.
P ↔ Q ≡ (P → Q) ∧ (Q → P)
- A triangle is equilateral if and only if all its angles are 60°. (Having equal sides is both necessary and sufficient for having 60° angles)
- A number is even if and only if it is divisible by 2.
- You will pass the course if and only if you score above 70%. (Scoring above 70% guarantees passing, and passing requires scoring above 70%)
Πώς να το αναγνωρίζετε
- Look for 'if and only if', 'iff', 'exactly when', or 'is equivalent to'
- The relationship works in both directions
- Knowing either part tells you the truth of the other
Συνηθισμένα λάθη
- Confusing 'if' with 'if and only if': 'If A then B' does NOT mean 'If B then A'
- Biconditional requires BOTH directions to hold
- 'A only if B' means 'If A then B', NOT biconditional
Λύση βήμα προς βήμα
Ένας αριθμός είναι ζυγός αν και μόνο αν διαιρείται με το 2. Είναι το 8 ζυγό;
- Αναγνωρίστε την αμφισυνθήκη: Ζυγό ↔ Διαιρετό με 2
- Σημαίνει: Ζυγό → Διαιρετό με 2 ΚΑΙ Διαιρετό με 2 → Ζυγό
- Ελέγξτε: Είναι το 8 διαιρετό με 2; Ναι (8 ÷ 2 = 4)
- Διαιρετό με 2 → ζυγό, και 8 διαιρετό με 2, άρα 8 είναι ζυγό
Απάντηση: Yes, 8 is even
Καθοδήγηση εξάσκησης
Διαφήμιση