• Ultraviolet@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      13 hours 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.

    • dylanmorgan@slrpnk.net
      link
      fedilink
      English
      arrow-up
      23
      ·
      1 day ago

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

      • Sop@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        16
        ·
        1 day 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.

      • Kogasa@programming.dev
        link
        fedilink
        English
        arrow-up
        25
        ·
        1 day 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
              link
              fedilink
              English
              arrow-up
              5
              ·
              15 hours 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.

      • drolex@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        6
        ·
        1 day ago

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

      • Codex@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        20 hours 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.

      • itslilith@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        23
        ·
        edit-2
        1 day 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

      • SzethFriendOfNimi@lemmy.world
        link
        fedilink
        English
        arrow-up
        36
        arrow-down
        1
        ·
        2 days 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.

        • L3dpen@lemmy.ml
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 day ago

          Isn’t 1 and +1 well defined by the Peano Axioms by using the intersection of all infinite successor functions and starting at the empty set?

          • Kogasa@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            12 hours ago

            It depends on what you mean by well defined. At a fundamental level, we need to agree on basic definitions in order to communicate. Principia Mathematica aimed to set a formal logical foundation for all of mathematics, so it needed to be as rigid and unambiguous as possible. The proof that 1+1=2 is just slightly more verbose when using their language.

        • GregorGizeh
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 day ago

          Not a math wizard here: wouldn’t either of the 1s stop being 1s if they were anything but exactly 1.0? And instead become 1.xxx or whatever?

          • whotookkarl@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            14 hours ago

            In base 2 binary for example the digits are 0 and 1. Counting from 0 up would look like 0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, 1010, 1011, 1100, 1101, 1110, 1111, 10000, etc

            In that case 1 + 1 = 10