Lec 1
Lec 1
(CSC102)
Lecture 01
Introduction to Discrete Structure
Discrete Structure is a branch of mathematics that deals with distinct and separate objects.
Unlike continuous mathematics, which deals with smooth variations (such as calculus),
discrete mathematics focuses on countable, non-continuous elements. It is widely used in
computer science, cryptography, data structures, and artificial intelligence.
Combinatorics Proposition:
• "The number of ways to arrange N distinct objects in a sequence is n!."
• This is the formula for permutations.
Compound Proposition:
• A proposition is formed by combining multiple atomic propositions
using logical operators.
• Example: "If a function is continuous and differentiable, then it is also
integrable."
Class Task-1
Question:
Identify whether the following statements are propositions or not.
Justify your answer.
(a) is a proposition
(c) is a proposition
Class Task-2
• Question:
• Write the logical negation of the following statement:
"If a number is divisible by 4, then it is also divisible by 2."
Solution of Task-2
Let:
• P: "A number is divisible by 4."
• Q: "The number is divisible by 2.“
• ¬(P→Q)≡P∧¬Q
• which means:
"P is true, but Q is false."
Interpret the Negation in Words