A finite set of positive integers is called fat if each of its members is at least as large as the number of elements in the set. (The empty set is considered to be .) Let denote the number of fat subsets of that contain no two consecutive integers, and let denote the number of subsets of in which any two elements differ by at least three.
Find .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let S n = {1, 2,...,n}.
Let A n denote the set of all f a t subsets of S n that contain no two consecutive integers.
Let B n denote the set of all subsets of S n in which any two elements differ by at least three.
Then a n = I A n | and b n = I B n |.
Let C n be the set of those fat subsets in A n that contain n, and let c n = I C n |.
Let s be an element of B n . If n is not in s, then s is an element of B n − 1 . If n is in s, then n-1 and n-2 are not in s, and the set s-{n} is an element of B n − 3 . Thus, b n = b n − 1 + b n − 3 .
Now let s be an element of A n . If n is not in s, then s is an element of A n − 1 . If n is in s, then s is in C n . Hence a n = a n − 1 + c n . We will show that c n = a n − 3 by defining a bijection between C n and A n − 3 .
For an element c in C n , we map c to a as c = { n 1 < n 2 < . . . < n i < n } − − > a ={ n 1 − 1 < n 2 − 1 < . . . < n i − 1 } for i>0 and c = {n} − − > a = n u l l s e t . From the fact that n i < n − 1 we have n_1-1 < n-2 . From n 1 > i (because c has i + 1 elements) we know that n 1 − 1 > i − 1 . Hence a belongs to A n − 3 . It is then easy to check that this is indeed a bijection. The result follows by strong induction that a n = b n for all n>0.