A Catalan number proof involving an $2$ by $n$ array
$begingroup$
I am struggling with this proof. Can anyone help me?
Prove that the number of distinct $2$-by-$n$ arrays
$$ begin{bmatrix}x_{11} x_{12} ... x_{1n} \ x_{21} x_{22} ... x_{2n} end{bmatrix}$$
that can be made from the numbers $1,2 ... ,2n$ such that
$$ x_{11} < x_{12} < ... < x_{1n}, $$
$$ x_{21} < x_{22} < ... < x_{2n} $$
$$x_{11} < x_{21}, x_{12} < x_{22}, ..., x_{1n} < x_{2n}, $$
equals the $n$th Catalan number $C_n$.
combinatorics catalan-numbers
$endgroup$
add a comment |
$begingroup$
I am struggling with this proof. Can anyone help me?
Prove that the number of distinct $2$-by-$n$ arrays
$$ begin{bmatrix}x_{11} x_{12} ... x_{1n} \ x_{21} x_{22} ... x_{2n} end{bmatrix}$$
that can be made from the numbers $1,2 ... ,2n$ such that
$$ x_{11} < x_{12} < ... < x_{1n}, $$
$$ x_{21} < x_{22} < ... < x_{2n} $$
$$x_{11} < x_{21}, x_{12} < x_{22}, ..., x_{1n} < x_{2n}, $$
equals the $n$th Catalan number $C_n$.
combinatorics catalan-numbers
$endgroup$
add a comment |
$begingroup$
I am struggling with this proof. Can anyone help me?
Prove that the number of distinct $2$-by-$n$ arrays
$$ begin{bmatrix}x_{11} x_{12} ... x_{1n} \ x_{21} x_{22} ... x_{2n} end{bmatrix}$$
that can be made from the numbers $1,2 ... ,2n$ such that
$$ x_{11} < x_{12} < ... < x_{1n}, $$
$$ x_{21} < x_{22} < ... < x_{2n} $$
$$x_{11} < x_{21}, x_{12} < x_{22}, ..., x_{1n} < x_{2n}, $$
equals the $n$th Catalan number $C_n$.
combinatorics catalan-numbers
$endgroup$
I am struggling with this proof. Can anyone help me?
Prove that the number of distinct $2$-by-$n$ arrays
$$ begin{bmatrix}x_{11} x_{12} ... x_{1n} \ x_{21} x_{22} ... x_{2n} end{bmatrix}$$
that can be made from the numbers $1,2 ... ,2n$ such that
$$ x_{11} < x_{12} < ... < x_{1n}, $$
$$ x_{21} < x_{22} < ... < x_{2n} $$
$$x_{11} < x_{21}, x_{12} < x_{22}, ..., x_{1n} < x_{2n}, $$
equals the $n$th Catalan number $C_n$.
combinatorics catalan-numbers
combinatorics catalan-numbers
edited Nov 30 '18 at 4:14
obscurans
1,027311
1,027311
asked Nov 30 '18 at 3:56
DummKorfDummKorf
335
335
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Call a (possibly incomplete) arrangement of numbers in the $2 times n$ array admissible if each number is greater than all those to its left or above it. Now consider constructing a complete admissible arrangement by adding numbers $1, 2, ldots, 2n$ one by one to the empty array in increasing order. If the numbers $1, 2, ldots, m$ have been admissibly arranged, then there can be no empty cells above or to the left of the occupied cells, for in that case, putting any number from $m+1, ldots, 2n$ in the empty cells would make the arrangement inadmissible.
Therefore at each step the lowest unassigned number can only be assigned to the leftmost empty cell in either row, or
only in the top row if both rows contain the same number of assigned cells. In the Figure, $?$ denotes one of $1, 2, 3, 4 $ (admissibly arranged), and $*$ a possible assignment for number 5.
The process of adding one number at a time in the leftmost empty cell of a row can be represented as a path in a grid. Starting at $(0,0)$, when we add the new number to the top row, we move right horizontally by one unit and when we place the number in the bottom row, we move down in the grid by one unit (we represent the grid downwards). A mapping between the $2 times 5$ array and the corresponding path is shown in Figure.
Thus the number of admissible arrays is the same as the number of paths that lie above the diagonal and hence equals $C_n$.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3019613%2fa-catalan-number-proof-involving-an-2-by-n-array%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Call a (possibly incomplete) arrangement of numbers in the $2 times n$ array admissible if each number is greater than all those to its left or above it. Now consider constructing a complete admissible arrangement by adding numbers $1, 2, ldots, 2n$ one by one to the empty array in increasing order. If the numbers $1, 2, ldots, m$ have been admissibly arranged, then there can be no empty cells above or to the left of the occupied cells, for in that case, putting any number from $m+1, ldots, 2n$ in the empty cells would make the arrangement inadmissible.
Therefore at each step the lowest unassigned number can only be assigned to the leftmost empty cell in either row, or
only in the top row if both rows contain the same number of assigned cells. In the Figure, $?$ denotes one of $1, 2, 3, 4 $ (admissibly arranged), and $*$ a possible assignment for number 5.
The process of adding one number at a time in the leftmost empty cell of a row can be represented as a path in a grid. Starting at $(0,0)$, when we add the new number to the top row, we move right horizontally by one unit and when we place the number in the bottom row, we move down in the grid by one unit (we represent the grid downwards). A mapping between the $2 times 5$ array and the corresponding path is shown in Figure.
Thus the number of admissible arrays is the same as the number of paths that lie above the diagonal and hence equals $C_n$.
$endgroup$
add a comment |
$begingroup$
Call a (possibly incomplete) arrangement of numbers in the $2 times n$ array admissible if each number is greater than all those to its left or above it. Now consider constructing a complete admissible arrangement by adding numbers $1, 2, ldots, 2n$ one by one to the empty array in increasing order. If the numbers $1, 2, ldots, m$ have been admissibly arranged, then there can be no empty cells above or to the left of the occupied cells, for in that case, putting any number from $m+1, ldots, 2n$ in the empty cells would make the arrangement inadmissible.
Therefore at each step the lowest unassigned number can only be assigned to the leftmost empty cell in either row, or
only in the top row if both rows contain the same number of assigned cells. In the Figure, $?$ denotes one of $1, 2, 3, 4 $ (admissibly arranged), and $*$ a possible assignment for number 5.
The process of adding one number at a time in the leftmost empty cell of a row can be represented as a path in a grid. Starting at $(0,0)$, when we add the new number to the top row, we move right horizontally by one unit and when we place the number in the bottom row, we move down in the grid by one unit (we represent the grid downwards). A mapping between the $2 times 5$ array and the corresponding path is shown in Figure.
Thus the number of admissible arrays is the same as the number of paths that lie above the diagonal and hence equals $C_n$.
$endgroup$
add a comment |
$begingroup$
Call a (possibly incomplete) arrangement of numbers in the $2 times n$ array admissible if each number is greater than all those to its left or above it. Now consider constructing a complete admissible arrangement by adding numbers $1, 2, ldots, 2n$ one by one to the empty array in increasing order. If the numbers $1, 2, ldots, m$ have been admissibly arranged, then there can be no empty cells above or to the left of the occupied cells, for in that case, putting any number from $m+1, ldots, 2n$ in the empty cells would make the arrangement inadmissible.
Therefore at each step the lowest unassigned number can only be assigned to the leftmost empty cell in either row, or
only in the top row if both rows contain the same number of assigned cells. In the Figure, $?$ denotes one of $1, 2, 3, 4 $ (admissibly arranged), and $*$ a possible assignment for number 5.
The process of adding one number at a time in the leftmost empty cell of a row can be represented as a path in a grid. Starting at $(0,0)$, when we add the new number to the top row, we move right horizontally by one unit and when we place the number in the bottom row, we move down in the grid by one unit (we represent the grid downwards). A mapping between the $2 times 5$ array and the corresponding path is shown in Figure.
Thus the number of admissible arrays is the same as the number of paths that lie above the diagonal and hence equals $C_n$.
$endgroup$
Call a (possibly incomplete) arrangement of numbers in the $2 times n$ array admissible if each number is greater than all those to its left or above it. Now consider constructing a complete admissible arrangement by adding numbers $1, 2, ldots, 2n$ one by one to the empty array in increasing order. If the numbers $1, 2, ldots, m$ have been admissibly arranged, then there can be no empty cells above or to the left of the occupied cells, for in that case, putting any number from $m+1, ldots, 2n$ in the empty cells would make the arrangement inadmissible.
Therefore at each step the lowest unassigned number can only be assigned to the leftmost empty cell in either row, or
only in the top row if both rows contain the same number of assigned cells. In the Figure, $?$ denotes one of $1, 2, 3, 4 $ (admissibly arranged), and $*$ a possible assignment for number 5.
The process of adding one number at a time in the leftmost empty cell of a row can be represented as a path in a grid. Starting at $(0,0)$, when we add the new number to the top row, we move right horizontally by one unit and when we place the number in the bottom row, we move down in the grid by one unit (we represent the grid downwards). A mapping between the $2 times 5$ array and the corresponding path is shown in Figure.
Thus the number of admissible arrays is the same as the number of paths that lie above the diagonal and hence equals $C_n$.
answered Nov 30 '18 at 4:45
MuralidharanMuralidharan
43526
43526
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3019613%2fa-catalan-number-proof-involving-an-2-by-n-array%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown