Logical Connectives

Context: FIT1058_MOC Β· operations that combine propositions Β· defined by truth tables Β· the logical duals of the set operations

Quick Revision

  • 🎯 Objective: build a new proposition from existing ones, defined by a truth table βž” the logic gates of reasoning.
  • πŸ“¦ Core Components: unary βž” binary .
  • ⚑ Key Constraint: , , complement β€” set laws reappear as De Morgan.

πŸ“ Core

1. The Connectives (Truth-Table Defined)

  • Definition βž” each connective is fixed by a truth table giving the result for every argument combination.
  • Basic set βž” unary (not); binary (and), (inclusive or), (implication), (equivalence), (xor).
  • Hardware βž” these are logic gates.

2. Values at a Glance

  • βž” flips the value.
  • βž” T iff both T; βž” T iff at least one T.
  • βž” F only when T and F.
  • βž” T iff values equal; βž” T iff values differ.

3. The Set Duality

  • Correspondence βž” for "": , , complement.
  • Payoff βž” every set-algebra law has an identical logical form βž” results transfer both ways.

βš–οΈ Core Decision Matrix

ConnectiveArityT exactly whenSet dual
unaryargument is Fcomplement
binaryboth T
binaryat least one T
binarynot ( T, F)
binaryvalues equal
binaryvalues differsymmetric difference

When It Flips: inclusive is T when either or both hold; exclusive excludes the both-true case β€” they agree on three rows and differ only at TT. "and"/"or" are narrower than English: defined solely by the truth tables, no temporal/causal meaning.

πŸ“Š Exam Execution Trace

Manual Execution Trace

Evaluate :

Step / State
0 (Init)β€”β€”β€”β€”β€”
1FFTFF
2FTFFT
3TFTTT
4TTFFT

⚠️ Common Mistakes

  • πŸ’‘ is F only on Tβ†’F βž” every other row is T (including Fβ†’anything, β€œvacuously true”); and β€œor” means inclusive , not .

🧠 Active Recall