Discreate 3
Discreate 3
UNIT STRUCTURE
3.2 Introduction
3.4.1 Negation
3.4.2 Conjunction
3.4.3 Disjunction
3.4.5 Conditional
3.4.6 Biconditional
statement
3.6 Let Us Sum up
3.2 INTRODUCTION
Mathematical logic or logic is the discipline that deal with the methods
of reasoning . As all of us know that the main asset that makes
Discrete Mathematics 1
humans far move superior that other species is the ability of reason-
ing. Logic provides rules and techniques for determining whether a
given argument or mathematical proof or conclusion in a scientific
theory is valid or not . Logic is concerned with studying arguments
and conclusions. Logic is used in mathematics to prove theories
and to draw conclusions from experiments in physical science in
our every day life to solve many types of problem . Logic is used in
computer science to verify the correctness of programs. The rules
of logic or techniques of logic are called rules of inference because
the main aim of logic is to draw conclusions inferences from given
set of hypothesis. In this unit, we will introduce you to the definition
and examples of statements, truth table of different statements. We
will allso discuss about the logical connectives. Moreover, we will
discuss about the converse, opposite and contrapositive of state-
ments.
Discrete Mathematics 2
3.3.1 Examples of Statements
i) Paris is in England.
ii) May god bless you ?
iii) 6 has three prime factors .
iv) 18 is less than 16 .
v) How far is chennai from here?
vi) Every rhombus is a square .
vii) There are 35 days in a month.
viii) Two plus three is five.
ix) x +2 = 9
x) The moon is made of green cheese.
Discrete Mathematics 3
3.4 LOGICAL CONNECTIVES
3.4.1 Negation
or
~ P : At least one integer is not a rational numbers.
Discrete Mathematics 4
P ~P
T F
F T
Table 4.1
IIUSTRATION EXAMPLES :
Write the negation of the following statements :
(i) 7 is a rational.
(ii) 2 is not a complex number..
(iii) Every natural number is greater than zero.
(iv) All primes are odd.
(v) All mathematicians are man .
Discrete Mathematics 5
(v) The negation of the given statement is :
Some mathematician is not man.
or
There exists a mathematician is not man.
or
At least one mathematician is not man.
or
It is false that all mathematicians are man.
3.4.2 Conjunction
IIIUSTRATION EXAMPLES :
Discrete Mathematics 6
The truth table for conjunction as follows :
P Q P Q
T T T
T F F
F T F
F F F
Table 4.2
IIIUSTRATION EXAMPLES :
3.4.3 Disjunction
IIUSTRATION 3 :
Discrete Mathematics 7
Truth table : The statement P Q has the truth value F only when
NOTE
both P and Q have the truth value F, P Q is true if either P is true or
Q is true (or both Pand Q are true). Truth table for disjunction : The connective is not always
the same as the word “or “
because the fact that the
word “or “ in English language
P Q P Q
can be used in two different
senses :
T T T i) Inclusive OR (one or the
other or both) and
T F T ii) Exclusive OR ( one or the
other but not both)
F T T
F F F
IIIUSTRATION EXAMPLES :
Discrete Mathematics 8
compound statement is true.
(ii) The component statements of the given statement are
P : All living things have two legs.
Q : All living things have two eyes.
we find that both P and Q are false statements. Therefore, the
compound statement is false.
(iii) The components statements of the given statement are
P : Mumbai is the capital of Gujrat.
Q : Mumbai is the capital of Maharashtra.
we find that P is false and Q is true. Therefore, the compound
statement is true.
(iv) The components statement are
P : A rectangle is a quadrilaterl.
Q : A rectangle is a 5 sided polygon.
we observe that P and Q is false . Therefore, the compound statement
is true.
(v) The compound statement are
P : 2 is a rational number..
Q : 2 is an irrational number..
clearly P is false and Q is true, therefore the compound statement is
true.
Discrete Mathematics 9
3.4.5 Conditional
P Q P Q
T T T
T F F
F T T
F F T
IIIUSTRATION EXAMPLES :
(i) You get job implies that your credentials are good.
(ii) A quadrilateral is a parallogram if its diagonals bisect each
other.
(iii) To get A+ in the class, it is necessary that you do all the
excercisesof the book.
Solution :
(i) we know that “If P, then Q” is equivalent to ”P Q”
Therefore,the given statement can be written as
“If you get a job , then your credentials are good.”
Discrete Mathematics 10
(ii) The given statement can be written as-
“If the diagonal of a quadrilateral bisect each other, then it is
parallogrm”.
(iii) The givenstatement can be written as
“If you get A+ in the class, then you do all the exercise of the
books”.
2. Write the components statements of each of the following
statements. Also check whether the statements are true or not.
(i) If a triangle ABC is equilateral , then it is isosceles.
(ii) If a and b are integers , then ab is a rational number.
Solution :
(i) The component statements of the given statement are:
P : The triangle ABC is equilateral.
Q : The triangle ABC is isosceles.
Since an equilateral triangle is isosceles, so the given statement is
true.
Discrete Mathematics 11