Unit 1 Flashcards
Blank is the study of formal reasoning
Logic
A blank is a statement that is either true or false.
proposition
A proposition’s blank is a value indicating whether the proposition is actually true or false.
truth value
A blank shows the truth value of a proposition.
truth table
A blank is created by connecting individual propositions with logical operations
compound proposition
A blank combines propositions using a particular composition rule
logical operation
the conjunction operation is denoted by blank
∧
The proposition p ∧ q is read “p and q” and is called the blank of p and q
conjunction
The disjunction operation is denoted by blank
∨
The proposition p ∨ q is read “p or q”, and is called the blank of p and q. p ∨ q is true if either one of p or q is true, or if both are true.
disjunction
The blank of p and q evaluates to true when p is true and q is false or when q is true and p is false.
exclusive or
The blank operation is the same as the disjunction (∨) operation and evaluates to true when one or both of the propositions are true.
inclusive or
The blank operation acts on just one proposition and has the effect of reversing the truth value of the proposition.
negation
The negation of proposition p is denoted blank and is read as “not p”.
¬p
The negation operation is a blank, or an operation that acts on only one input.
unary operation
A logical operation combines blank using a particular composition rule.
propositions
The logical operator that joins two propositions with blank is called the conjunction and is denoted p ∧ q.
AND
The logical operator that joins two propositions with blank is called the disjunction and is denoted p ∨ q. It is the inclusive “or.”
OR
The logical operator that joins two propositions with blank but not both is called the exclusive “or” and is denoted p ⊕ q.
EITHER OR
The blank of a proposition changes it truth value and is denoted ¬p. For example, if p is true then ¬p is false.
negation
Blank is usually denoted with the symbol ⊕
The exclusive or operation
A blank can be created by using more than one operation.
compound proposition
Order of operations in absence of parentheses.
¬ (not)
∧ (and)
∨ (or)
A truth table for a compound statement will have a row for every possible combination of truth assignments for the statement’s variables. If there are n variables, there are blank rows.
2^n
The blank is denoted with the symbol →. The proposition p → q is read “if p then q”. The proposition p → q is false if p is true and q is false; otherwise, p → q is true.
conditional operation
A compound proposition that uses a conditional operation is called a blank
conditional proposition
A conditional proposition expressed in English is sometimes referred to as a blank, as in “If there is a traffic jam today, then I will be late for work.”
conditional statement
In p → q, the proposition p is called the blank, and the proposition q is called the blank.
hypothesis
conclusion
The blank of p → q is q → p.
converse
The blank of p → q is ¬q → ¬p.
contrapositive
The blank of p → q is ¬p → ¬q.
inverse
If p and q are propositions, the proposition “p if and only if q” is expressed with the blank and is denoted p ↔ q.
biconditional operation
The proposition p ↔ q is blank when p and q have the same truth value and is blank when p and q have different truth values.
true
false
The term blank is an abbreviation of the expression “if and only if”, as in “p iff q”.
iff
A compound proposition is a blank if the proposition is always true, regardless of the truth value of the individual propositions that occur in it.
tautology
A compound proposition is a blank if the proposition is always false, regardless of the truth value of the individual propositions that occur in it.
contradiction
p ∨ ¬p is a simple example of a blank
tautology
The proposition p ∧ ¬p is an example of a simple blank
contradiction
Showing that a compound proposition is not a tautology only requires showing a particular set of truth values for its individual propositions that cause the compound proposition to evaluate to blank.
false
Two compound propositions are said to be blank if they have the same truth value regardless of the truth values of their individual propositions.
logically equivalent
If s and r are two compound propositions, the notation blank is used to indicate that r and s are logically equivalent.
s ≡ r
Showing that two propositions are not logically equivalent only requires showing a particular set of truth values for their individual propositions that cause the two compound proposition to have blank
different truth values
Blank are logical equivalences that show how to correctly distribute a negation operation inside a parenthesized expression.
De Morgan’s laws
The first De Morgan’s law is:
¬(p ∨ q) ≡ (¬p ∧ ¬q)
The second version of De Morgan’s law swaps the role of the disjunction and conjunction:
¬(p ∧ q) ≡ (¬p ∨ ¬q)
f two propositions are blank, then one can be substituted for the other within a more complex proposition.
logically equivalent
p ∨ p ≡ p
Idempotent law
p ∧ p ≡ p
Idempotent law
( p ∨ q ) ∨ r ≡ p ∨ ( q ∨ r )
Associative laws
( p ∧ q ) ∧ r ≡ p ∧ ( q ∧ r )
Associative laws
p ∨ q ≡ q ∨ p
Commutative law
p ∧ q ≡ q ∧ p
Commutative law
p ∨ ( q ∧ r ) ≡ ( p ∨ q ) ∧ ( p ∨ r )
Distributive law
p ∧ ( q ∨ r ) ≡ ( p ∧ q ) ∨ ( p ∧ r )
Distributive law
p ∨ F ≡ p
Identity law
p ∧ T ≡ p
Identity law
p ∧ F ≡ F
Domination law
p ∨ T ≡ T
Domination law
¬¬p ≡ p
Double negation law
p ∧ ¬p ≡ F
¬T ≡ F
Complement law
p ∨ ¬p ≡ T
¬F ≡ T
Complement law
¬( p ∨ q ) ≡ ¬p ∧ ¬q
De Morgan’s law
¬( p ∧ q ) ≡ ¬p ∨ ¬q
De Morgan’s law
p ∨ (p ∧ q) ≡ p
Absorption law
p ∧ (p ∨ q) ≡ p
Absorption law
p → q ≡ ¬p ∨ q
Conditional identities
p ↔ q ≡ ( p → q ) ∧ ( q → p )
Conditional identities