Introduction to Graph Theory & its Applications

Slides:



Advertisements
Similar presentations
Mathematical Preliminaries
Advertisements

More Set Definitions and Proofs 1.6, 1.7. Ordered n-tuple The ordered n-tuple (a1,a2,…an) is the ordered collection that has a1 as its first element,
Discrete Mathematics Lecture 5 Alexander Bukharovich New York University.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
Discrete Structures & Algorithms Basics of Set Theory EECE 320 — UBC.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
The Engineering Design of Systems: Models and Methods
Discrete Mathematics Lecture 4 Harper Langston New York University.
Discrete Mathematics Lecture 5
Sets 1.
Sets 1.
Costas Busch - RPI1 Mathematical Preliminaries. Costas Busch - RPI2 Mathematical Preliminaries Sets Functions Relations Graphs Proof Techniques.
Courtesy Costas Busch - RPI1 Mathematical Preliminaries.
Theoretical Computer Science COMP 335 Fall 2004
Sets. Copyright © Peter Cappello Definition Visualize a dictionary as a directed graph. Nodes represent words If word w is defined in terms of word.
1 Set Theory. 2 Set Properties Commutative Laws: Associative Laws: Distributive Laws:
CS 2210 (22C:019) Discrete Structures Sets and Functions Spring 2015 Sukumar Ghosh.
Survey of Mathematical Ideas Math 100 Chapter 2
Lecture II.  Using the example from Birenens Chapter 1: Assume we are interested in the game Texas lotto (similar to Florida lotto).  In this game,
Discrete Mathematics Unit - I. Set Theory Sets and Subsets A well-defined collection of objects (the set of outstanding people, outstanding is very subjective)
1 CSCI 2400 section 3 Models of Computation Instructor: Costas Busch.
Set theory Sets: Powerful tool in computer science to solve real world problems. A set is a collection of distinct objects called elements. Traditionally,
CS355 - Theory of Computation Lecture 2: Mathematical Preliminaries.
2.1 – Sets. Examples: Set-Builder Notation Using Set-Builder Notation to Make Domains Explicit Examples.
Chapter 3 – Set Theory  .
Week 15 - Wednesday.  What did we talk about last time?  Review first third of course.
Set, Combinatorics, Probability & Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Set,
Chapter 2 Mathematical preliminaries 2.1 Set, Relation and Functions 2.2 Proof Methods 2.3 Logarithms 2.4 Floor and Ceiling Functions 2.5 Factorial and.
Sets Defined A set is an object defined as a collection of other distinct objects, known as elements of the set The elements of a set can be anything:
SET THEORY. BASIC CONCEPTS IN SET THEORY Definition: A set is a collection of well-defined objects, called elements Examples: The following are examples.
Mathematical Preliminaries. Sets Functions Relations Graphs Proof Techniques.
CS 103 Discrete Structures Lecture 10 Basic Structures: Sets (1)
1 Set Theory Chapter 3. 2 Chapter 3 Set Theory 3.1 Sets and Subsets A well-defined collection of objects (the set of outstanding people, outstanding is.
Fall 2005Costas Busch - RPI1 Mathematical Preliminaries.
Prof. Busch - LSU1 Mathematical Preliminaries. Prof. Busch - LSU2 Mathematical Preliminaries Sets Functions Relations Graphs Proof Techniques.
Discrete Structure Sets. 2 Set Theory Set: Collection of objects (“elements”) a  A “a is an element of A” “a is a member of A” a  A “a is not an element.
College Algebra & Trigonometry Asian College of Aeronautics AVT 1.
MATH 224 – Discrete Mathematics
CompSci 102 Discrete Math for Computer Science
Software testing techniques Spring 2009 Csci565: Theory and Practice of Software Testing1.
ELEMENTARY SET THEORY.
Mathematical Preliminaries
Set Theory Chapter 3. Chapter 3 Set Theory 3.1 Sets and Subsets A well-defined collection of objects (the set of outstanding people, outstanding is very.
Sets Goal: Introduce the basic terminology of set theory.
Sets 2/10/121. What is a Set? Informally, a collection of objects, determined by its members, treated as a single mathematical object Not a real definition:
Chapter 2 With Question/Answer Animations. Section 2.1.
Basic Structures: Sets, Functions, Sequences, and Sums.
Sets Definition: A set is an unordered collection of objects, called elements or members of the set. A set is said to contain its elements. We write a.
Discrete Mathematics. Set Theory - Definitions and notation A set is an unordered collection of elements. Some examples: {1, 2, 3} is the set containing.
1 Mathematical Preliminaries. 2 Sets Functions Relations Graphs Proof Techniques.
Module #3 - Sets 3/2/2016(c) , Michael P. Frank 2. Sets and Set Operations.
Set Operations Section 2.2.
Discrete Mathematics CS 2610 August 31, Agenda Set Theory Set Builder Notation Universal Set Power Set and Cardinality Set Operations Set Identities.
Week 15 - Wednesday.  What did we talk about last time?  Review first third of course.
Chapter 2 1. Chapter Summary Sets (This Slide) The Language of Sets - Sec 2.1 – Lecture 8 Set Operations and Set Identities - Sec 2.2 – Lecture 9 Functions.
Week 8 - Wednesday.  What did we talk about last time?  Relations  Properties of relations  Reflexive  Symmetric  Transitive.
Chapter 1: Outcomes, Events, and Sample Spaces men 1.
CPCS 222 Discrete Structures I
Sets, Permutations, and Combinations. Lecture 4-1: Sets Sets: Powerful tool in computer science to solve real world problems. A set is a collection of.
Dr. Ameria Eldosoky Discrete mathematics
Discrete Mathematical The Set Theory
Set, Combinatorics, Probability & Number Theory
CS 2210:0001 Discrete Structures Sets and Functions
CS100: Discrete structures
CSCI-2400 Models of Computation.
Discrete Mathematics CS 2610
Mathematical Preliminaries
2.1 – Symbols and Terminology
Lecture Sets 2.2 Set Operations.
SETS, RELATIONS, FUNCTIONS
Presentation transcript:

Introduction to Graph Theory & its Applications Lecture 02: Mathematical Preliminary (I)

Getting Started … This and next classes serve as a review for some elementary mathematical concepts (there should be nothing new to you) Sets Functions Parity Mathematical induction Counting techniques Permutations and combinations Pascal’s triangle and combinatorial identities

Parity Whether an integer is even or odd. Questions: Even: 2n Odd: 2n+1 Questions: Q1: So, is 0 even or odd? Q2: Is parity preserved when we square an integer? A product of integers is even at least one of the factors is even.

Sets Definition: Well-defined collection of distinct object. A set of prime number A set of rich people is not legitimate (why?) meaning x being an element of A A set is finite if we can count the number of elements it contains. Otherwise, the set is infinite. Examples?

Set Subset: Set A is a subset of B if every element of A is also in B, For any set A, we have |A| is the cardinality, which is the number elements contained in A. Power set: The set of all subset of A, What is of A={a,b}? If A contains n element, what is the size of

Set Operations Union : merging two sets A and B. Intersection : set of all elements that belong to both A and B. Both union and intersect obey Associativity Commutativity Distributive law

Set Operations Universal set U: The set to which we restrict our attention Complement of A: The set containing all elements in U but not in A. DeMorgan’s Law:

Set: Cartesian Product : set of all ordered pairs (a,b), where and Give A={1,2,3} and B={x,y}, find AxB A relation from set A to B: A subset of AxB What are the possible relations?

Set: Cartesian Product A function from A to B, : a relation in which each element of A appears as the first coordinate of precisely one ordered pair in a relation (A is the domain, and B is the range) A function is one-to-one if the second coordinates are distinct. We must have is onto if each element of B appears at least once. A one-to-one and onto function is …

Mathematical Induction A powerful proof technique. It consists of two steps: Step1 (basic step): Prove that the statement Sn is true for some starting value of n Step2 (inductive step): Assuming that Sn is true for n=k, prove it is also true for n=k+1 Prove the following statement by induction Triangular number