Yesterday, I learnt drawing simple TikZ diagrams.
In my opinion, defining nodes while connecting them will not look good.
\path[draw] (0, 0) node {A} -- (1,0) -- (1,1) node {B};
I define the nodes before connecting them, and the result is what I desire.
1 2 3 |
|
I overlooked the meaning of clipping in Meik Hellmund’s short
TikZ tutorial.1 I constructed the diagram using the edge
command.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
Realising that $\displaystyle {n \choose k} = \frac{n!}{r! (n - r)!}$, one can easily see that
\[ \binom{n - 1}{k - 1} \binom{n}{k + 1} \binom{n + 1}{k} = \binom{n - 1}{k} \binom{n}{k - 1} \binom{n + 1}{k + 1}. \]