Module 3
Module 3
The truth or falsity of a proposition is defined as its truth value. The truth
value of a proposition is denoted by T, if it is a true proposition, and the
truth value of a proposition denoted by F, if it is a false proposition.
Examples : (i) Agra is in India (T)
(ii) Agra is in Andhra Pradesh (F)
Types of Statements
Simple Statements
Compound Statements
If-Then Statements
Simple Statements
Simple statements are those which are direct and do not include any
modifier. These statements are more comfortable to solve and does not
require much reasoning. An example of a simple statement is:
a: The Sun rises in the east. In this statement, there is no modifier and thus
it can be simply concluded as true.
Compound Statement
With the help of certain connectives, we can club different statements. Such
statements made up of two or more statements are known as compound
statements. These connectives can be “and”, “or”, etc.
Let us now find the statements out of the given compound statement:
Compound Statement: A triangle has three sides and the sum of interior
angles of a triangle is 180°
If-Then Statements
Example:
a: 8 is multiple of 64
b: 8 is a factor of 64
Negation of a Statement:
For example, the given sentence is “Arjun’s dog has a black tail”. Then, the
negation of the given statement is “Arjun’s dog does not have a black tail”.
Thus, if the given statement is true, then the negation of the given statement
is false.
3. 3+3 = 6.
5. No student is lazy.
2. Statements with quantifiers
The words "all" "some" and "none" are examples of quantifiers. A statement
containing one or more of these words is a quantified statement. Note: the
word "some" means "at least one."
EXAMPLE: According to your everyday experience, decide whether each
statement is true or false:
1. All dogs are poodles.
2. Some books have hard covers.
3. No U.S. presidents were residents of Georgia.
4. Some cats are mammals. 5. Some cats aren't mammals.
3. Compound statements
A compound statement consists of simpler statements, which are linked
together by the use of the linking words - and, or, not, and if-else.
For example,
15 is a multiple of 3 and 5.
21 is a multiple of 3 or 6.
45 is not a multiple of 9.
And
Also known as conjunction.
The truth value of the compound statement is true if and only if
both of the consisting statements are true.
It is represented by the symbol Λ
OR
Also known as disjunction.
The truth value of the compound statement is true if and only if
at least either one of the consisting simple statements is true.
It is represented by the symbol V.
Not
Also known as negation.
It inverses the truth value of the statement that consists the
compound statement.
It is represented by the symbol ~ (tilde).
If-then
Also known as implication.
If the preceding statement is true, then it implies that the
following statement must also be true.
It is represented by the symbol →.
Example 1.
15 is a multiple of 3 and 5.
This statement can be rewritten as -
1. 15 is a multiple of 3 - (True). Let's call this statement, p.
2. 15 is a multiple of 5 - (True) Let's call this statement, q.
p q pΛq
true true true
true false false
false true false
false false false
The table shows us how to find the truth value of the compound statement,
which in this case is true.
Example 2.
15 is a multiple of 3 or 6.
This statement can be rewritten as -
1. 15 is a multiple of 3 - (True). Let's call this statement, p.
2. 15 is a multiple of 6 - (False) Let's call this statement, q.
p q pVq
true true true
true false true
false true true
false false false
The table shows us how to find the truth value of the compound statement,
which in this case is true.
Example 3.
45 is not a multiple of 9.
This simple statement that consists this compound statement is-
1. 45 is a multiple of 9 - (True). Let's call this statement, p.
p ~p
true false
false true
The table shows us how to find the truth value of the compound statement,
which in this case is false.
4. Implications
Conditional statements are also called implications. An implication is the
compound statement of the form “if p, then q.” It is denoted p⇒q, which is
read as “p implies q.” It is false only when p is true and q is false, and is true
the conclusion.
Example2 :
P: There is flood
p q
true true true
true false false
false true true
false false true
5. Proofs in Mathematics.
A statement is either true or false but not both. Logical operators are AND,
OR, NOT, If then, and If and only if. Coupled with quantifiers like for all
and there exists. We apply operators on the statement to check the
correctness of it.
which is again divisible by 2 and hence in both cases we proved that x(x+1)
is even.