Google Groups Home
Help | Sign in
Difference between informal and formal proofs?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Protoman  
View profile
 More options Jul 24, 4:38 pm
Newsgroups: sci.logic
From: Protoman <Protoman2...@gmail.com>
Date: Thu, 24 Jul 2008 13:38:03 -0700 (PDT)
Local: Thurs, Jul 24 2008 4:38 pm
Subject: Difference between informal and formal proofs?
What's the difference b/w a formal and an informal proof, in
mathematics? I have an informal proof that sqrt(2) is irrational:

1. Assume sqrt(2)=x/y, where x and y are nonzero integers and
relatively prime
2. y*sqrt(2)=x
3. 2y^2=x^2
4. x=2z, since x^2 is even by this, since it is able to be divided by
2, and it and the lhs are equal
5. 2y^2=(2z)^2=4z^2
6. y^2=2z^2
7. According line 4, since x is even, y must also be even
8. But then they must both share a factor, 2. But this contradicts our
assumption that x and y do not share a common factor
9. Therefore, sqrt(2) is irrational

Btw, is there a less messy version of this?

This is an informal proof, but what's the formal proof?

Thanks!


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Balthasar  
View profile
 More options Jul 24, 4:51 pm
Newsgroups: sci.logic
From: Balthasar <nomail@invalid>
Date: Thu, 24 Jul 2008 22:51:33 +0200
Local: Thurs, Jul 24 2008 4:51 pm
Subject: Re: Difference between informal and formal proofs?
On Thu, 24 Jul 2008 13:38:03 -0700 (PDT), Protoman

<Protoman2...@gmail.com> wrote:

> What's the difference b/w a formal and an informal proof, in
> mathematics?

Basically, a formal proofs presents ALL the details left out in an
informal proof; moreover it is ruled by a strict syntax; i.e. it's form
is regimented by strict syntactical rules, etc. etc.

In short: completely formal proof are extremely tedious, and in practice
impractical. Though they exhibit complete formal rigor.

For seeing such proofs you might check:
http://us.metamath.org/

> This is an informal proof, but what's the formal proof?

You might check Matamath for one.

You also might like to read:
Freek Wiedijk: "Short explanation of why I'm coding a proof of the
Jordan curve theorem"
http://www.cs.ru.nl/~freek/jordan/index.html

B.

--

"For every line of Cantor's list it is true that this line does not
 contain the diagonal number.  Nevertheless the diagonal number may
 be in the infinite list." (WM, sci.logic)


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PiperAlpha167  
View profile
 More options Jul 25, 4:36 am
Newsgroups: sci.logic
From: PiperAlpha167 <litespe...@sbcglobal.net>
Date: Fri, 25 Jul 2008 01:36:29 -0700 (PDT)
Local: Fri, Jul 25 2008 4:36 am
Subject: Re: Difference between informal and formal proofs?
On Jul 24, 1:38 pm, Protoman <Protoman2...@gmail.com> wrote:

> What's the difference b/w a formal and an informal proof, in
> mathematics?

Style only.  Importantly, this means no difference in rigor.
A typical informal proof in mathematics is every bit as rigorous as a
formal proof.
The tacit guarantee is that from any informal proof a formal version
can always be constructed, if challenged to do so.

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frederick Williams  
View profile
 More options Jul 25, 6:31 am
Newsgroups: sci.logic
From: Frederick Williams <frederick.willia...@tesco.net>
Date: Fri, 25 Jul 2008 11:31:38 +0100
Local: Fri, Jul 25 2008 6:31 am
Subject: Re: Difference between informal and formal proofs?

It is my belief that "formal proof" has no fixed meaning.  What it might
mean in this case is:

  (i)   choose a formulation of first order Peano Arithmetic
        (that requires that you first choose a formulation
        of first order logic) call it "PA",

  (ii)  express "sqrt 2 is irrational" in PA, call that expression
        "phi",

  (iii) prove that PA |- phi.

For (iii), note that when (and only when) the details of the Peano
Arithmetic have been fixed "prove that PA |- ..." has a precise meaning.

If "formal proof" were to have a fixed meaning then the impossible would
need to happen: the ICU (say) would have to lay down the law that
nothing is a formal proof unless it is expressed in such-and-such a set
theory.

It seems to me that the point of formal proofs is not that they prove
something, but rather that they are mathematical objects that are
themselves amenable to mathematical study, say in the style of Hilbert's
proof theory.

Btw, I would replace your steps 4 and 7 by applications of a lemma:

  If p^2 is even then p is even.

As for "informal proof", I thinks it's a sociological and psychological
thing: an informal proof is a presentation (written or spoken) by person
X to person Y that results in Y believing something that X claims to be
so.  Note that the believing does not have to occur on first reading or
hearing the proof: Y may have to spend time filling in details.
Different Y's will feel the need to fill in more or less amounts of
detail.  Sometimes one says that X _and_ Y proved the claim, see FLT.

--
He is not here; but far away
  The noise of life begins again
  And ghastly thro' the drizzling rain
On the bald street breaks the blank day.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
herbzet  
View profile
 More options Jul 25, 11:43 pm
Newsgroups: sci.logic
From: herbzet <herb...@gmail.com>
Date: Fri, 25 Jul 2008 23:43:39 -0400
Local: Fri, Jul 25 2008 11:43 pm
Subject: Re: Difference between informal and formal proofs?

Protoman wrote:

[...]

> I have an informal proof that sqrt(2) is irrational:

> 1. Assume sqrt(2)=x/y, where x and y are nonzero integers and
>    relatively prime

  2. Therefore x^2 and y^2 are nonzero integers and relatively prime
     (since no new prime factors are generated by squaring).
  3. Therefore x^2 / y^2 is not an integer -- in particular,
     it is not 2.
  4. Therefore assumption (1) is false -- there is no such x and y.

> 9. Therefore, sqrt(2) is irrational

> Btw, is there a less messy version of this?

This can be generalized from sqrt(2) to sqrt(n) where n is not
already a perfect square.

--
hz


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
herbzet  
View profile
 More options Jul 26, 12:21 am
Newsgroups: sci.logic
From: herbzet <herb...@gmail.com>
Date: Sat, 26 Jul 2008 00:21:11 -0400
Local: Sat, Jul 26 2008 12:21 am
Subject: Re: Difference between informal and formal proofs?

It could be further generalized to m-th roots of n.

In general, if x and y are naturals > 1 and relatively
prime then x^m and y^n are relatively prime (m, n > 0).

--
hz


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google