Discrete Structures UNIT 1
Discrete Structures UNIT 1
Graph Theory
(22DAU208)
Dr v Bhuvaneswari
Assistant Professor
Department of Mathematics with Computer Applications
PSG College of Arts & Science, Coimbatore
Set
A set is a collection of objects with certain properties.
We usually use
uppercase letters to denote sets and
Example:
• A∩B=B∩A
Example:
Example:
Solution:
• A – B = {1, 3, 5}
Power Set
The power set of a set A, denoted as P(A), is the collection of all
subsets of A, including:
• The empty set {}
• All single-element subsets {a}
• All possible combinations of elements from A, up to the entire
set A itself.
If a set A contains n elements, then its power set P(A) contains
2n elements.
For example, if A={1,2},
• the power set P(A) is {{},{1},{2},{1,2}}.
The Distributive Law of
Intersection over Union
Theorem:
Case : 1 A∩(B∪C)⊆(A∩B)∪(A∩C)
Let x∈A∩(B∪C).
⇒(x∈A∩B) or (x∈A∩C)
⇒x∈(A∩B)∪(A∩C)
A∩(B∪C)=(A∩B)∪(A∩C).
Principle of Mathematical
Induction
• Mathematical induction is a concept in mathematics that is
used to prove various mathematical statements and
theorems.
Mathematical Induction Steps
• Various steps used in Mathematical Induction are named
accordingly. The names of the various steps used in the
principle of mathematical induction are,
• Base Step: Prove P(k) is true for k =1
• Assumption Step: Let P(k) is true for all k in N and k > 1
• Induction Step: Prove P(k+1) is true using basic mathematical
properties.
Problem 1
For any positive integer number n, prove that n3 + 2n is always
divisible by 3.
Proof
• Let P(n): n3 + 2n is divisible by 3 be the given statement.
• Step 1: Basic Step
• Firstly we prove that P(1) is true. Let n = 1 in
n3 + 2n = 13 + 2(1) = 3
• As 3 is divisible by 3. Hence, P(1) is true.
Step 2: Assumption Step
• Let us assume that P(k) is true
• Then, k3 + 2k is divisible by 3
• Thus, we can write it as k3 + 2k = 3n, (where n is any
positive integer)….(i)
Step 3: Induction Steps
• Now we have to prove that algebraic expression (k + 1)3 + 2(k
+ 1) is divisible by 3
(k + 1)3 + 2(k + 1) = k3 + 3k2 + 5k + 3 = (k3 + 2 k) + (3k2 + 3k + 3)
from eq(i)
• = 3n + 3(k2 + k + 1)
• = 3(n + k2 + k + 1)
• As it is a multiple of 3 we can say that it is divisible by 3.
• Thus, P(k+1) is true i.e. (k + 1)3 + 2(k + 1) is be divisible by 3.
Now by the Principle of Mathematical Induction, we can say
that, P(n): n3 + 2n is divisible by 3 is true.
Problem 2
For all n ≥ 1, prove that, 12 + 22 + 32+….+n2 = {n(n + 1) (2n + 1)} / 6.