Discrete Mathematics Flashcards
definition: argument
finite sequence of statements followed by a single statement, the conclusion
definition: premise
sequence of statements
definition: conclusion
follows premise
normally begins with a word or phrase like: therefore, so, thus, hence, it follows that
definition: valid (argument)
if upon assuming that the premises are true it follows that the conclusion is true
Latin: modus pones
“mode that affirms”
Latin: non sequitur
“it does not follow”
Roots: calculus
- a single small bead that was used by the Romans to perform counting tasks*
plural: (calculi)
definition: calculus
- a language
- made up of expressions
- has definite rules for forming expressions
- values (meanings) are associated with the expressions
- definite rules to transform one expression into another having the same value
definition: propositional calculus
***
definition: proposition
a sentence that is either true or false
definition: connectives
combining operations
- ¬
- “not,” negation
- logand
- “and,” conjunction
- logor
- “or,” disjunction
- →
- “conditional,” implication
How would you say P → Q?
- “if P then Q”
- “P implies Q”
- “Q if P”
- “P is a sufficient condition for Q”
- “Q is a necessary condition for P”
definition: antecedent
***
definition: consequent
***
Fill out a basic two variable truth table for: A → B
A → B
t
t
f
t
What is the value of:
true → false?
false
definition: well-formed formula (wff)
a grammatically correct expression
- a wff is either…
- a truth symbol
- a propositional variable
- the negation of a wff
- the conjunction of two wffs
- the disjunction of two wffs
- the implication of one wff from another
- a wff surrounded by parentheses
what are the the truth symbols?
- T (or True)
- F (or False)
what are the connectives?
negation, conjunction, disjunction, implication
“not,” “and,” “or,” and “conditional”
what are propositional variables?
uppercase letteres (for example: A, B, P, Q, etc.)
what are the punctuation symbols for propositional calculus?
- (
- ,
- )
In which order do the connectives have precedence?
not
and
or
conditional
NOTE: and, or, and the conditional are left associative (evaluated L to R)
definition: syntax tree
displays hierarchy of the connectives
define: tautology
define: contradition
define: contingency
TT >= (1 true) && TT >= (1 false)
Name two fundamental tautologies.
- T (or True)
- P ∨ ¬P
Name two fundamental contradicitions.
- F (or False)
- P logand nt P
Name a fundamental contingency.
P
definition: logical equivalence
- two wffs A and B are logically equivalent (or equivalent) if they have the same truth value for each assignment of truth values to the set of all propositional variables occurring in the wffs*
example: A ≡ B
negation
¬¬A ≡
A
disjunction
A ∨ True ≡
True
disjunction
A ∨ False ≡
A
disjunction
A ∨ A ≡
A
disjunction
A ∨ ¬A ≡
True
conjunction
A ∧ True ≡
A
conjunction
A ∧ False ≡
False
conjunction
A ∧ A ≡
A
conjunction
A ∧ ¬A ≡
False