| |
About
Serves a Daily Special and an All-You-Can-Eat Course in Problem Solving. Courtesy of me, Jeffrey Wang.
Math Books
Math Stuff
My Tests
Practice Tests
Tutorials
|
|
Definition: A set is said to be convex if, for any and , we have .
——————–
Definition: Let be a real-valued function defined on a convex set . We say that is convex if, for all and , we have
.
——————–
Theorem: (Jensen’s Inequality) Let be a real-valued, convex function defined on a convex set . Given and nonnegative reals such that , we have

or, more concisely,
.
Proof: We proceed by induction on .
Base Case – , we have which is trivially true. , we have with which is true by the definition of convexity.
Induction Step – Suppose . We wish to show

for nonnegative reals that sum to . Well,

by the definition of convexity. But since , by our inductive hypothesis (the term case) we must have
.
Combining this into the above inequality, we obtain

as desired, completing the induction. QED.
——————–
Definition: The convex hull of a set is defined to be the smallest convex set containing . It is the set of all points that can be written as , where is a natural number, are nonnegative reals that sum to , and .
——————–
Definition: A vertex of a set is a point such that for all not equal to and we have .
——————–
Theorem: Let be the set of vertices of a compact convex set . The convex hull of is .
Example: The set of vertices of a convex polygon is, in fact, its vertices as traditionally defined in geometry. Any point inside the polygon can be written as a convex combination of its vertices.
——————–
Theorem: If is a real-valued, convex function defined on a compact convex set , then , where is the set of vertices of .
Proof: We will show that for all .
Let where are nonnegative reals that sum to and . This is possible by the preceding theorem. Then by Jensen’s Inequality we get
.
And since , we have for all . Furthermore, since is a subset of , we know that this maximum is attained, thus

as desired. QED.
——————–
Comment: This is a very useful result, as it allows us to limit our search for the maximum of a function to its set of vertices, which is usually a considerably smaller set, though it may still be infinite (think sphere). In any case, this works well for constrained optimization problems in which the domain is limited to a polygon, the easiest application of this theorem.
——————–
Practice Problem: Let and be real numbers satisfying and . Find the maximum value of .
|
Problem: (2007 AMC 12A – #25) Call a set of integers spacy if it contains no more than one out of any three consecutive integers. How many subsets of , including the empty set, are spacy?
Solution: We will solve this problem with a recursion on , which we will define as the number of spacy subsets of . We can easily calculate
, , , and .
Now we will think about how to evaluate in terms of previous terms. Obviously, we can keep all the subsets in . These will account for any space subsets that don’t contain the element . Now we just need to count the ones that do contain the element .
If a spacy subset contains , it cannot have or . So take all the spacy subsets of and add the element to them to get all the spacy subsets that contain . Since these are both of the cases, we obtain
.
Some calculations yield . QED.
——————–
Comment: In all honesty, a pretty standard recursion problem, which is probably better off on an easy olympiad-style contest because it’s too easy to guess on the AMC. After just calculating a few terms, it wasn’t hard to see the recursion and assume its validity. A more interesting problem would be to find the closed form for that recursion (eww?). Maybe generating functions will save the day.
——————–
Practice Problem: Can you find a closed form for ?
|
Problem: (2002 Putnam – B4) An integer , unknown to you, has been randomly chosen in the interval with uniform probability. Your objective is to select in an odd number of guesses. After each incorrect guess, you are informed whether is higher or lower, and you must guess an integer on your next turn among the numbers that are still feasibly correct. Show that you have a strategy so that the chance of winning is greater than .
Solution: We first prove that, in the interval , we can guess with a strategy that allows us to get the desired number in an even number of guesses with probability. This is easy by induction.
Base case: . Pick . If , it’s an odd number, but if , we can get it in the subsequent guess. So there is a chance.
Induction step: Suppose it’s true for the interval . We want to show it is true for the interval . Start by choosing . If , it’s an odd number of guesses, but if , it’s even. Then guess (if we find that ) on the second guess. So if , we can get it in an even number of guess. If we find that , it's just choosing from the interval in an even number of guesses, so by the inductive hypothesis this is . Hence the probabability in the interval is

completing the induction.
So now we have the interval . Choose . If , we're done in an odd number of guesses. Otherwise, we want to guess which is in in an even number of guesses. By the lemma above, the probability of this is .
Therefore, the total probability is , as desired. QED.
——————–
Comment: This was a pretty neat problem. The way I figured out the solution was by an interesting recursion that find the best strategy for based on optimizing the best strategies for with in trying to get an even and odd number of guesses. The pattern revealed the first lemma, which lead directly to the solution. It seems like some of the later problems on the test were a little easier than the earlier problems.
——————–
Practice Problem: (2002 Putnam – A3) Let be an integer and be the number of non-empty subsets of with the property that the average of the elements of is an integer. Prove that is always even.
|
Problem: (Stanford Putnam Practice) Let and let be subsets of satisfying for . Show that is asymptotically .
Solution: We will start by showing that the expression is at most asymptotically . Suppose it is asymptotically . Then . And on average, any element will be contained in of the . Consider the sets that contain the element . The remaining elements of each subset must all be different, so there must be at least elements in the original set. So is an upper bound. Now let’s show that we can obtain this upper bound.
Let be the closest integer to . Partition into subsets, approximately the intervals . Each part should contain about elements (because the argument is asymptotic, it doesn’t really matter). Label them by where is the th element of the th part. We want to choose sets of elements satisfying the conditions of the problem; we claim that we can do this by choosing one element from each interval for each set.
First, construct sets:



.
Then, to create the next sets, we take the elements which lie along the same diagonal (supposing we had a copy of those sets), for instance,




.
In fact, if we repeat this process, we will get all sets of elements, none of which share more than a single element. Hence we know that the value is asymptotic to . QED.
——————–
Comment: The above proof is very “fuzzy.” It lacks a lot of the rigor needed to actually prove the result, but it gives the basic idea, which is all I was aiming for. A solid proof of the result would probably be very long and tedious (unless some other elegant method is used, or perhaps some other strong known results).
|
Problem: (1996 Putnam – B1) Define a selfish set to be a set which has its own cardinality (number of elements) as an element. Find, with proof, the number of subsets of which are minimal selfish sets, that is, selfish sets none of whose proper subsets is selfish.
Solution: We define to be the desired number. Trying small cases, we get




and .
Well now we’re tempted to say that , the th Fibonnaci number (with ). To do so, we want to find a bijection between the minimal selfish subsets of and the minimal selfish subsets of and .
Clearly all the minimal selfish subsets of are in as well. The remaining minimal selfish subsets of are those which contain the element . Consider the following bijection between the minimal selfish subsets of containing and the minimal selfish subsets of :
.
Clearly because otherwise would be a selfish subset. Also, . Hence the mapping works both ways; it remains to show that if one is a minimal selfish subset, so is the other. Since , we know that both are selfish or neither of them is. Furthermore, if contains a selfish subset , will contain the selfish subset and if contains the selfish subset then will contain the selfish subset . So the bijection works.
That means we have so , as desired. QED.
——————–
Comment: Decently hard for a B1, at the least the part that involved rigorously proving that the mapping is actually a bijection. It was pretty easy to figure out what the answer was, but as usual much more difficult to prove it.
——————–
Practice Problem: (1996 Putnam – A1) Find the least number such that for any two squares of combined area , a rectangle of area exists such that the two squares can be packed in the rectangle (without interior overlap). You may assume that the sides of the squares are parallel to the sides of the rectangle.
|
|
|