Chapter 2: Logic Flashcards
Statement
A statement is a declarative sentence that is either true or false.
Truth value
Every statement has a truth value, namely true (T) or false (F).
Negation
The negation of the statement P is ~P, and it has the opposite truth value
Disjunction
The disjunction of statements P and Q is the statement P V Q, read “P or Q”. P V Q is false only if both P and Q are false, otherwise it’s true
Conjunction
The conjunction of statements P and Q is the statement P ^ Q, read P and Q; P ^ Q is true only if both P and Q are true, otherwise it’s false
Implication
For the statements P and Q, the implication statement “if P, then Q” is denoted as P => Q; the statement P is called the hypothesis or the sufficient condition; the statement Q is called the conclusion or the necessary condition
Converse
The converse of an implication Q => P
Biconditional
The biconditional statement for P and Q is P <=> Q : (P => Q) ^ (Q => P); in words “P if and only if Q”
Open sentence
An open sentence is a declarative sentence that contains one or more variables, each from a domain set. The assignment for each variable creates a statement.