Show that $frac{(m+n-1)!}{m!n!}$ is an integer where m and n are positive integers and gcd(m,n)=1
up vote
1
down vote
favorite
I need to prove that $frac{(m+n-1)!}{m!n!}$ is an integer there is a question here which is similar to this question but i cant figure out how I can insert the '-1' in there. Thanks
elementary-number-theory divisibility
add a comment |
up vote
1
down vote
favorite
I need to prove that $frac{(m+n-1)!}{m!n!}$ is an integer there is a question here which is similar to this question but i cant figure out how I can insert the '-1' in there. Thanks
elementary-number-theory divisibility
2
Statement is not true in general. Take $m=n=2$. In fact, with $m=2$ and $n=2k$, this is false.
– Anurag A
Nov 23 at 17:53
oh, I forgot to write that gcd(m,n)=1
– Sultan Mirza
Nov 23 at 17:58
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I need to prove that $frac{(m+n-1)!}{m!n!}$ is an integer there is a question here which is similar to this question but i cant figure out how I can insert the '-1' in there. Thanks
elementary-number-theory divisibility
I need to prove that $frac{(m+n-1)!}{m!n!}$ is an integer there is a question here which is similar to this question but i cant figure out how I can insert the '-1' in there. Thanks
elementary-number-theory divisibility
elementary-number-theory divisibility
edited Nov 23 at 17:59
asked Nov 23 at 17:48
Sultan Mirza
114
114
2
Statement is not true in general. Take $m=n=2$. In fact, with $m=2$ and $n=2k$, this is false.
– Anurag A
Nov 23 at 17:53
oh, I forgot to write that gcd(m,n)=1
– Sultan Mirza
Nov 23 at 17:58
add a comment |
2
Statement is not true in general. Take $m=n=2$. In fact, with $m=2$ and $n=2k$, this is false.
– Anurag A
Nov 23 at 17:53
oh, I forgot to write that gcd(m,n)=1
– Sultan Mirza
Nov 23 at 17:58
2
2
Statement is not true in general. Take $m=n=2$. In fact, with $m=2$ and $n=2k$, this is false.
– Anurag A
Nov 23 at 17:53
Statement is not true in general. Take $m=n=2$. In fact, with $m=2$ and $n=2k$, this is false.
– Anurag A
Nov 23 at 17:53
oh, I forgot to write that gcd(m,n)=1
– Sultan Mirza
Nov 23 at 17:58
oh, I forgot to write that gcd(m,n)=1
– Sultan Mirza
Nov 23 at 17:58
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
Since
$$frac{(m+n-1)!}{m!n!}=frac{(m+n)}{(m+n)}frac{(m+n-1)!}{m!n!}=frac{1}{m+n}binom{m+n}{m}.$$
So we need to show that $frac{1}{m+n}binom{m+n}{m}$ is an integer. Observe that $gcd(m,n)=1$ also implies that $color{blue}{gcd(m+n,m)=1}$. Since $gcd(a,b)$ is a linear combination of $a$ and $b$. Therefore,
begin{align*}
frac{1}{m+n}binom{m+n}{m} &=frac{color{blue}{gcd(m+n,m)}}{m+n}binom{m+n}{m}\
&=frac{color{blue}{x(m+n)+y(m)}}{m+n}binom{m+n}{m} &text{for some } x,y in Bbb{Z}\
&=xleft[color{green}{frac{m+n}{m+n}binom{m+n}{m}}right]+yleft[color{red}{frac{m}{m+n}binom{m+n}{m}}right].
end{align*}
The quantity $color{green}{frac{m+n}{m+n}binom{m+n}{m}}=binom{m+n}{m}$ is definitely an integer and the quantity
$$color{red}{frac{m}{m+n}binom{m+n}{m}}=binom{m+n-1}{m-1}$$
is also an integer.
This implies that $frac{1}{m+n}binom{m+n}{m}$ is an integer combination of these two integers, hence an integer itself.
1
Thank you for answering in such detail, it helped me a lot.
– Sultan Mirza
Nov 24 at 11:57
add a comment |
up vote
2
down vote
Hint: This is equivalent to showing that $m+n$ divides $binom{m+n}{m}$, or equivalently $a$ divides $binom{a}{b}$ for any $a>b$ where $gcd(a,b)=1$. See if you can partition the subsets of $a$ objects with $b$ elements into blocks of $a$ to prove this combinatorially. If you know it, you might want to recall the "necklace proof" of Fermat's Little Theorem - this has a similar flavor.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Since
$$frac{(m+n-1)!}{m!n!}=frac{(m+n)}{(m+n)}frac{(m+n-1)!}{m!n!}=frac{1}{m+n}binom{m+n}{m}.$$
So we need to show that $frac{1}{m+n}binom{m+n}{m}$ is an integer. Observe that $gcd(m,n)=1$ also implies that $color{blue}{gcd(m+n,m)=1}$. Since $gcd(a,b)$ is a linear combination of $a$ and $b$. Therefore,
begin{align*}
frac{1}{m+n}binom{m+n}{m} &=frac{color{blue}{gcd(m+n,m)}}{m+n}binom{m+n}{m}\
&=frac{color{blue}{x(m+n)+y(m)}}{m+n}binom{m+n}{m} &text{for some } x,y in Bbb{Z}\
&=xleft[color{green}{frac{m+n}{m+n}binom{m+n}{m}}right]+yleft[color{red}{frac{m}{m+n}binom{m+n}{m}}right].
end{align*}
The quantity $color{green}{frac{m+n}{m+n}binom{m+n}{m}}=binom{m+n}{m}$ is definitely an integer and the quantity
$$color{red}{frac{m}{m+n}binom{m+n}{m}}=binom{m+n-1}{m-1}$$
is also an integer.
This implies that $frac{1}{m+n}binom{m+n}{m}$ is an integer combination of these two integers, hence an integer itself.
1
Thank you for answering in such detail, it helped me a lot.
– Sultan Mirza
Nov 24 at 11:57
add a comment |
up vote
2
down vote
accepted
Since
$$frac{(m+n-1)!}{m!n!}=frac{(m+n)}{(m+n)}frac{(m+n-1)!}{m!n!}=frac{1}{m+n}binom{m+n}{m}.$$
So we need to show that $frac{1}{m+n}binom{m+n}{m}$ is an integer. Observe that $gcd(m,n)=1$ also implies that $color{blue}{gcd(m+n,m)=1}$. Since $gcd(a,b)$ is a linear combination of $a$ and $b$. Therefore,
begin{align*}
frac{1}{m+n}binom{m+n}{m} &=frac{color{blue}{gcd(m+n,m)}}{m+n}binom{m+n}{m}\
&=frac{color{blue}{x(m+n)+y(m)}}{m+n}binom{m+n}{m} &text{for some } x,y in Bbb{Z}\
&=xleft[color{green}{frac{m+n}{m+n}binom{m+n}{m}}right]+yleft[color{red}{frac{m}{m+n}binom{m+n}{m}}right].
end{align*}
The quantity $color{green}{frac{m+n}{m+n}binom{m+n}{m}}=binom{m+n}{m}$ is definitely an integer and the quantity
$$color{red}{frac{m}{m+n}binom{m+n}{m}}=binom{m+n-1}{m-1}$$
is also an integer.
This implies that $frac{1}{m+n}binom{m+n}{m}$ is an integer combination of these two integers, hence an integer itself.
1
Thank you for answering in such detail, it helped me a lot.
– Sultan Mirza
Nov 24 at 11:57
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Since
$$frac{(m+n-1)!}{m!n!}=frac{(m+n)}{(m+n)}frac{(m+n-1)!}{m!n!}=frac{1}{m+n}binom{m+n}{m}.$$
So we need to show that $frac{1}{m+n}binom{m+n}{m}$ is an integer. Observe that $gcd(m,n)=1$ also implies that $color{blue}{gcd(m+n,m)=1}$. Since $gcd(a,b)$ is a linear combination of $a$ and $b$. Therefore,
begin{align*}
frac{1}{m+n}binom{m+n}{m} &=frac{color{blue}{gcd(m+n,m)}}{m+n}binom{m+n}{m}\
&=frac{color{blue}{x(m+n)+y(m)}}{m+n}binom{m+n}{m} &text{for some } x,y in Bbb{Z}\
&=xleft[color{green}{frac{m+n}{m+n}binom{m+n}{m}}right]+yleft[color{red}{frac{m}{m+n}binom{m+n}{m}}right].
end{align*}
The quantity $color{green}{frac{m+n}{m+n}binom{m+n}{m}}=binom{m+n}{m}$ is definitely an integer and the quantity
$$color{red}{frac{m}{m+n}binom{m+n}{m}}=binom{m+n-1}{m-1}$$
is also an integer.
This implies that $frac{1}{m+n}binom{m+n}{m}$ is an integer combination of these two integers, hence an integer itself.
Since
$$frac{(m+n-1)!}{m!n!}=frac{(m+n)}{(m+n)}frac{(m+n-1)!}{m!n!}=frac{1}{m+n}binom{m+n}{m}.$$
So we need to show that $frac{1}{m+n}binom{m+n}{m}$ is an integer. Observe that $gcd(m,n)=1$ also implies that $color{blue}{gcd(m+n,m)=1}$. Since $gcd(a,b)$ is a linear combination of $a$ and $b$. Therefore,
begin{align*}
frac{1}{m+n}binom{m+n}{m} &=frac{color{blue}{gcd(m+n,m)}}{m+n}binom{m+n}{m}\
&=frac{color{blue}{x(m+n)+y(m)}}{m+n}binom{m+n}{m} &text{for some } x,y in Bbb{Z}\
&=xleft[color{green}{frac{m+n}{m+n}binom{m+n}{m}}right]+yleft[color{red}{frac{m}{m+n}binom{m+n}{m}}right].
end{align*}
The quantity $color{green}{frac{m+n}{m+n}binom{m+n}{m}}=binom{m+n}{m}$ is definitely an integer and the quantity
$$color{red}{frac{m}{m+n}binom{m+n}{m}}=binom{m+n-1}{m-1}$$
is also an integer.
This implies that $frac{1}{m+n}binom{m+n}{m}$ is an integer combination of these two integers, hence an integer itself.
edited Nov 23 at 18:49
answered Nov 23 at 18:42
Anurag A
25k12249
25k12249
1
Thank you for answering in such detail, it helped me a lot.
– Sultan Mirza
Nov 24 at 11:57
add a comment |
1
Thank you for answering in such detail, it helped me a lot.
– Sultan Mirza
Nov 24 at 11:57
1
1
Thank you for answering in such detail, it helped me a lot.
– Sultan Mirza
Nov 24 at 11:57
Thank you for answering in such detail, it helped me a lot.
– Sultan Mirza
Nov 24 at 11:57
add a comment |
up vote
2
down vote
Hint: This is equivalent to showing that $m+n$ divides $binom{m+n}{m}$, or equivalently $a$ divides $binom{a}{b}$ for any $a>b$ where $gcd(a,b)=1$. See if you can partition the subsets of $a$ objects with $b$ elements into blocks of $a$ to prove this combinatorially. If you know it, you might want to recall the "necklace proof" of Fermat's Little Theorem - this has a similar flavor.
add a comment |
up vote
2
down vote
Hint: This is equivalent to showing that $m+n$ divides $binom{m+n}{m}$, or equivalently $a$ divides $binom{a}{b}$ for any $a>b$ where $gcd(a,b)=1$. See if you can partition the subsets of $a$ objects with $b$ elements into blocks of $a$ to prove this combinatorially. If you know it, you might want to recall the "necklace proof" of Fermat's Little Theorem - this has a similar flavor.
add a comment |
up vote
2
down vote
up vote
2
down vote
Hint: This is equivalent to showing that $m+n$ divides $binom{m+n}{m}$, or equivalently $a$ divides $binom{a}{b}$ for any $a>b$ where $gcd(a,b)=1$. See if you can partition the subsets of $a$ objects with $b$ elements into blocks of $a$ to prove this combinatorially. If you know it, you might want to recall the "necklace proof" of Fermat's Little Theorem - this has a similar flavor.
Hint: This is equivalent to showing that $m+n$ divides $binom{m+n}{m}$, or equivalently $a$ divides $binom{a}{b}$ for any $a>b$ where $gcd(a,b)=1$. See if you can partition the subsets of $a$ objects with $b$ elements into blocks of $a$ to prove this combinatorially. If you know it, you might want to recall the "necklace proof" of Fermat's Little Theorem - this has a similar flavor.
answered Nov 23 at 18:11
Carl Schildkraut
10.7k11439
10.7k11439
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3010647%2fshow-that-fracmn-1mn-is-an-integer-where-m-and-n-are-positive-integ%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
2
Statement is not true in general. Take $m=n=2$. In fact, with $m=2$ and $n=2k$, this is false.
– Anurag A
Nov 23 at 17:53
oh, I forgot to write that gcd(m,n)=1
– Sultan Mirza
Nov 23 at 17:58