Bal Lekhsi2
Bal Lekhsi2
Discrete Mathematics: The study of mathematical structures that are fundamentally discrete
rather than continuous.
o Notation: ( A = {1, 2, 3} )
Operations:
o Logical Connectives: AND (( \land )), OR (( \lor )), NOT (( \neg )), IMPLIES (( \
rightarrow )).
4. Functions
o Notation: ( f: A \rightarrow B )
o Types:
o Examples: Sorting algorithms (Bubble Sort, Merge Sort), Search algorithms (Binary
Search).
6. Graph Theory
o Types:
o Terminology:
Special Graphs:
o Bipartite Graph: Vertices can be divided into two disjoint sets such that no two vertices
within the same set are adjacent.
7. Combinatorics
Counting Principles:
o Addition Principle: If there are ( n ) ways to do one thing and ( m ) ways to do another,
there are ( n + m ) ways to do either.
8. Recurrence Relations
Recurrence Relation: An equation that recursively defines a sequence.
o Example: Fibonacci sequence ( F(n) = F(n-1) + F(n-2) ) with initial conditions ( F(0) = 0 ),
( F(1) = 1 ).
9. Number Theory
Prime Numbers: Numbers greater than 1 with no positive divisors other than 1 and itself.
Greatest Common Divisor (GCD): The largest positive integer that divides two numbers
without leaving a remainder.
These notes provide a comprehensive overview of discrete mathematics, suitable for a class discussion
or study guide. If you need more detailed explanations or specific examples, feel free to ask!