How Does the Binomial Coefficient Relate to Subsets of Binary Sequences?

This is the number of subsets of \{1, 2, \dots, n\} with k elements. So we're trying to show that \binom{n}{k} is equal to the number of n-tuples of 0's and 1's where the sum of the entries is k. The hint says to use the notation M \subseteq \{1, 2, \dots, n\} to denote a subset of \{1, 2, \dots, n\}, and to use \#M to denote the number of elements in M.So we can rewrite the statement we're trying to prove as \binom{n}{k} = \# \left\{
  • #1
muso07
54
0

Homework Statement


Show that: [tex](\stackrel{n}{k})=\#\left\{(\omega_{1},..., \omega_{n})\in\left\{0,1\right\}^{n}:\Sigma^{n}_{l=1}\omega_{l}=k\right\}[/tex]

(edit: the sigma is meant to go from l=1 to n)

Homework Equations


It says to use this:
[tex](\stackrel{n}{k})=\#\left\{M\subseteq\left\{1,...,n\right\}:\#M=k\right\}[/tex]

The Attempt at a Solution


First of all, I don't understand what {0,1}n is. Like, I think I should be able to nut this problem out if I understood that.. so I don't really need help with the actual question (yet :P), but I need help with the definition of {0,1}n.

The only thing I could find was [tex]\left\{0,1\right\}^{n}=\left\{(\omega_{1},...,\omega_{n}):\omega_{k}\in\left\{0,1\right\}, 1\leq k\leq n\right\}[/tex]

And I don't really get that...
 
Last edited:
Physics news on Phys.org
  • #2
[tex]\{0, 1\}^n[/tex] is the Cartesian product of [tex]n[/tex] copies of the set [tex]\{0, 1\}[/tex], that is, [tex]\{0, 1\} \times \{0, 1\} \times \cdots \times \{0, 1\}[/tex] (with [tex]n[/tex] factors). This is the set of [tex]n[/tex]-tuples where each entry belongs to [tex]\{0, 1\}[/tex]; the entries look something like [tex](0, 1, 1, 0, \dots, 0)[/tex]. This is what the notation [tex]\{0, 1\}^n = \{ (\omega_1, \dots, \omega_n) \mid \omega_k \in \{0, 1\}, 1 \leq k \leq n \}[/tex] means: [tex]\{0, 1\}^n[/tex] is the set of [tex]n[/tex]-tuples [tex](\omega_1, \dots, \omega_n)[/tex] where each of the [tex]\omega_k[/tex] belongs to [tex]\{0, 1\}[/tex].

Incidentally, you can write [tex]\binom{n}{k}[/tex] as \binom{n}{k}.
 

FAQ: How Does the Binomial Coefficient Relate to Subsets of Binary Sequences?

What is a binomial coefficient?

A binomial coefficient is a mathematical term that represents the number of ways to choose a subset of k elements from a set of n elements. It is commonly denoted as n choose k and is calculated using the formula n! / (k! * (n-k)!).

How is a binomial coefficient used in probability?

In probability, a binomial coefficient is used to calculate the probability of a specific number of successes in a series of independent trials. It is used in the binomial distribution, which is a probability distribution that models the outcomes of a certain number of independent yes/no experiments.

What is the relationship between binomial coefficients and Pascal's triangle?

Pascal's triangle is a triangular array of numbers where each number is the sum of the two numbers directly above it. Binomial coefficients can be found in the rows of Pascal's triangle, with the nth row corresponding to the coefficients of the binomial expansion (x + y)^n.

Can binomial coefficients be negative?

No, binomial coefficients cannot be negative. They represent a count of the number of ways to choose a subset, so they must be non-negative integers.

How are binomial coefficients used in combinatorics?

In combinatorics, binomial coefficients are used to solve problems involving combinations, such as finding the number of ways to arrange a set of objects or the number of ways to choose a committee from a group of people. They are also used in determining the coefficients in the expansion of a binomial expression.

Similar threads

Replies
6
Views
940
Replies
4
Views
982
Replies
1
Views
899
Replies
5
Views
1K
Replies
4
Views
1K
Replies
1
Views
1K
Back
Top