Discrete Mathematics: Submitted by Komal Applied Science
Discrete Mathematics: Submitted by Komal Applied Science
MATHEMATICS
SUBMITTED BY
KOMAL
APPLIED SCIENCE
Introduction
Discrete Mathematics is the part of Mathematics devoted
to study of
Discrete (Disinct or not connected objects )
Discrete Mathematics is the study of mathematical
structures that are fundamentally discrete rather than
continuous .
As we know Discrete Mathematics is a
backbone of mathematics and
computer science
Scope
It Develops our Mathematical Thinking
It Improves our problem solving abilities
Many Problems can be solved using Discrete mathematics
For eg .
Sorting the list of Integers
Finding the shortest path from home to any destination
Drawing a garph within two conditions
• We are not allowed to lift your pen.
• We are not allowed to repeat edges
Algebraic Structures
Algebraic systems Examples and general
properties
Semi groups
Monoids
Groups
Sub groups
Algebraic systems
Ex: Show that set of all real numbers ‘R’ is not a group with respect
to multiplication.
Solution: We have 0 R .
The multiplicative inverse of 0 does not exist.
Hence. R is not a group.
Example
Ex. Let (Z, *) be an algebraic structure, where Z is the set of integers
and the operation * is defined by n * m = maximum of (n, m).
Show that (Z, *) is a semi group.
Is (Z, *) a monoid ?. Justify your answer.
Solution: Let a , b and c are any three integers.
Closure property: Now, a * b = maximum of (a, b) Z for all a,b Z
4. Inverse: Let a A
let us suppose b is inverse of a.
Now, a * b = (a b)/2 ….(1) (By definition of inverse.)
Again, a * b = e = 2 …..(2) (By definition of inverse)
From (1) and (2), it follows that
(a b)/2 = 2
b = (4 / a) A
(A ,*) is a group.
Commutativity: a * b = (ab/2) = (ba/2) = b * a
Hence, (A,*) is an abelian group.
Theorem