Propositional Logic
Proposition
A proposition is a declartive sentence that is either true or false.
Negation of p
The negation of p has the opposite truth value of p.
Conjunction of p and q
The conjunction of p and q is true when both p and q are true and false otherwise.
Disjunction of p and q
The disjunction of p and q is false when both p and q are false and true otherwise.
Exclusive or of p and q
The exclusive or of p and q is true when exactly one of p and q are true and false otherwise.
Conditional statement
The conditional statement if p then q is false when p is true and q is false and true otherwise.
Converse
The converse of p $\rightarrow$ q is the conditional statement
Contrapositive
The contrapositive of p $\rightarrow$ q is the conditional statement
Inverse
The inverse of p $\rightarrow$ q is the conditional statement
Biconditional statement
The biconditional statement p if and only if q is true when p and q have the same truth value and false otherwise.
Logical Equivalence
compound propositions p and q are logically equivalent if p if and only if q is a tautology, that is the compound proposition is true no matter the truth values of the propositional variables.
Propositional Function
Value of a propositional function P at x. Function defined by it's predicate,P and subject, x where x is the subject of the statement and P refers to a property that the subject has.
Propositional Multivariable Function
Value of a propositional function P at the n-tuple .
Universal Quantification
Universal quantification of P(x) is true when P(x) is true for every x and false when there is an x for which P(x) is false.
Existential Quanification
Existential quantification of P(x) is true when there exists an element x in the domain such that P(x) and false when P(x) is false for every x.
Quantifaction Equivalences
Statement is true when there is an x for which P(x) is false and false when P(x) is true for every x.
Statement is true when for every x P(x) is true and false when there is an x for which P(x) is true.
Quantification of Two Variables
P(x,y) is true for every pair x,y and false when there is a pair x,y for which P(x,y) is false.
For every x there is a y for which P(x,y) is true. There is an x such that P(x,y) is false for every y. There is an x for which P(x,y) is true for every y.For every x there is a y for which P(x,y) is false. There is a pair x,y for which P(x,y) is true. P(x,y) is false for every pair x,y.