Welcome to this course on Discrete Math. In this course you will learn Set Theory, Relations, Functions and Mathematical Induction.
Discrete Math is the real world mathematics. It is the mathematics of computing. The mathematics of modern computer science is built almost entirely on Discrete Math. This means that in order to learn the fundamental algorithms used by computer programmers, students must have a solid background in Discrete Math. At most of the universities, a undergraduate-level course in discrete mathematics is a required part of pursuing a computer science degree.
define a SET and represent the same in different forms; (Set Theory)
define different types of sets such as, finite and infinite sets, empty set, singleton set, equivalent sets, equal sets, sub sets, proper subsets, supersets, give examples of each kind of set, and solve problems based on them; (Set Theory)
define union and intersection of two sets, and solve problems based on them; (Set Theory)
define universal set, complement of a set, difference between two sets, and solve problems based on them; (Set Theory)
define Cartesian product of two sets, and solve problems based on them; (Set Theory)
represent union and intersection of two sets, universal sets, complement of a set, difference between two sets by Venn Diagram; (Set Theory)
solve problems based on Venn Diagram; (Set Theory)
define RELATION and quote examples of relations; (Relations)
find the domain and range of a relation; (Relations)
represent relations diagrammatically; (Relations)
define different types of relations such as, empty relation, universal relation, identity relation, inverse relation, reflexive relation, symmetric relation, transitive relation, equivalence relation, and solve problems based on them; (Relations)
define FUNCTION and give examples of functions; (Functions)
find the domain, codomain and range of a function; (Functions)
define the different types of functions such as injective function (one-to-one function), surjective function (onto function), bijective function, give examples of each kind of function, and solve problems based on them; (Functions)
define and give examples of even and odd functions; (Functions)
figure out if any given function is even, odd, or neither from graphs as well as equations; (Functions)
define composition of two functions; (Functions)
find the composition of functions; (Functions)
define the inverse of a function; (Functions)
find the inverse of any given function; (Functions)
find the domain and range of the inverse function; (Functions)
define The Principle of DISCRETE MATHEMATICAL INDUCTION and use it for Proving Mathematical Statements; (Mathematical Induction)
Mathematical Induction for "Proving the Sum of an Arithmetic Progression"; (Mathematical Induction)
Mathematical Induction for "Proving the Sum of squares of first n natural numbers"; (Mathematical Induction)
Mathematical Induction in "Proving the Divisibility"; (Mathematical Induction)
Mathematical Induction in "Proving the Inequality"; (Mathematical Induction)
Mathematical Induction for "Proving the Sum of a Geometric Progression"; (Mathematical Induction)
Mathematical Induction in a "Brain Teasing Real World Problem"; (Mathematical Induction)
Mathematical Induction for "Proving a result from Geometry"; (Mathematical Induction)
Mathematical Induction in "The Towers of Hanoi"; (Mathematical Induction) and
Learn to use Mathematical Induction to do Computer Program/Algorithm Correctness proofs. (Mathematical Induction)