Community

Looking for a challenging geometry text? Preparing for MATHCOUNTS or the AMC exams? Check out Art of Problem Solving's Introduction to Geometry by Richard Rusczyk.
Login Register Memberlist Search AoPS Blogs Contests Galleries Forum Index
The time now is Thu Dec 03, 2009 7:40 am
All times are UTC - 8
View posts since last visit
View unanswered posts
Autonomous Sets
Moderators: DanZ, ztbb
Post new topic   Reply to topic View previous topicView next topic
6 Posts • Page 1 of 1
Author Message
archimedes1
Navier-Stokes Equations
Navier-Stokes Equations


Offline
Joined: 01 Feb 2007
Posts: 1454
IndiaUnited States

To rate posts you must be logged in
#1
Autonomous Sets
2009 Qualifying Quiz, Problem 3

Let S be a set of numbers. We'll call S autonomous if the number of elements in S is itself an element of S. For example, the set \{2,5\} is autonomous, as is the set \{2,3,7\}, but the set \{3,4\} is not. Find, with proof, the number of autonomous subsets of \{1,2,3,\ldots,n\}.

PostPosted: Wed Jun 03, 2009 9:39 am  Back to top 
  ProfilePMBlogAlbum
CatalystOfNostalgia
Navier-Stokes Equations
Navier-Stokes Equations

Offline
Joined: 19 Oct 2007
Posts: 1727
Location: Lexington, MA
MalaysiaUnited States

To rate posts you must be logged in
#2
Click to reveal hidden content
The answer is 2^{n - 1}.

Consider the number of i-element autonomous subsets, where 1\le i\le n. This covers all autonomous subsets, and clearly each autonomous subset falls in exactly one of these categories. i must be in this set, then we can choose the other i - 1 elements arbitrarily in \dbinom{n - 1}{i - 1} ways (as there are n - 1 elements left to choose from). Each i-element autonomous subset can be constructed in this way, and conversely this construction always gives rise to an i-element autonomous subset, so we have a bijection. Thus, there are \dbinom{n - 1}{i - 1} i-element autonomous subsets.

Thus, the total number of autonomous subsets is

\dbinom{n - 1}{0} + \dbinom{n - 1}{1} + \cdots + \dbinom{n - 1}{n - 1} = (1 + 1)^{n - 1} = 2^{n - 1},

the first equality following from the Binomial Theorem. This completes the proof.

_________________
~Carl 白人看不懂

MELODIOUS

PostPosted: Wed Jun 03, 2009 11:15 am  Back to top 
  ProfilePMBlog
archimedes1
Navier-Stokes Equations
Navier-Stokes Equations


Offline
Joined: 01 Feb 2007
Posts: 1454
IndiaUnited States

To rate posts you must be logged in
#3
Click to reveal hidden content
We perform casework on the number of elements in each desired subset. For any integer k, where 1 \le k \le n, if our desired subset has k elements, then it must contain the element k. Since the other k-1 elements can be arbitrarily chosen from the remaining n-1 elements in the original set, we have that there are \binom{n-1}{k-1} desirable subsets.

Thus, our answer is \sum_{k=1}^n \binom{n-1}{k-1} = 2^{n-1}.


This suggests that there exists a bijection from the set of autonomous subsets to the set of nonautonomous subsets. Has anyone been able to find one?

PostPosted: Wed Jun 03, 2009 12:46 pm  Back to top 
  ProfilePMBlogAlbum
Temperal
Navier-Stokes Equations
Navier-Stokes Equations

Offline
Joined: 19 Mar 2007
Posts: 2096
Location: Omaha, NE
ChinaUnited States

To rate posts you must be logged in
#4
I didn't apply to Mathcamp, but here's a sort-of bijection: Consider all autonomous subsets of length 1\le k \le n; we claim that this is the same number of nonautonomous subsets of length n - k because \binom{n - 1}{k - 1} = \binom{n - 1}{n - k} = \binom{n - 1}{n - 1 - (k - 1)}. An actual one-to-one correspondence between the sets I can't think of right now, but there's probably an obvious one that I've overlooked. At first I thought of \{1,2,\ldots,n\}\setminus A_k, where A_k is the autonomous subset, but unfortunately that doesn't work.
_________________
"we should make an asian mob and attack DC" -- Alan
...在美国

PostPosted: Wed Jun 03, 2009 2:41 pm  Back to top 
  ProfilePMBlog
JBL
Birch & Swinnerton Dyer
Birch & Swinnerton Dyer

Offline
Joined: 04 Jul 2003
Posts: 10779
Location: Brooklyn, NY or Cambridge, MA
United States

To rate posts you must be logged in
#5
Doesn't work, but it's close. Certainly we can pair \varnothing and [n] : = \{1, \ldots, n\}. Now if A \subset [n] is a set of size 1 \leq k \leq n - 1, the set B : = \{x \in [n] \mid n - x \not \in A\} is a set of size n - k and A contains k if and only if B does not contain n - k.

(I'm worried that I've made an off-by-one error somewhere.)
_________________
Joel
Hi Deeps! <3

PostPosted: Wed Jun 03, 2009 3:49 pm  Back to top 
  ProfilePMWWW
Goldey
Poincare Conjecture
Poincare Conjecture

Offline
Joined: 24 Sep 2007
Posts: 226
Location: Everywhere. Nowhere.

To rate posts you must be logged in
#6
Bijection between autonomous and non-autonomous:

Take any autonomous subset (a_1,a_2,a_3....a_{k-1},k). If a_i=k-1 for some i, then remove a_i from this set. If not, then remove k from this set. Either way, this will yield a non autonomous set with k-1 elements.

Now, no two different autonomous original sets will generate the same non autonomous sets by this method (i'm lazy and its late, im not going to prove that rigorously, but its true, you can check), so we have that there are at least as many non-autonomous sets as autonomous ones.

Step 2: Take any non-autonomous subset (a_1,a_2,a_3....a_{k-1}). If a_i=k for some i, then add k-1 to this set's elements (as the set is non autonomous, we know k-1 is not already an element). If there is no such i, then add in k to this set's elements. Either way, we obtain a autonomous set with k terms. Again, no to different non autonomous sets will generate the same autonomous set, so we have a bijection from autonomous to non-autonomous sets. As there are 2^n possible subsets of our original set, 2^{n-1} of these must be autonomous.

Yea, i realize i couldve done this with better notation/more rigorously, but w/e

PostPosted: Fri Jun 12, 2009 8:49 pm  Back to top 
  ProfilePM
Display posts from previous:   Sort by:   
6 Posts • Page 1 of 1
Post new topic   Reply to topic View previous topicView next topic
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
You cannot post calendar events in this forum


© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us