F 2k 1 = F 2n. for all positive integers n.

Similar documents
Department of Computer Science University at Albany, State University of New York Solutions to Sample Discrete Mathematics Examination II (Fall 2007)

Counting. Mukulika Ghosh. Fall Based on slides by Dr. Hyunyoung Lee

Name (please print) Mathematics Final Examination December 14, 2005 I. (4)

Mathematical Induction

3.5 Solving Equations Involving Integers II

PUTNAM TRAINING PROBLEMS


1 Examples of Weak Induction

CIS Spring 2018 (instructor Val Tannen)

Theorem (Special Case of Ramsey s Theorem) R(k, l) is finite. Furthermore, it satisfies,

Recurrence Relations and Recursion: MATH 180

Solutions to Exercises Chapter 10: Ramsey s Theorem

Recursive Definitions

Monochromatic and Rainbow Colorings

Rooks and Pascal s Triangle. shading in the first k squares of the diagonal running downwards to the right. We

Fall 2017 Test II review problems

PUTNAM TRAINING MATHEMATICAL INDUCTION. Exercises

Applications of Chromatic Polynomials Involving Stirling Numbers

CDM. Recurrences and Fibonacci

Problem 1: Suppose A, B, C and D are finite sets such that A B = C D and C = D. Prove or disprove: A = B.

MAT 300 RECITATIONS WEEK 7 SOLUTIONS. Exercise #1. Use induction to prove that for every natural number n 4, n! > 2 n. 4! = 24 > 16 = 2 4 = 2 n

CDM. Recurrences and Fibonacci. 20-fibonacci 2017/12/15 23:16. Terminology 4. Recurrence Equations 3. Solution and Asymptotics 6.

Department of Computer Science University at Albany, State University of New York Solutions to Sample Discrete Mathematics Examination I (Spring 2008)

Math 775 Homework 1. Austin Mohr. February 9, 2011

Mathematical Fundamentals

Quiz 3 Reminder and Midterm Results

Math 13, Spring 2013, Lecture B: Midterm

Pigeonhole Principle and Ramsey Theory

6 Permutations Very little of this section comes from PJE.

n(n + 1). 2 . If n = 3, then 1+2+3=6= 3(3+1) . If n = 2, then = 3 = 2(2+1)

Section 11.1 Sequences

MATH 802: ENUMERATIVE COMBINATORICS ASSIGNMENT 2

Chapter 1 : The language of mathematics.

Solution Set 7, Fall '12

Basic Combinatorics. Math 40210, Section 01 Fall Homework 8 Solutions

Mathematical Induction

MATH 243E Test #3 Solutions

CDM Combinatorial Principles

Writing proofs for MATH 61CM, 61DM Week 1: basic logic, proof by contradiction, proof by induction

11 th Philippine Mathematical Olympiad Questions, Answers, and Hints

Propositional Logic, Predicates, and Equivalence

directed weighted graphs as flow networks the Ford-Fulkerson algorithm termination and running time

MATH SOLUTIONS TO PRACTICE MIDTERM LECTURE 1, SUMMER Given vector spaces V and W, V W is the vector space given by

6.042/18.062J Mathematics for Computer Science December 14, 2004 Tom Leighton and Eric Lehman. Final Exam

On Some Three-Color Ramsey Numbers for Paths

New lower bounds for hypergraph Ramsey numbers

Foundations of Discrete Mathematics

Variants of the Erdős-Szekeres and Erdős-Hajnal Ramsey problems

Math 118B Solutions. Charles Martin. March 6, d i (x i, y i ) + d i (y i, z i ) = d(x, y) + d(y, z). i=1

DIMACS Technical Report March Game Seki 1

Discrete Mathematics and Probability Theory Fall 2013 Vazirani Note 1

6 CARDINALITY OF SETS

Math 475, Problem Set #8: Answers

COMBINATORIAL PROOFS OF GENERATING FUNCTION IDENTITIES FOR F-PARTITIONS

4.1 Real-valued functions of a real variable

Solving Quadratic Equations by the New and Improved Factoring AC Method (by Nghi H. Nguyen)

A = 3 1. We conclude that the algebraic multiplicity of the eigenvalues are both one, that is,

SOLUTIONS, what is the value of f(4)?

Discrete Math, Spring Solutions to Problems V

The Probabilistic Method

arxiv: v1 [math.co] 13 May 2016

Some Applications of pq-groups in Graph Theory

Edge colored complete bipartite graphs with trivial automorphism groups

REVIEW QUESTIONS. Chapter 1: Foundations: Sets, Logic, and Algorithms

PETER A. CHOLAK, PETER GERDES, AND KAREN LANGE

Discrete Mathematics & Mathematical Reasoning Chapter 6: Counting

Lecture 4: Counting, Pigeonhole Principle, Permutations, Combinations Lecturer: Lale Özkahya

Computer Science Foundation Exam

2. Cryptography 2.5. ElGamal cryptosystems and Discrete logarithms

I. Induction. Po-Shen Loh June 16, 2003

COMPLETION OF PARTIAL LATIN SQUARES

Show Your Work! Point values are in square brackets. There are 35 points possible. Some facts about sets are on the last page.

Title. Birthday Problem. Yukang Shen. University of California, Santa Barbara. May 7, 2014

Van der Waerden Numbers with Finite Gap Sets of Size Three

1. How many labeled trees are there on n vertices such that all odd numbered vertices are leaves?

MATH 220 (all sections) Homework #12 not to be turned in posted Friday, November 24, 2017

Lecture Overview. 2 Weak Induction

DISCRETE STRUCTURES AMIN WITNO

Numerical Methods. Equations and Partial Fractions. Jaesung Lee

SUMS PROBLEM COMPETITION, 2000

MATH 2400: PRACTICE PROBLEMS FOR EXAM 1

CMSC Discrete Mathematics SOLUTIONS TO SECOND MIDTERM EXAM November, 2005

Lecture 1 : Probabilistic Method

Contents. Counting Methods and Induction

Homework #2 Solutions Due: September 5, for all n N n 3 = n2 (n + 1) 2 4

Math 430 Exam 2, Fall 2008

CSCE 222 Discrete Structures for Computing. Dr. Hyunyoung Lee

= W z1 + W z2 and W z1 z 2

Turán numbers of vertex-disjoint cliques in r-partite graphs

Math 242: Principles of Analysis Fall 2016 Homework 1 Part B solutions

Warm-up Quantifiers and the harmonic series Sets Second warmup Induction Bijections. Writing more proofs. Misha Lavrov

Packet #1: Logic & Proofs. Applied Discrete Mathematics

Math 564 Homework 1. Solutions.

All Ramsey numbers for brooms in graphs

Notes from How to Prove it: A Structured Approach by Daniel J. Velleman

MATH 117 LECTURE NOTES

0.1 Non-enumerable Sets

MATH 104A HW 02 SOLUTION KEY

PUTNAM TRAINING NUMBER THEORY. Exercises 1. Show that the sum of two consecutive primes is never twice a prime.

Ma/CS 6b Class 12: Graphs and Matrices

Transcription:

Question 1 (Fibonacci Identity, 15 points). Recall that the Fibonacci numbers are defined by F 1 = F 2 = 1 and F n+2 = F n+1 + F n for all n 0. Prove that for all positive integers n. n F 2k 1 = F 2n We proceed by induction on n. When n = 1, we note that the equation says that F 1 = F 2, which is true. We now proceed to the inductive step. We assume that Adding F 2n+1 to each side, we have that Rewriting this, we have that F 2n+1 + n F 2k 1 = F 2n. n F 2k 1 = F 2n + F 2n+1 = F 2n+2. n+1 F 2k 1 = F 2(n+1). This completes the inductive step, and proves our result. 1

Question 2 (Equal Length Cycles, 15 points). How many permutations of [10] have all cycles the same length? Any closed form solution is acceptable, you do not need to compute the actual integer. We note that the cycles must be of length 1,2, 5 or 10 (since the length must divide 10). Recall that the number of permutations of [n] with a i cycles of length i for each i is We need to consider the cases where We have 10 cycles of length 1. We have 5 cycles of length 2. We have 2 cycles of length 5. We have 1 cycle of length 10. n! 1 a1 2 a2 n an a 1!a 2! a n!. Using the above formula, the number of permutations with each of these structures are 10!, respectively. The final answer is just the sum of these, which is 10! 10 10! 10! + 10! 2 5 5! + 10! 5 2 2! + 10! = 1 + 9!/16 + 9!/5 + 9! = 458137. 10 10!, 10! 2 5 5!, 10! 5 2 2!, and 2

Question 3 (Square Coloring, 15 points). I have a pallet of n colors. In how many ways can I color the squares in the diagram below with these colors so that no two adjacent regions are given the same color? Note: the diagonally opposite regions are not adjacent. We break into cases based on the total number of distinct colors used. If four distinct colors are used, there are n ways to choose the color of the first square, then n 1 ways to choose the color of the second, then n 2 for the third and n 3 for the last, for a total of n(n 1)(n 2)(n 3) colorings. If three distinct colors are used, some pair of diagonally opposite squares are the same color. There are 2 ways to choose which pair. There are then n ways to choose the colors of these squares, and n 1 and n 2 ways to choose the colors of the other two squares. If there are two distinct colors, each set of diagonally opposite squares must be the same color. There are n ways to color the first and n 1 for the second. Adding these cases up, the final answer is n(n 1)(n 2)(n 3) + 2n(n 1)(n 2) + n(n 1). Note: This problem can also be solved with inclusion-exclusion with a bit more effort. 3

Question 4 (Generating Function Construction, 15 points). Let a n be the number of compositions of n into an even number of parts each of which is at most 5. Give an explicit formula for the generating function a n x n. n=0 Note that the generating function for the number of compositions of n into one part of size at most 5 is y := x+x 2 +x 3 +x 4 +x 5. By the standard interpretation of the product of ordinary generating functions, we find that the generating function for the number of compositions into k such parts of (x+x 2 +x 3 +x 4 +x 5 ) k = y k. We need to sum this over all even values of k, giving n=0 y 2k = 1 1 y 2 = 1 1 (x + x 2 + x 3 + x 4 + x 5 ) 2. 4

Question 5 (Identical Parts, 20 points). Suppose that you are given more than n/4 compositions of n into three parts. Show that at least two parts of these compositions are the same (these could be two parts from the same composition or parts from different compositions). Proving that this can be done with a greater number of compositions (i.e. replacing n/4 in the problem statement with something larger) will be worth partial credit. Note that each composition has at least 2 parts of size at most n/2 (for otherwise two parts would have size at least n/2, and then the sum of the sizes of the parts would be more than n). Therefore among any m such compositions, we will have at least 2m parts of size at most n/2. Since there are only n/2 many values that these parts can take, if m > n/4, we have 2m > n/2, and by the pigeonhole principle, two of the parts must have the same size. Note that you can actually do better than this. If we have m such compositions with all parts distinct, in total they have 3m distinct parts. The sum of these parts must be at least 1+2+...+3m = 3m(3m+1)/2. On the other hand, this sum will be exactly n for each composition, and so the total sum will be nm. Therefore, if no two parts have the same size, it must be the case that nm 3m(3m + 1)/2, or that m (2n + 3)/9. Therefore if we have more than (2n + 3)/9 such compositions, some pair of parts must be the same. 5

Question 6 (Ramsey Lower Bound, 20 points). (a) Prove that for any integers n, m, k that R(n, m + k 1) R(n, m) + R(n, k) 1. (b) Use this to show that R(3, 3n + 1) 8n + 1 for all n 1. You may use the result from part (a), even if you did not complete that part. (a) It suffices to show that for N = R(n, m) + R(n, k) 2 that there is a coloring of the edges of K N so that there is no red K n and no blue K m+k 1. On the other hand, letting N 1 = R(n, m) 1 and N 2 = R(n, k) 1, we know that there is a coloring of K N1 with no red K n nor blue K m and a coloring of K N2 with no red K n or blue K k. Noting that N = N 1 + N 2, we color K N by coloring the edges between the first N 1 vertices in the way we colored K N1 described above, coloring the edges between the last N 2 vertices in the way we colored the K N2 described above, and coloring all remaining edges blue. If this graph had a red K n, it cannot contain vertices in both the first and second halves (because the edge between would be blue), but this implies that one half had a red K n, which contradicts our assumptions. If this graph had a blue K m+k 1, it would have to either have m vertices in the first half or k vertices in the second half. The former would mean our K N1 had a blue K m, and the latter that our K N2 had a blue K k, either of which contradicts our assumptions. This completes the proof. (b) To show that R(3, 3n + 1) 8n + 1, we proceed by induction on n. For n = 1, we have R(3, 3n + 1) = R(3, 4) = 9 8 1 + 1. Assuming that R(3, 3n + 1) 8n + 1, we have by the above that R(3, 3(n + 1) + 1) = R(3, (3n + 1) + 4 1) R(3, 3n + 1) + R(3, 4) 1 (8n + 1) + 9 1 = 8(n + 1) + 1. This finishes the inductive step and proves our result. 6