• Zagorath@aussie.zone
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      7 months ago

      So are you suggesting that Richard Feynman didn’t “deal with maths a lot”, then? Because there definitely exist examples where he worked within the limitations of the medium he was writing in (namely: writing in places where using bar fractions was not an option) and used juxtaposition for multiplication bound more tightly than division.

      Here’s another example, from an advanced mathematics textbook:

      Both show the use of juxtaposition taking precedence over division.

      I should note that these screenshots are both taken from this video where you can see them with greater context and discussion on the subject.

      • custard_swollower@lemmy.world
        link
        fedilink
        arrow-up
        11
        ·
        7 months ago

        Mind you, Feynmann clearly states this is a fraction, and denotes it with “/” likely to make sure you treat it as a fraction.

        • barsoap@lemm.ee
          link
          fedilink
          arrow-up
          10
          ·
          7 months ago

          Yep with pen and paper you always write fractions as actual fractions to not confuse yourself, never a division in sight, while with papers you have a page limit to observe. Length of the bars disambiguates precedence which is important because division is not associative; a/(b/c) /= (a/b)/c. “calculate from left to right” type of rules are awkward because they prevent you from arranging stuff freely for readability. None of what he writes there has more than one division in it, chances are that if you see two divisions anywhere in his work he’s using fractional notation.

          Multiplication by juxtaposition not binding tightest is something I have only ever heard from Americans citing strange abbreviations as if they were mathematical laws. We were never taught any such procedural stuff in school: If you understand the underlying laws you know what you can do with an expression and what not, it’s the difference between teaching calculation and teaching algebra.

          • never a division in sight

            There is, especially if you’re dividing by a fraction! Division and fractions aren’t the same thing.

            if you see two divisions anywhere in his work he’s using fractional notation

            Not if it actually is a division and not a fraction. There’s no problem with having multiple divisions in a single expression.

            • barsoap@lemm.ee
              link
              fedilink
              arrow-up
              3
              ·
              3 months ago

              Division and fractions aren’t the same thing.

              Semantically, yes they are. Syntactically they’re different.

                • barsoap@lemm.ee
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  3 months ago

                  That’s syntax.

                  …let me take this seriously for a second.

                  The claim “Division and fractions are semantically distinct” implies that they are provably distinct functions, we can use the usual set-theoretic definition of those. Distinctness of functions implies the presence of pair n, m, elements of an appropriate set, say, the natural numbers without zero for convenience, such that (excuse my Haskell) div n m /= fract n m, where /= is the appropriate inequality of the result set (the rational numbers, in this example, which happens to be decidable which is also convenient).

                  Can you give me such a pair of numbers? We can start to enumerate the problem. Does div 1 1 /= fract 1 1 hold? No, the results are equal, both are 1. How about div 1 2 /= fract 1 2? Neither, the results are both the same rational number. I leave exploring the rest of the possibilities as an exercise and apologise for the smugness.

                  • let me take this seriously for a second

                    You need to take it seriously for longer than that.

                    implies that they are provably distinct functions

                    No, I’m explicitly stating they are.

                    we can use the usual set-theoretic definition

                    This is literally Year 7 Maths - I don’t know why some people want to resort to set theory.

                    Can you give me such a pair of numbers?

                    But that’s the problem with your example - you only tried it with 2 numbers. Now throw in another division, like in that other Year 7 topic, dividing by fractions.

                    1÷1÷2=½ (must be done left to right)

                    1÷½=2

                    In other words 1÷½=1÷(1÷2) but not 1÷1÷2. i.e. ½=(1÷2) not 1÷2. Terms are separated by operators (division in this case) and joined by grouping symbols (brackets, fraction bar), and you can’t remove brackets unless there is only 1 term left inside, so if you have (1÷2), you can’t remove the brackets yet if there’s still some of the expression it’s in left to be solved (or if it’s the last set of brackets left to be solved, then you could change it to ½, because ½=(1÷2)).

                    Therefore, as I said, division and fractions aren’t the same thing.

                    apologise for the smugness

                    Apology accepted.

        • denotes it with “/” likely to make sure you treat it as a fraction

          It’s not the slash which makes it a fraction - in fact that is interpreted as division - but the fact that there is no space between the 2 and the square root - that makes it a single term (therefore we are dividing by the whole term). Terms are separated by operators (2 and the square root NOT separated by anything) and joined by grouping symbols (brackets, fraction bars).

      • itslilith@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        Fractions and division aren’t the same thing.

        Are you for real? A fraction is a shorthand for division with stronger (and therefore less ambiguous) order of operations

        • Are you for real?

          Yes, I’m a Maths teacher.

          A fraction is a shorthand for division with stronger (and therefore less ambiguous) order of operations

          I added emphasis to where you nearly had it.

          ½ is a single term. 1÷2 is 2 terms. Terms are separated by operators (division in this case) and joined by grouping symbols (fraction bars, brackets).

          1÷½=2

          1÷1÷2=½ (must be done left to right)

          Thus 1÷2 and ½ aren’t the same thing (they are equal in simple cases, but not the same thing), but ½ and (1÷2) are the same thing.