Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > MHF Lounge > Chat Room
Reply
 
Thread Tools Display Modes
  #1  
Old October 21st, 2009, 05:26 PM
pickslides's Avatar
MHF Contributor
 
Join Date: Sep 2008
Location: Melbourne, Australia
Posts: 1,149
Country:
Thanks: 71
Thanked 336 Times in 319 Posts
pickslides is just really nicepickslides is just really nicepickslides is just really nicepickslides is just really nice
Send a message via MSN to pickslides
Default Favourite Proofs

I have decided to make a thread that everyone can come to and post their favourite proof(s).

I have always found them interesting regardless which branch of Mathematics they belong to.

My favourite proof is:

Prove 1+2+3+\dots+(n-2) +(n-1)+n = \frac{n(n+1)}{2}

I know this can be done using induction but I prefer a more unorthodox method shown by Euler.

Firstly we make

1+2+3+\dots+(n-2)+(n-1)+n = S lets call it (1)

Then taking the expression on the left hand side and reversing the order we get

n+(n-1)+(n-2)+\dots+3+2+1 = S lets call that (2)

Now adding (1) + (2) term by term we get

\underbrace{(n+1)+(n+1) +\dots+(n+1) +(n+1)}_{\text{n times}} = 2S

therefore

n(n+1) = 2S

and finally

S = \frac{n(n+1)}{2} \Rightarrow 1+2+3+\dots+(n-2) +(n-1)+n = \frac{n(n+1)}{2}

QED



Please post your favourite proofs
__________________
Life is complex: it has both real and imaginary components.

Last edited by mr fantastic; October 21st, 2009 at 09:33 PM. Reason: No edit. Flagging that unless the favourite proofs involve discrete maths (originally posted forum), the thread belongs here.
Reply With Quote
Advertisement
 
  #2  
Old October 24th, 2009, 05:55 PM
Bruno J.'s Avatar
Generous Contributor
 
Join Date: Jun 2009
Posts: 444
Country:
Thanks: 94
Thanked 154 Times in 137 Posts
Bruno J. has a spectacular aura aboutBruno J. has a spectacular aura about
Default

The proof you gave is due to Gauss, not Euler. The story says he was 8 years old when he came up with it!

Here is an even less orthodox method, due to myself. It's much longer!

First we take the geometric series

1+x+x^2+...+x^n=\frac{x^{n+1}-1}{x-1}

and differentiate both sides :

1+2x+3x^2+...+nx^{n-1}=\frac{(n+1)x^{n}(x-1)-(x^{n+1}-1)}{(x-1)^2}

and we take the limit of both sides as x\rightarrow 1, applying de l'Hôpital's rule twice on the right side, and (after some very messy calculations) we get

1+2+...+n=\frac{n(n+1)}{2}.

I'd love to see somebody prove it in an even more indirect way! Gauss's proof is much better, the above is just for fun.

Another proof is by Pascal's triangle. It's easy to prove that {n \choose j} = \frac{n!}{j!(n-j)!}, and that {n+1 \choose 2} = 1+2+...+n. So

1+2+...+n = {n+1 \choose 2} = \frac{(n+1)!}{2!(n-1)!} = \frac{n(n+1)}{2}.
Reply With Quote
  #3  
Old October 24th, 2009, 09:06 PM
MHF Contributor
 
Join Date: Aug 2008
Posts: 1,525
Country:
Thanks: 48
Thanked 603 Times in 565 Posts
Prove It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to all
Default

Here is one of my favourite proofs - the proof that \sqrt{2} is irrational. It is a favourite of mine because of its superb use of logic.

Before I do this though, first it is necessary to prove that if the square of a number is even, then the number must have been even.

Using the contrapositive, this statement is the same as it is necessary to prove that if a number is odd, then its square is odd.

Define an odd number x = 2n + 1.

Proof:

x^2 = (2n + 1)^2

= 4n^2 + 4n + 1

= 2(2n^2 + 2n) + 1, another odd number.


Since the square of any odd number is odd, this implies that if the square of a number is even, the number must have been even.

Q.E.D.


Assume that \sqrt{2} is rational.

All rational numbers can be written of the form \frac{a}{b}, where a and b are integers. All rational numbers can also be reduced to its simplest form, where there are not any common factors between a and b.


So since we are assuming that \sqrt{2} is rational, we will assume it can be written as an irreducible fraction of integers \frac{a}{b}.

Proof:

\sqrt{2} = \frac{a}{b}

2 = \left(\frac{a}{b}\right)^2

2 = \frac{a^2}{b^2}

a^2 = 2b^2.


This means that a^2 is even, and thus a is even.

So we will write a = 2c.


(2c)^2 = 2b^2

4c^2 = 2b^2

b^2 = 2c^2.


This means that b^2 is even, and thus b is even.


But since a and b are both even, there is a common factor of 2, which means this fraction is reducible.

This contradicts our original statement that would allow \sqrt{2} to be rational.


Thus \sqrt{2} is IRRATIONAL.

Q.E.D.



Another favourite of mine is the proof that there are infinitely many prime numbers, once again because of the sheer brilliance of the logic that is used.

Proof:

Assume that there are a finite number of prime numbers. Therefore there would be some number P which is the largest prime number.

Let us define a number N as the product of all the known primes.

So N = 2 \times 3 \times 5 \times 7 \times 11 \times \dots \times P.

Adding 1 to this number gives

N + 1 = 2 \times 3 \times 5 \times 7 \times 11 \times \dots \times P + 1.


Notice that if you were to divide N + 1 by any of the prime numbers, you will have a remainder of 1.

Therefore there must either be some prime number > P which is a factor of N + 1, or N + 1 is itself a prime number.

Either way, this contradicts the statement that P is the largest prime number.

Therefore, there are infinitely many prime numbers.

Q.E.D.
__________________
Two things are infinite - The Universe and Human Stupidity. Though I'm not too sure about the universe...
Reply With Quote
  #4  
Old October 24th, 2009, 10:17 PM
Chris L T521's Avatar
MHF Moderator

 
Join Date: May 2008
Location: Beltrami and Reeb Fields
Posts: 2,471
Country:
Thanks: 2,290
Thanked 2,012 Times in 1,433 Posts
Chris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond repute
Send a message via Skype™ to Chris L T521
Default

One of my favorites (as of late) deals with the insolvability of degree 5 or higher polynomials.

Thm: A general polynomial of degree five or more cannot be solved using radicals.

Proof:

Let f\!\left(x\right) be a general polynomial. Then f\!\left(x\right) is solvable using radicals if its Galois Group is solvable.

Since the Galois group of f\!\left(x\right) is S_n, we see that \forall\,\deg f\!\left(x\right)\geq 5,\,A_5\subset S_n.

Since A_5 is not solvable, then it follows that S_n (the Galois Group) is not solvable, which now implies f\!\left(x\right) cannot be solved by using radicals.\qquad\square

This proof is beautiful in the fact that its pretty short and sweet! This theorem applies to a polynomial over any field!! However, to fully understand the proof, you need many theorems and lemmas to get to this elegant result.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

(Will be MIA until December 17th)

Stuck on DE's? See
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!

See
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
for Maple programming tips.


Become a fan of
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!
Reply With Quote
  #5  
Old October 25th, 2009, 01:07 AM
CaptainBlack's Avatar
Grand Panjandrum
 
Join Date: Nov 2005
Location: South of England
Posts: 11,379
Country:
Thanks: 667
Thanked 3,619 Times in 2,916 Posts
CaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond repute
Default

Quote:
Originally Posted by Prove It View Post
Here is one of my favourite proofs - the proof that \sqrt{2} is irrational. It is a favourite of mine because of its superb use of logic.
The proof of this that I like is that from the rational roots theorem.

If x^2-2 has a rational root it is \pm 2. Direct checking shows that neither of these is a root, so x^2-2 has no (real) rational roots hence since Descartes rule of signs tell us that this does have one positive and one negative root, these must be irrational.

CB
__________________
Truth does not change because it is, or is not, believed by a majority of the people.

Giordano Bruno
Reply With Quote
  #6  
Old November 4th, 2009, 03:36 PM
Newbie
 
Join Date: Nov 2009
Posts: 17
Thanks: 3
Thanked 0 Times in 0 Posts
jmoney90 is on a distinguished road
Default

I like the proof of Euler's Formula involving Taylor series. I think it's really clever
Reply With Quote
  #7  
Old November 4th, 2009, 06:04 PM
pickslides's Avatar
MHF Contributor
 
Join Date: Sep 2008
Location: Melbourne, Australia
Posts: 1,149
Country:
Thanks: 71
Thanked 336 Times in 319 Posts
pickslides is just really nicepickslides is just really nicepickslides is just really nicepickslides is just really nice
Send a message via MSN to pickslides
Default

Quote:
Originally Posted by jmoney90 View Post
I like the proof of Euler's Formula involving Taylor series. I think it's really clever

Which one is that?
__________________
Life is complex: it has both real and imaginary components.
Reply With Quote
  #8  
Old November 4th, 2009, 07:07 PM
MHF Contributor
 
Join Date: Aug 2008
Posts: 1,525
Country:
Thanks: 48
Thanked 603 Times in 565 Posts
Prove It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to all
Default

Quote:
Originally Posted by jmoney90 View Post
I like the proof of Euler's Formula involving Taylor series. I think it's really clever
I prefer using direct calculus...


Let z = \cos{x} + i\sin{x}.

It is also important to note that when x = 0, z = 1.



Then

\frac{dz}{dx} = -\sin{x} + i\cos{x}

= i^2\sin{x} + i\cos{x}

= i(\cos{x} + i\sin{x})

= iz.


So \frac{dz}{dx} = iz.


Rearranging and integrating gives

\frac{1}{z}\,\frac{dz}{dx} = i

\int{\frac{1}{z}\,\frac{dz}{dx}\,dx} = \int{i\,dx}

\int{\frac{1}{z}\,dz} = ix + C_1

\ln{|z|} + C_2 = ix + C_1

\ln{|z|} = ix + C, where C = C_1 - C_2


|z| = e^{ix + C}

|z| = e^Ce^{ix}

z = \pm e^C e^{ix}

z = Ae^{ix}.


Now to find the constant, recall that when x = 0, z = 1.

So

1 = Ae^{0i}

A = 1.


Therefore

z = e^{ix}.


Thus this proves Euler's Formula:

z = \cos{x} + i\sin{x} = e^{ix}.
__________________
Two things are infinite - The Universe and Human Stupidity. Though I'm not too sure about the universe...
Reply With Quote
  #9  
Old November 4th, 2009, 09:47 PM
Newbie
 
Join Date: Nov 2009
Posts: 17
Thanks: 3
Thanked 0 Times in 0 Posts
jmoney90 is on a distinguished road
Default

Quote:
Originally Posted by pickslides View Post
Which one is that?
I originally saw it in this video. I don't have enough posts to post a video but youtube euler's identity taylor series

It's a bit flashy and you can skip the first half, but the second half contains what I think is the most simple proof of a deep result that I can actually understand lol.
Reply With Quote
  #10  
Old November 5th, 2009, 09:22 AM
Deadstar's Avatar
Senior Member
 
Join Date: Oct 2007
Posts: 257
Country:
Thanks: 57
Thanked 58 Times in 52 Posts
Deadstar will become famous soon enough
Default

Quote:
Originally Posted by Bruno J. View Post
The proof you gave is due to Gauss, not Euler. The story says he was 8 years old when he came up with it!

Here is an even less orthodox method, due to myself. It's much longer!

First we take the geometric series

1+x+x^2+...+x^n=\frac{x^{n+1}-1}{x-1}

and differentiate both sides :

1+2x+3x^2+...+nx^{n-1}=\frac{(n+1)x^{n}(x-1)-(x^{n+1}-1)}{(x-1)^2}

and we take the limit of both sides as x\rightarrow 1, applying de l'Hôpital's rule twice on the right side, and (after some very messy calculations) we get

1+2+...+n=\frac{n(n+1)}{2}.

I'd love to see somebody prove it in an even more indirect way! Gauss's proof is much better, the above is just for fun.

Another proof is by Pascal's triangle. It's easy to prove that {n \choose j} = \frac{n!}{j!(n-j)!}, and that {n+1 \choose 2} = 1+2+...+n. So

1+2+...+n = {n+1 \choose 2} = \frac{(n+1)!}{2!(n-1)!} = \frac{n(n+1)}{2}.
We could probably fill this whole thread with proofs of 1 + 2 + \ldots + n = \frac{n(n+1)}{2}...

Here's one I thought of after reading this thread.

Think of the graph of y=x. Notice that the area under the part x=0 to x=1 is 0.5,
the part from x=1 to x=2 is 1.5,
x=2 to x=3 is 2.5, etc...
This differs from the 1+2+3+...+n sequence by 0.5.

So! Change the graph to be y=x+0.5 and now from x=0 to x=1 you have area 1, x=1 to x=2 have area 2 etc...
Which now matches our sequence!
If you integrate this from 0 to n you will get...

1 + 2 + \ldots + n = \int_0^1 x+0.5 dx + \int_1^2 x+0.5 dx + \ldots + \int_{n-1}^n x+0.5 dx = \int_0^n x + 0.5 dx = \bigg{[}\frac{x^2}{2} + \frac{x}{2}\bigg{]}_0^n = \bigg{[}\frac{x(x+1)}{2}\bigg{]}_0^n = \frac{n(n+1)}{2}.

Don't know if I've explained this too well but hopefully you'll see where I'm coming from!
Reply With Quote
  #11  
Old November 5th, 2009, 04:24 PM
Newbie
 
Join Date: Nov 2009
Posts: 17
Thanks: 3
Thanked 0 Times in 0 Posts
jmoney90 is on a distinguished road
Default

Quote:
Originally Posted by Deadstar View Post
We could probably fill this whole thread with proofs of 1 + 2 + \ldots + n = \frac{n(n+1)}{2}...

Here's one I thought of after reading this thread.

Think of the graph of y=x. Notice that the area under the part x=0 to x=1 is 0.5,
the part from x=1 to x=2 is 1.5,
x=2 to x=3 is 2.5, etc...
This differs from the 1+2+3+...+n sequence by 0.5.

So! Change the graph to be y=x+0.5 and now from x=0 to x=1 you have area 1, x=1 to x=2 have area 2 etc...
Which now matches our sequence!
If you integrate this from 0 to n you will get...

1 + 2 + \ldots + n = \int_0^1 x+0.5 dx + \int_1^2 x+0.5 dx + \ldots + \int_{n-1}^n x+0.5 dx = \int_0^n x + 0.5 dx = \bigg{[}\frac{x^2}{2} + \frac{x}{2}\bigg{]}_0^n = \bigg{[}\frac{x(x+1)}{2}\bigg{]}_0^n = \frac{n(n+1)}{2}.

Don't know if I've explained this too well but hopefully you'll see where I'm coming from!
Ooh, that's clever! I like it
Reply With Quote
  #12  
Old November 10th, 2009, 05:57 PM
Junior Member
 
Join Date: Aug 2009
Posts: 47
Thanks: 0
Thanked 21 Times in 21 Posts
Focus is on a distinguished road
Default

Brownian motion is nowhere differentiable a.e.

For fixed t by normality we have
\mathbb{P}\left \{\frac{B_{t+\frac{1}{n}}-B_t}{\frac{1}{n}}-x\leq \frac{1}{n}\right \}\leq C\frac{1}{n^2}
where C is a constant (easy computation). As the sum of these probabilities (over n) is bdd, and this holds for each x, it follows that
\sum \mathbb{P}\left \{\inf_{x\in\mathbb{R}}\frac{B_{t+\frac{1}{n}}-B_t}{\frac{1}{n}}-x\leq \frac{1}{n}\right \}<\infty
and applying the Borel-Cantelli lemma gives the desired result.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 10:14 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.