MATH 302 Lecture 26

From Notes
Jump to navigation Jump to search

« previous | Wednesday, December 7, 2011 | next »

"Extra lecture" final exam study session

Chapter 5: Induction

Theorem: For ,

Proof by Induction.

Basis step. for , True.

Inductive step. Assume for some that . Multiply both sides by

Since , then

By combining the two steps, we get

This proves the inductive step and the general result follows by the principle of mathematical induction.


Chapter 6: Counting

Suppose we break a committee of 5 people into three different subcommittees with at least one person in each subcommittee. How many ways can this be done?

Let represent the people and represent the committees. We need to count the number of onto functions

Combinations with Repetion

How many ways are there to distribute 5 ping-pong balls into 3 boxes with at least one ball in each box? 3 are already accounted for, so we need to put 2 balls into 3 boxes with possible repettion:

How many ways are there to pick a dozen apples from a bushel of 3 different types when at least 3 of each kind must be chosen? 9 are already accounted for, leaving 3 to pick from 3 types with possible repetition:

Multinomial Coefficient

  • How many ways can you put 5 different people into 3 different committees so that 2 are in the first, 2 are in the second, and 1 is in the third?*

Permutations with Repetition

How many ways are there to put 5 different people into 3 different committees with no restrictions?

There are 3 ways to put the first person into a committee, 3 ways for the second, etc.


Ex. 45

6 objects into 5 boxes with

  1. everything labeled:
  2. objects labeled, boxes unlabeled: ???
  3. objects unlabeled, boxes labeled:


Pigeonhole Principle

Given a set containing 3 elements, show that the union between a pair of any 5 subsets produces

There are 8 subsets, and there are 4 pairs of subsets and their complements. Once a pair is completed, their union is .


Chapter 9: Relations

Antisymmetry

If a is related to b and a is not equal to b, then b is not related to a In other words, if (a,b) is in R and (b,a) is in R, then a = b

Composition

for , if , then

Partitions

For , a partition of consists of a collection of nonempty disjoint sets such that


Chapter 13: Formal Languages and Finite State Machines