Lec 1 Proposition
Lec 1 Proposition
1
8/26/2021
What is a proposition?
An assertion is a statement. A proposition is an
assertion which is either true or false (but not
both).
2
8/26/2021
The negation
Solution: p ~p
T F
F T
3
8/26/2021
Disjunction
A disjunction is a compound statement formed
by joining two statements with the connector
OR. The disjunction "p or q" is symbolized by p
˅ q. A disjunction is false if and only if both
statements are false; otherwise it is true. The
truth values of p ˅ q are listed in the truth table
below.
p q p˅q
T T T
T F T
F T T
F F F
or
Let p and q be propositions. The disjunction of p
and q, denoted by p∨q, is the proposition “p or q.”
The disjunction p∨q is false when both p and q
are false and is true otherwise.
p q p˅q
T T T
T F T
F T T
F F F
4
8/26/2021
Example
Given: r: x is divisible by 2.
s: x is divisible by 3.
Problem: s?
Each statement given in this example
represents an open sentence, so the truth
value of r˅s will depend on the replacement
values of x as shown below.
5
8/26/2021
Conjunction
A conjunction is a compound statement
formed by joining two statements with the
connector AND. The conjunction "p and q" is
symbolized by p˄q. A conjunction is true
when both of its combined parts are true;
otherwise it is false.
p q p˄q
we complete the last T T T
column according to T F F
the rules for
F T F
conjunction listed
above. F F F
or
Let p and q be propositions. The conjunction of p
and q, denoted by p∧q, is the proposition “p and
q.” The conjunction p∧q is true when both p and q
are true and is false otherwise.
p q p˄q
T T T
T F F
F T F
F F F
6
8/26/2021
Example
7
8/26/2021