In: Advanced Math
1. Is the following set of connectives functionally complete? Justify your answer.{∧,∨,→,↔}
Ans: NO
Justification: Logical connectivities is a set of 5 basic connectivities are as follows :
NAME OF CONNECTIVE | CONNECTIVE WORD | SYMBOL |
NEGATION | NOT | "⌉" or "∼" or ‘ or "–" |
CONJUNCTION | AND | ∧ |
DISJUNCTION | OR | ∨ |
CONDITIONAL | if-then | → |
BICONDITIONAL | if and only if | ↔ |
BRACKETS | ( ) |
(1): Negation: It changes the probability from "True to False" and from "False to True" use as with any proposition
Ex: If X is a proposition, then the negation of X is a proposition which is:
Truth Table
X | ~X |
TRUE | FALSE |
FALSE | TRUE |
Means: X= Raining Outside, ~X= Not Raining Outside.
(2): Conjunction: If X and Y are two propositions, then the conjunction of X and Y is a proposition which is :
Example:
Truth Table
X | Y | X∧Y |
TRUE | TRUE | TRUE |
TRUE | FALSE | FALSE |
FALSE | TRUE | FALSE |
FALSE | FALSE | FALSE |
X=1+2, Y= Raining Outside
The conjunction of X and Y are X∧Y= 3 and Raining Outside.
(3):Disjunction: If X and Y are two propositions, then the Disjunction of X and Y is a proposition which is :
Example:
Truth Table
X | Y | X∨Y |
TRUE | TRUE | TRUE |
TRUE | FALSE | FALSE |
FALSE | TRUE | FALSE |
FALSE | FALSE | FALSE |
X=1+2, Y= Raining Outside
The Disjunction of X and Y are X∧Y= 3 or Raining Outside.
(4): Conditional: If X and Y are two propositions, then:
Truth Table
X | Y | X→Y |
F | F | T |
F | T | T |
T | F | F |
T | T | F |
if a=b and b=c then a=c
(5): Biconditional: If X and Y are two propositions, then:
Truth Table
X | Y | X↔Y |
F | F | T |
F | T | F |
T | F | F |
T | T | T |
Example: