Proof of recurrence relation of partitions

Click For Summary
SUMMARY

The discussion focuses on proving the recurrence relation for the number of partitions, denoted as T_{n}, where T_{n+1} = 1 + ∑_{k=1}^{n} (^{n}_{k}) T_{k}. The user attempts to use mathematical induction, starting with the base case and moving to the inductive step, but encounters difficulties in simplifying the expression for T_{n+1}. The correct approach involves recognizing that T_{n} can be expressed in terms of previous values, leading to the conclusion that T_{n+1} = T_{n} + T_{n} is incorrect, as demonstrated by evaluating T_{1}, T_{2}, and T_{3}.

PREREQUISITES
  • Understanding of combinatorial partitions
  • Familiarity with mathematical induction
  • Knowledge of binomial coefficients, specifically (^{n}_{k})
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the properties of partitions in combinatorics
  • Learn about mathematical induction techniques in proofs
  • Explore the application of binomial coefficients in combinatorial identities
  • Investigate alternative proof methods for recurrence relations
USEFUL FOR

Mathematicians, students studying combinatorics, and anyone interested in understanding partition theory and recurrence relations.

simmonj7
Messages
65
Reaction score
0

Homework Statement


Let T_{n} denote the number of different partitions of {1,2,...,n}. Thus, T_{1} = 1 (the only partition being {1}) and T_{2} = 2 (the only partitions being {1,2} and {1},{2}). show that T_{n+1} = 1 + \sum^{n}_{k=1} (^{n}_{k}) T_{k}.


Homework Equations


Let S be a given set. If, for some k \geq0, S_{1}, S_{2},...,S_{k} are mutually exclusive nonempty subsets of S such that \bigcup^{i=1}_{k} S_{i} = S, then we call the set {S_{1}, S_{2},...,S_{k}} a partition of S.


The Attempt at a Solution


I figured I would prove this by induction. Since the base case is easy, I won't discuss it. The inductive step is where I am having problems. So I have been assuming that T_{n}= 1 + \sum^{n-1}_{k=1} (^{n-1}_{k})T_{k} as my inductive hypothesis. So now I have to show that this relationship holds for the T_{n+1} case. So I started with the left hand side of the equation (T_{n+1} =) however I couldn't figure out how to go from here since I didn't know how to break up T_{n+1}. So I figured I would try working backwords and that was when things got really weird...
Starting from my final step:
T_{n+1} = 1 + \sum^{n}_{k=1} (^{n}_{k}) T_{k}
T_{n+1} = 1 + \sum^{n-1}_{k=1} (^{n-1}_{k}) T_{k} + (^{n}_{n})T_{n}
Evaulating the binary coefficient (^{n}_{n}), we find that it is equal to 1. So we now have:
T_{n+1} = 1 + \sum^{n-1}_{k=1} (^{n-1}_{k}) T_{k} + T_{n}
However, by our induction hypothesis, we know that T_{n} = 1 + \sum^{n-1}_{k=1} (^{n-1}_{k}) T_{k}. Therefore, we can simplify this last express to be:
T_{n+1} = T_{n} + T_{n}
However, it is not correct to say that T_{n+1} = 2T_{n} (just solve for T_{1}, T_{2}, T_{3} and you will find that T_{1} = 1, T_{2} = 2, and T_{3} = 5.
Where am I going wrong?

Please help. Thank you.
 
Physics news on Phys.org
simmonj7 said:
T_{n+1} = 1 + \sum^{n}_{k=1} (^{n}_{k}) T_{k}
T_{n+1} = 1 + \sum^{n-1}_{k=1} (^{n-1}_{k}) T_{k} + (^{n}_{n})T_{n}

It would be T_{n+1} = 1 + \sum_{k=1}^{n-1} { n \choose k } T_k + {n \choose n}T_n

(It might be simpler to use a verbal argument than a purely algebraic approach and you don't need so many itex tags in your LaTex.)
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
11
Views
2K
Replies
46
Views
7K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K