Abstract
- Also known as Proposition
- 3 important types are Universal, Conditional & Existential
- We can form statements that are Universal & Conditional, or more to form complex statements
- Either
True
orFalse
Warning
- Doesn’t depend on any Variable, unless it is Logical Equivalence equation
- Not in a question form
Different Types of Statements
Universal
- Made of Symbol, Variable & Quantifiers
true
iffQ(x)
istrue for every x
inD
false
iffQ(x)
isfalse for at least one x
inD
- For simple ones, usually universal comes with Conditional Statement
Existential
- Made of Symbol, Variable & Quantifiers
true
iffQ(x)
istrue for at least one x
inD
false
iffQ(x)
isfalse for all x
inD
- For simple ones, usually existential comes with Conjunction
Negation of Universal
- Logical Equivalence to Existential
There is AT LEAST ONE that IS NOT
Negation of Existential
- Logical Equivalence to Universal
ALL ARE NOT
Negation of Universal Conditional
- Make use of Negation of Universal & Implication Law
Universal Conditional
- Made of Symbol, Variable & Quantifiers & Conditional Statement
- Can be simplified to Universal
Conditional
- Conditional Statement
- If…, then…
Terminologies
Statement
- A sentence that is
True
orFalse
, but not both - Can be presented with variables like
p
,q
,r
&s
etc - The tip here is to keep it atomic, especially in Mathematical Proof that is complicated
Logical Connectives
- Negation:
NOT
performed first - Disjunction:
OR
,Conjunction:AND
coequal, make sure proper parentheses is used to avoid Ambiguous - If-then/implies: performed last, coequal with
iff
Statement/Propositional Form
- Make up with Statement variables & Logical Connectives
Compound Statement
- Make up with Statement variables & Logical Connectives
Conditional Statement, convert it using Implication Law to make it much less confusing
Tautology t
- Statement/Propositional Form that is always true
Contradiction c
- Statement/Propositional Form that is always false
Implicitly Quantified
- The Quantifiers are assumed without specified explicitly
Vacuous Truth of Universal
- Given the statement:
All balls in the bowl are blue
, howeverno balls in the bowl
. The statement is vacuously true, because the Negation of Universal isOne of the balls in the bowl isn't blue
which is obviously false
Vacuous Truth of Universal Conditional
- Given
- It is Vacuously True if and only if
P(x)
is falsefor every x in D
- Vacuous Truth of Universal also applies here
Multiply-Quantified
- Statement with more than one Quantifiers