Adv Engg Math Lesson #1
Adv Engg Math Lesson #1
PROPOSITION is a sentence which is either true or false, but not both, usually denoted by a variable
using alphabetical symbols and expressed as a declarative sentence.
Example Propositions:
1. 2 is an even number
2. The sun revolves around the earth
3. What time is it? (Not a proposition )
4. Go to bed! (Not a proposition)
Conjunction of P and Q, denoted P∧Q, is the proposition “P and Q”. P∧Q is true exactly
when both P and Q are true.
Truth Table
P Q P∧Q
false false false
false true false
true false false
true true true
P: 6 is an even integer
Q: 5 is an odd integer
Truth Table
P Q P∨Q
false false false
false true true
true false true
true true true
P: 6 is an even integer
Q: 5 is an odd integer
Negation of P, denoted ¬P, is the proposition “not P”. ¬P is true exactly when P is false.
Truth Table
P ¬P
false true
true false
P: 6 is an even integer
or
*** Truth Table – it is a tabular representation of the summary of the truth values of a proposition.
EXAMPLES:
1. (P ∨ (¬Q))
Ans.:
Truth Table
P Q ¬Q (P ∨ (¬Q))
False false true true
False true false false
True false true true
True true false true
2. (P ∨ (¬Q)) ∧ (¬R)
Ans.:
Truth Table
P Q R ¬Q ¬R P˅ (¬Q) (P˅(¬Q)) ˄ (¬R)
False False False True True True True
False False True True False True False
False True False False True False False
False True True False False False False
True False False True True True True
True False True True False True False
True True False False True True True
True True True False False True False
Implication
Definition
The proposition ‘If P, then Q’ is called an implication. We will often write it symbolically as P → Q.
P Q P→Q
false false True
false true True
true false False
true true True
Bi-conditional
Definition
Let p and q be propositions. The bi-conditional p↔q is the proposition that is true when p and q
have the same truth values, and is false otherwise. p↔q is read as p if and only if q.
p q p↔q
false false True
false true False
true false False
true true True
p: 6 is an even integer
q: 5 is an odd integer
Definitions
A tautologuous statement is one which has only the decision value of true
A contradictory statement is one which is always false
A contingent statement is neither a tautology or a contradictory
Examples: Show that the following are tautology, contradictory, and contingent statements
1. p ∨ ¬p
2. p ˄ ¬p
3. p →¬p
Solution:
1.
p ¬p p ∨ ¬p
false true true
true false true
2.
p ¬p p ˄ ¬p
false true false
true false false
3.
p ¬p p → ¬p
false true true
true false false
The proposition p → ¬p is contingency