You are on page 1of 3

Introduction to Discrete Mathematics

Prepared by:
Engr. Jonas Barceloana

Introduction:
In this module you will learn propositional logic, what is proposition and what is logic, you will also learn
how to modify and join propositions and you will also learn the importance of propositional variable

Target audience:
students who have discrete mathematics in their syllabus
Students who want to learn programming
What is Discrete Mathematics?
It is the study of discrete objects.
Discrete means : “distinct or not connected”
What is the need to study Discrete Mathematics?
It develops your mathematical thinking
Improves your problem solving ability

Discrete vs. continuous objects.


The whole world of mathematics is divided in two:
1. Discrete
2. Continuous
Discrete
Discrete objects:
Natural numbers are discrete, for example: 1,2,3,4,5…
Digital clock is “discrete” in nature, there is no continuous time, transitions from one time to another is
sharp
Continuous
Continuous objects:
Real numbers are continuous, for example 0, 0.0001, 0.100001, 0.1101 and so on.
Analog clock is continuous in nature, in analog clock, hour, minute and second hands move smoothly
over time

Note: Consider the clock where minute, hour and second hand sweeps around the time smoothly
Propositional logic
The phrase propositional logic is composed of two words “Proposition and Logic”
What is logic?

 Logic is the science of reasoning. It helps us to understand and reason about different
mathematical statements
 With rules of logic, we would be able to think about mathematical statements and finally we
would be able to prove or disprove those mathematical statements precisely.
Purpose of logic
The purpose of logic is to construct valid arguments (or proofs).
Once we prove a mathematical statement is TRUE then we call it a theorem and this is the basis of whole
mathematics.
Propositional logic
What is proposition? – proposition is a declarative sentence( a sentence that is declaring a fact or
stating an argument) which can be either TRUE or FALSE but cannot be both.
For example:

 Delhi is the capital of India


 Water froze this morning
 1+1=2

Sentences which are not propositions:

 What time is it?


 X+1=2
 Send us your resume before 11 PM
 I request you to please allow me a day off
 Fetch my umbrella
Propositional Logic
Area of logic that studies ways of joining and/or modifying propositions to form more complicated
propositions and it also studies the logical relationships and properties derived from these combined
propositions.
Example 1:
Statement 1 – “adam is good in playing football”
Statement 2 – “adam is good in football and this time he is representing his college a national level.”

“adam is good in football and this time he is representing his college a national level.”

And- logical connective called and

Example 2:
Statement 3: “I enjoy watching television.”
Statement 4: “It is not the case that I enjoy watching television”
Note: in this example we did not join proposition, we modify the statement 3 by negating it or negation.
Fact: propositional logic is sometimes called as “sentential logic” or ”statement logic”.

Why do we need compound propositions?


Because most of the mathematical statements are constructed by combining one or more than one
propositions.
Propositional Variables
- Variables that are used to represent propositions are called propositional variables.
Question: which one of the following is more convenient to express?
“adam is good in football and this time he is representing his college a national level.”
Or
If p = Adam is good in playing football
Q = this time he is representing his college at national level
“p ᶺ q “ or ”p and q”
ᶺ = and operator

You might also like