Ask Question

Combinatorial proofs of identities use double counting and combinatorial characterizations of binomial coefficients, powers, factorials etc. They avoid complicated algebraic manipulations.

990 questions

0votes0answers8views

Exponential generating function of the relation $B(n,k)=B(n-1,k-1)+(n-1)B(n-2,k-1)$ —just over $n$—

Let $B(n,k)$ the number of permutations of the set $[n]=\{1,\ldots,n\}$ that are decomposable in $k$ disjoint cycles of order $1$ or $2$. For example, $\mu=(1,3)(2,5)(4)(6,7)(8)$ is counted by $B(8,5)$... user avatar Daniel Checa

  • 119
12votes4answers314views

Combinatorial proof of a simple inequality

I want to prove the following inequality combinatorialy $$\left(\frac{n+1}{2}\right)^n \ge n! ,n \in \mathbb{N} $$ my attempts in this direction so far have been $$\left(\frac{n+1}{2}\right)^n \ge n! \... user avatar vhis

  • 221
2votes0answers44views

How to interpret these combinatorics equations' combination meanings

Let$$S_n:=\sum_{i=0}^n\frac{(-1)^i}{2i+1}\binom ni\\ H_n:=\sum_{i=0}^n\frac{(-1)^i}{2i+3}\binom ni$$then$$\begin{align}S_{n+1}-S_n&=\sum_{i=1}^n\frac{(-1)^i}{2i+1}\binom{n}{i-1}+\frac{(-1)^{n+1}}{... user avatar Starry_Night

  • 39
0votes0answers29views

Understanding binomial theorem with negative integer of n [duplicate]

I’m a student studying mathematics and I understood how the binomial theorem with positive integer of n works. But I couldn’t really understand the progress of how the binomial theorem with negative ... user avatar Qwcmo

  • 11
0votes1answer20views

Picking balls out of a bag intuition - "Rearranging the combinatorial tree"

This question is about the intuition behind the classic "picking the balls out of a bag" problem. It feels like it flattens out time, which is what I want to understand. First i will layout ... user avatar CormJack

  • 77
2votes1answer49views

Colouring $n$ balls with $k$ colours

How many ways to colour $n$ balls with $k$ colours? Repeating and omitting colours is fine, and order is not important. $$\sum_{i=1}^k \binom{n-1}{i-1} \binom{k}{i} $$ This is what I came up with. It ... user avatar user110391

  • 848
2votes2answers59views

$6S(n,3)+6S(n,2)+3S(n,1)=3^n$

Find a simple proof for the following identity- $$6S(n,3)+6S(n,2)+3S(n,1)=3^n$$ where $S(n,k)$ is the Stirling numbers of second kind representing the number of partitions of $[n]$ into $k$ nonempty ... user avatar Sayan Dutta

  • 5,593
3votes1answer80views

Help proving this combinatorics identity

Suppose $I_{N} := \{1,...,N\}$, $N \ge 1$, is a subset of $\mathbb{N}$ and $\mathcal{P}(I_{N})$ denotes the set of all subsets of $I_{N}$. Suppose we have a family of objects $\{f_{X}\}_{X\in \mathcal{... user avatar MathMath

  • 1,453
3votes2answers555views

$\sum_{A\in2^\Omega}P(A)=2^{|\Omega|-1}$ for probability space $(\Omega,2^\Omega,P)$ with finite $\Omega$

I'm looking for a combinatorial argument to complete a proof (below) of the following: Claim: If $(\Omega,2^\Omega,P)$ is a probability space with finite $\Omega,$ then $\sum_{A\in2^\Omega}P(A)=2^{|\... user avatar r.e.s.

  • 12.7k
1vote1answer39views

A combinatorial proof of a binomial coefficient summation identity. [duplicate]

$$\sum_{k=0}^{m}\binom{m}{k}\binom{n+k}{m}=\sum_{k=0}^{m}\binom{n}{k}\binom{m}{k}2^k$$ This is the exercise 3.3.6 of the book Invitation to Discrete Mathematics. The answer in book is Let M be an m-... user avatar Choon Lee Yan

  • 13
0votes1answer50views

Proving a Vandermonde-like combinatorial identity [duplicate]

I want to prove the identity $\sum\limits _{r=0}^{n} {{p+r} \choose {r}}\cdot {{q+n-r} \choose {n-r}}={{n+p+q+1} \choose n}$. I think induction does not work because replacing $n$ by $(n+1)$ we have $... user avatar Nirjhar Nath

  • 33
4votes1answer231views

Combinatorics explanation of Inclusion-Exclusion Principle Exactly-$m$ Properties Formula $E_m=\sum_{j=m}^n(-1)^{j-m}\color{blue}{{j\choose m}}S_j$

I'm trying to "explain" (I think this would not be a formal proof because I use a special case of the formula itself when I was "proving" it. So the tag I put might need to be ... user avatar linear_combinatori_probabi

  • 1,462
0votes0answers39views

An interesting case of regular family of regular functions.

I found this family of functions denoted by $W_{g,n}(z_1 , z_2, \ldots , z_n)$ which are regular appearances in the variable $a$ but I want to find a proof or argument for why this is happening. If ... user avatar GGT

  • 968
0votes1answer30views

Periodicity of sub columns in Hadamard matrix

Let's consider the Hadamard transform $H_n$ where $H_{ij} = (-1)^{i.j}$. I want to count the number of repeated sub-columns of length $l$ in this matrix. Does it exist any formula or combinatorial ... user avatar antoineR

  • 1
1vote3answers65views

finding a closed formula for $\sum_{k=0}^{n} k{2n \choose k}$

my attempt: $\sum_{k=0}^{n} k{2n \choose k}=\sum_{k=0}^{2n} k{2n \choose k}-\sum_{k=n+1}^{2n} k{2n \choose k}$ the first term in the right hand side suppose there are $2n$ poeple, we have to choose a ... user avatar user1052435
15 30 50 per page 1 2 3 4 566