369
you are viewing a single comment's thread
view the rest of the comments
[-] NorthWestWind@lemmy.world 126 points 2 months ago

This guy would not be happy to learn about the 1+1=2 proof

[-] teft@lemmy.world 61 points 2 months ago
[-] kogasa@programming.dev 29 points 2 months ago

It's not a 360 page proof, it just appears that many pages into the book. That's the whole proof.

[-] Klear@lemmy.world 14 points 2 months ago

Weak-ass proof. You could fit this into a margin.

[-] angrystego@lemmy.world 8 points 2 months ago

Upvoting because I trust you it's funny, not because I understand.

[-] Klear@lemmy.world 9 points 2 months ago

It's a reference to Fermat's Last Theorem.

Tl;dr is that a legendary mathematician wrote in a margin of a book that he's got a proof of a particular proposition, but that the proof is too long to fit into said margin. That was around the year 1637. A proof was finally found in 1994.

[-] angrystego@lemmy.world 3 points 2 months ago

I thought it must be sonething like that, I expected it to be more specific though :)

[-] Sop@lemmy.blahaj.zone 22 points 2 months ago

Principia mathematica should not be used as source book for any actual mathematics because it’s an outdated and flawed attempt at formalising mathematics.

Axiomatic set theory provides a better framework for elementary problems such as proving 1+1=2.

[-] drolex@sopuli.xyz 6 points 2 months ago

I'm not believing it until I see your definition of arithmetical addition.

[-] UnrepententProcrastinator@lemmy.ca 1 points 2 months ago

Friggin nerds!

[-] dylanmorgan@slrpnk.net 23 points 2 months ago

A friend of mine took Introduction to Real Analysis in university and told me their first project was “prove the real number system.”

[-] silverchase@sh.itjust.works 16 points 2 months ago

Real analysis when fake analysis enters

[-] weker01@sh.itjust.works 3 points 2 months ago

I don't know about fake analysis but I imagine it gets quite complex

[-] Limonene@lemmy.world 7 points 2 months ago

Isn't "1+1" the definition of 2?

[-] SzethFriendOfNimi@lemmy.world 37 points 2 months ago

That assumes that 1 and 1 are the same thing. That they’re units which can be added/aggregated. And when they are that they always equal a singular value. And that value is 2.

It’s obvious but the proof isn’t about stating the obvious. It’s about making clear what are concrete rules in the symbolism/language of math I believe.

[-] smeg@feddit.uk 6 points 2 months ago

This is what happens when the mathematicians spend too much time thinking without any practical applications. Madness!

[-] tate 19 points 2 months ago

The idea that something not practical is also not important is very sad to me. I think the least practical thing that humans do is by far the most important: trying to figure out what the fuck all this really means. We do it through art, religion, science, and.... you guessed it, pure math. and I should include philosophy, I guess.

I sure wouldn't want to live in a world without those! Except maybe religion.

[-] moody@lemmings.world 17 points 2 months ago

We all know that math is just a weirdly specific branch of philosophy.

[-] Knock_Knock_Lemmy_In@lemmy.world 2 points 2 months ago

Physics is just a weirdly specific branch of math

[-] humorlessrepost@lemmy.world 2 points 2 months ago
[-] rockerface@lemm.ee 10 points 2 months ago

Just like they did with that stupid calculus that... checks notes... made possible all of the complex electronics used in technology today. Not having any practical applications currently does not mean it never will

[-] smeg@feddit.uk 3 points 2 months ago

I'd love to see the practical applications of someone taking 360 pages to justify that 1+1=2

[-] bleistift2@sopuli.xyz 5 points 2 months ago

The practical application isn’t the proof that 1+1=2. That’s just a side-effect. The application was building a framework for proving mathematical statements. At the time the principia were written, Maths wasn’t nearly as grounded in demonstrable facts and reason as it is today. Even though the principia failed (for reasons to be developed some 30 years later), the idea that every proposition should be proven from as few and as simple axioms as possible prevailed.

Now if you’re asking: Why should we prove math? Then the answer is: All of physics.

[-] rockerface@lemm.ee 1 points 2 months ago

The answer to the last question is even simpler and broader than that. Math should be proven because all of science should be proven. That is what separates modern science from delusion and self-deception

[-] xigoi 2 points 2 months ago* (last edited 2 months ago)

It lays the foundations for automated proof verification, which is going to help with the development of new theorems as well as automated reasoning about computer programs.

[-] smeg@feddit.uk 2 points 2 months ago

But like... what does the proof even entail? I feel if you asked a child (or maybe me) what the proof was they'd say "well the definition of those two numbers, and the definition of plus means that 1+1=2". What else is there?

[-] xigoi 1 points 2 months ago

Proving it from the definition is quite easy. The hard part is to build up all the concepts that you need to define the numbers and the operation in the first place. What exactly that entails depends on what axiom system and system of logic you are using. For example, here is the Metamath proof of 1 + 1 = 2, where you can click to see all the axioms, definitions and theorems involved.

[-] smeg@feddit.uk 1 points 2 months ago

I don't even know where to start with that page. I feel like the curtain has really been pulled back today!

[-] itslilith@lemmy.blahaj.zone 23 points 2 months ago* (last edited 2 months ago)

Using the Peano axioms, which are often used as the basis for arithmetic, you first define a successor function, often denoted as •' and the number 0. The natural numbers (including 0) then are defined by repeated application of the successor function (of course, you also first need to define what equality is):

0 = 0
1 := 0'
2 := 1' = 0''

etc

Addition, denoted by •+• , is then recursively defined via

a + 0 = a
a + b' = (a+b)'

which quickly gives you that 1+1=2. But that requires you to thake these axioms for granted. Mathematicians proved it with fewer assumptions, but the proof got a tad verbose

[-] CodexArcanum@lemmy.world 4 points 2 months ago

The "=" symbol defines an equivalence relation. So "1+1=2" is one definition of "2", defining it as equivalent to the addition of 2 identical unit values.

2*1 also defines 2. As does any even quantity divided by half it's value. 2 is also the successor to 1 (and predecessor to 3), if you base your system on counting (or anti-counting).

The youtuber Vihart has a video that whimsically explores the idea that numbers and operations can be looked at in different ways.

[-] threelonmusketeers@sh.itjust.works 1 points 2 months ago

I'll always upvote a ViHart video.

[-] Kimano@lemmy.world 2 points 2 months ago

Or the pigeonhole principle.

[-] Ultraviolet@lemmy.world 2 points 2 months ago* (last edited 2 months ago)

That's a bit of a misnomer, it's a derivation of the entirety of the core arithmetical operations from axioms. They use 1+1=2 as an example to demonstrate it.

this post was submitted on 20 Oct 2024
369 points (96.5% liked)

Math Memes

1156 readers
1 users here now

Memes related to mathematics.

Rules:
1: Memes must be related to mathematics in some way.
2: No bigotry of any kind.

founded 2 years ago
MODERATORS