Proving the Integer Property of a Fraction Using Mathematical Induction

In summary, the conversation discusses a mathematical induction problem where it must be proven that a given equation is an integer for all natural numbers. The solution involves defining an induction hypothesis and using algebraic manipulations to show that the statement is true for each natural number.
  • #1
MarkFL
Gold Member
MHB
13,288
12
On another forum the following problem was posted:

"Prove with mathematical induction that

$\displaystyle \frac{(n+1)(n+2)...(2n)}{2^n}$

is an integer when $\displaystyle n\in\mathbb{N}$

My solution:

I chose to write the induction hypothesis $\displaystyle P_n$ after looking at the first several statements:

$\displaystyle \frac{(2n)!}{n!}=(2n-1)!2^n$

We easily see that $\displaystyle P_1$ is true, so next I defined:

$\displaystyle \mu(n)=\frac{(2(n+1))!}{(n+1)!}-\frac{(2n)!}{n!}=\frac{(2(n+1))!-(n+1)(2n)!}{(n+1)!}=\frac{(2n)!((2n+2)(2n+1)-(n+1))}{(n+1)!}=$

$\displaystyle \frac{(2n)!}{n!}(2(2n+1)-1)=\frac{(2n)!}{n!}(4n+1)=(2n-1)!2^n(4n+1)$

Now, adding $\displaystyle \mu(n)$ to both sides of $\displaystyle P_n$ there results:

$\displaystyle \frac{(2(n+1))!}{(n+1)!}=(2n-1)!2^n+(2n-1)!2^n(4n+1)$

$\displaystyle \frac{(2(n+1))!}{(n+1)!}=(2n-1)!2^n(4n+2)$

$\displaystyle \frac{(2(n+1))!}{(n+1)!}=(2n-1)!2^{n+1}(2(n+1)-1)$

$\displaystyle \frac{(2(n+1))!}{(n+1)!}=(2(n+1)-1)!2^{n+1}$

We have derived $\displaystyle P_{n+1}$ from $\displaystyle P_n$ thereby completing the proof by induction.
 
Mathematics news on Phys.org
  • #2
Hi everyone, :)

Here's how I would do this problem. Let,

\[P_{n}=\frac{(n+1)(n+2)...(2n)}{2^n}=\frac{(2n)!}{2^{n}n!}\]

We have to show that \(P_{n}\) is an integer for each \(n\in\mathbb{N}=\mathbb{Z}^{+}\cup\{0\}\).

\(P_0=1\) and therefore the statement is true for \(n=0\). Let us assume that the statement is true for \(n=p\in\mathbb{N}\). Then,

\[P_{p}=\frac{(2p)!}{2^{p}p!}\in\mathbb{N}\]

Now,

\begin{eqnarray}

P_{p+1}&=&\frac{(2p+2)!}{2^{p+1}(p+1)!}\\

&=&\frac{(2p)!}{2^{p}p!}\frac{(2p+2)(2p+1)}{2(p+1)}\\

&=&P_{p}(2p+1)\in\mathbb{N}

\end{eqnarray}

Hence the result is true for \(n=p+1\).

\[\therefore P_{n}=\frac{(n+1)(n+2)...(2n)}{2^n}=\frac{(2n)!}{2^{n}n!}\in\mathbb{N}\mbox{ for each }n\in\mathbb{N}\]

Kind Regards,
Sudharaka.
 

1. What is a spiffy proof by induction?

A spiffy proof by induction is a mathematical proof technique that is commonly used to prove statements about infinite sets or sequences. It involves breaking down a complex problem into smaller, more manageable steps and using a base case and an inductive step to prove that the statement holds true for all cases.

2. How is a spiffy proof by induction different from a regular proof by induction?

A spiffy proof by induction is usually more elegant and concise than a regular proof by induction. It often involves clever tricks or techniques to simplify the problem and make the proof more intuitive and easy to follow.

3. When is a spiffy proof by induction used?

A spiffy proof by induction is typically used when trying to prove a statement about a set or sequence that has an infinite number of elements. It is also useful when the statement can be broken down into smaller, simpler cases that can be easily proven.

4. What are the steps involved in a spiffy proof by induction?

The first step in a spiffy proof by induction is to state the statement that is being proved. Next, a base case is chosen and proven to be true. Then, an inductive step is performed, showing that if the statement is true for a specific case, it must also be true for the next case. Finally, it is proven that the statement holds true for all cases, using the principle of mathematical induction.

5. Can you provide an example of a spiffy proof by induction?

Sure! Here is an example of a spiffy proof by induction for the statement: "For all positive integers n, the sum of the first n odd numbers is n^2":
Base case: n = 1, the sum of the first 1 odd numbers (1) is 1^2 = 1, which is true.
Inductive step: Assume the statement is true for n = k, then the sum of the first k odd numbers is k^2.
For n = k+1, the sum of the first k+1 odd numbers is (k+1)^2 = k^2 + 2k + 1.
But from our assumption, the sum of the first k odd numbers is k^2. So k^2 + 2k + 1 = (sum of first k odd numbers) + (k+1) = (k^2) + (k+1), which is the sum of the first k+1 odd numbers. Therefore, the statement holds true for n = k+1.
Conclusion: By the principle of mathematical induction, the statement is true for all positive integers n.

Similar threads

  • General Math
Replies
4
Views
1K
Replies
13
Views
1K
Replies
1
Views
763
Replies
6
Views
926
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
Replies
4
Views
2K
  • General Math
Replies
3
Views
810
  • Calculus and Beyond Homework Help
Replies
4
Views
811
Back
Top