Methods in Combinatorics. Finite, Countable, Discrete. Enumerating objects which satisfy a condition. In short: Counting Stuff → Balls & Urns.

Slides:



Advertisements
Similar presentations
Methods of Enumeration Counting tools can be very important in probability … particularly if you have a finite sample space with equally likely outcomes.
Advertisements

Chapter 2 Concepts of Prob. Theory
Counting Chapter 6 With Question/Answer Animations.
Some Graph Problems. LINIAL’S CONJECTURE Backgound: In a partially ordered set we have Dilworth’s Theorem; The largest size of an independent set (completely.
Week 21 Basic Set Theory A set is a collection of elements. Use capital letters, A, B, C to denotes sets and small letters a 1, a 2, … to denote the elements.
Discrete Structures & Algorithms More Counting. + + ( ) + ( ) = ? Counting II: Recurring Problems and Correspondences.
Counting II: Recurring Problems And Correspondences Great Theoretical Ideas In Computer Science Steven RudichCS Spring 2004 Lecture 10Feb 12, 2004Carnegie.
Discrete Mathematics Lecture 7 Harper Langston New York University.
CompSci 102 Discrete Math for Computer Science March 22, 2012 Prof. Rodger Lecture adapted from Bruce Maggs/Lecture developed at Carnegie Mellon, primarily.
4. Counting 4.1 The Basic of Counting Basic Counting Principles Example 1 suppose that either a member of the faculty or a student in the department is.
Counting. Techniques for counting Rule 1 Suppose we carry out have a sets A 1, A 2, A 3, … and that any pair are mutually exclusive (i.e. A 1  A 2 =
Chapter 6 With Question/Answer Animations 1. Chapter Summary The Basics of Counting The Pigeonhole Principle Permutations and Combinations Binomial Coefficients.
March 10, 2015Applied Discrete Mathematics Week 6: Counting 1 Permutations and Combinations How many different sets of 3 people can we pick from a group.
THE NATURE OF COUNTING Copyright © Cengage Learning. All rights reserved. 12.
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.
More Combinatorics Sections /5/2004Discrete Mathematics for Teachers, UT Math 504, Lecture 11 2 Generating Permutations and Combinations This.
COMPSCI 102 Discrete Mathematics for Computer Science.
Discrete Mathematics for Computer Science. + + ( ) + ( ) = ? Counting II: Recurring Problems and Correspondences Chapter 9 slides 1-54.
Great Theoretical Ideas in Computer Science.
Counting Techniques and Some Other Math Team Strategies Susan Schwartz Wildstrom Walt Whitman High School Bethesda, MD NCTM National Meeting April 6, 2001.
Week 11 What is Probability? Quantification of uncertainty. Mathematical model for things that occur randomly. Random – not haphazard, don’t know what.
GRAPHS THEROY. 2 –Graphs Graph basics and definitions Vertices/nodes, edges, adjacency, incidence Degree, in-degree, out-degree Subgraphs, unions, isomorphism.
R. Johnsonbaugh Discrete Mathematics 5 th edition, 2001 Chapter 4 Counting methods and the pigeonhole principle.
Counting II: Recurring Problems And Correspondences Great Theoretical Ideas In Computer Science John LaffertyCS Fall 2005 Lecture 7Sept 20, 2005Carnegie.
Combinatorics University of Akron Programming Team 9/23/2011.
Some other set notation We will use the notation to mean that e is an element of A. We will use the notation to mean that e is not an element of A.
Discrete Mathematics Set.
1 CS 140 Discrete Mathematics Combinatorics And Review Notes.
Chapter 6 Counting Arguments. The Pigeonhole Principle: Pigeonhole principle: let k be a positive integer. Imagine that you are delivering k+1 letters.
CS Lecture 8 Developing Your Counting Muscles.
2/24/20161 One, two, three, we’re… Counting. 2/24/20162 Basic Counting Principles Counting problems are of the following kind: “How many different 8-letter.
Great Theoretical Ideas in Computer Science for Some.
Probability Distributions and Expected Value Chapter 5.1 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U Authors:
COMPSCI 102 Introduction to Discrete Mathematics.
Combinatorics. What is Combinatorics? Wide ranging field involving the study of discrete objects.
Induction in Pascal’s Triangle
Please elaborate with your own illustrations!
Induction in Pascal’s Triangle
The Pigeonhole Principle
Introduction to Discrete Mathematics
Developing Your Counting Muscles
What Is Probability?.
More Combinatorics Sections
Copyright © Zeph Grunschlag,
COCS DISCRETE STRUCTURES
JA Ritcey EE Please elaborate with your own illustrations!
What is Probability? Quantification of uncertainty.
Permutations 7.2 Chapter 7 Combinatorics 7.2.1
Lecture 08 Counting Profs. Koike and Yukita
Combinatorics.
Discrete Probability Chapter 7 With Question/Answer Animations
Combinatorics.
Basic Counting.
Combinatorics.
More Counting A B … f Lecture 16: Nov 9.
CSE 321 Discrete Structures
Basic Counting Lecture 9: Nov 5, 6.
Permutations and Combinations
Counting Techniques and Some Other Math Team Strategies
Michael Duquette & Whitney Sherman
The principle of inclusion and exclusion; inversion formulae
Counting II: Recurring Problems And Correspondences
Combinatorics.
Applications of Inclusion-Exclusion: Selected Exercises
Generalization through problem solving
Patterns and Combinatorics
Surjective functions from N to X, up to a permutation of N
Counting II: Recurring Problems And Correspondences
Agenda Lecture Content: Discrete Probability
Statistics 101 Chapter 8 Section 8.1 c and d.
Presentation transcript:

Methods in Combinatorics

Finite, Countable, Discrete. Enumerating objects which satisfy a condition. In short: Counting Stuff → Balls & Urns

12-fold Way Let u represent the number of available urns and b the number of balls. ≤ 1 : No more than one ball per urn ≥ 1 : At least one ball per urn

12-fold Way Labeled balls, labeled urns, unrestricted: Total of possibilities. Labeled balls, labeled urns, ≤ 1: Total of possibilities. Unlabeled balls, labeled urns, ≤ 1: Total of possibilities. Pascal's Triangle Binomial Coefficients

12-fold Way Unlabeled balls, labeled urns, unrestricted: Notation: Stars-and-Bars Method: Imagine the u urns as spaces between the u-1 bars. Example: (4 balls assigned to 3 urns) ★ | ★ ★ ★ | Among b+u-1 symbols we choose b to be stars...

12-fold Way Unlabeled balls, labeled urns, ≥ 1 Put one ball in each urn. Now there are b − u balls that can be distributed without restriction and so this is the previous case. Total:

12-fold Way[Stirling Numbers] Labeled balls, unlabeled urns, ≥ 1 Stirling numbers of the second kind. → Example: S(4, 2) = 7 (since {1,2,3,4} can be partitioned into 2 sets in 7 ways as follows:) {1} ∪ {2, 3, 4}, {2} ∪ {1, 3, 4}, {3} ∪ {1, 2, 4}, {4} ∪ {1, 2, 3}, {1, 2} ∪ {3, 4}, {1, 3} ∪ {2, 4}, {1, 4} ∪ {2, 3} Bell numbers are the total partitions for b (i.e. u goes from 0 to b) How to calculate? No explicit formula. Recurrence relation: S(n, k) = k S(n − 1, k) + S(n − 1, k − 1) S(n, k) is defined to be the number of ways to partition n objects into k non-empty, unordered sets.

12-fold Way[Stirling Numbers] Labeled balls, unlabeled urns, ≥ 1 Stirling numbers of the second kind. How to calculate? No explicit formula. Recurrence relation: S(n, k) = k S(n − 1, k) + S(n − 1, k − 1) where S(n,n) = S(n,1) = 1

Catalan Numbers Many applications. # sequences with correctly matched parenthesis for n pairs: ((())) ()(()) ()()() (())() (()()) # monotonic paths not crossing the diagonal of an nxn grid:

Catalan Numbers Many applications.

Inclusion Exclusion Principle ~ Common Sense Compensate for over counting when evaluating the cardinality of the union of finite sets.

Burnside's Lemma Colourings which are invarient under transformation. E.g. colouring the faces of a cube with 3 colours: one identity element six 90-degree face rotations three 180-degree face rotations eight 120-degree vertex rotations six 180-degree edge rotations How many faces remain unchanged after each transformation? Total # of possibilites: