and every fifth digit is just put in an odd place

  • @bstix
    link
    English
    554 months ago

    It’s a unary numeral system , but it doesn’t really have a base, because it’s not a positional number system.

    Another similar thing to think about is the Roman numeral system. it starts out as unary system, but quickly turns into a mix of base 5 and 10 and even without a fixed position. That’s also not a positional number system even if can be considered to have a base and a secondary base…

    • @PeriodicallyPedantic@lemmy.ca
      link
      fedilink
      44 months ago

      I think it’s reasonable to say it completes that pattern of basal numbers. Saying that it’s not positional is like saying that the base10 number 5555 isn’t positional - it’s just that all the digits happen to be the same.

      Now base zero…

      • @bstix
        link
        English
        64 months ago

        I’m not familiar with what basal numbers means.

        Anyway, 5555 is just one number in the decimal system that fulfills the requirement that the position of digits is irrelevant, whereas most decimal numbers do not. In the tally mark system all numbers fulfill this requirement.

        However, the thing I like most about it is that you’ll never need to prove that I+I=II. It literally is II.

        I remember reading the book called “Gödel, Escher, Bach” which is about Gödels incompleteness theorem. At some point it comes across this kind of thing and demonstrates how any natural number is the successor of the previous number, basically defining numbers as tally marks. From there it goes on to demonstrate why math itself is incomplete. It’s kinda a fat book, but if you’re into numbers, logic and coding it’s a must read.

        • @ByteWizard@lemm.ee
          link
          fedilink
          English
          14 months ago

          the thing I like most about it is that you’ll never need to prove that I+I=II. It literally is II.

          I hated discrete structures class in college. Nearly half the class dropped out, me included. Not because I was failing. I just couldn’t give a damn. 1+1=2 is true for the same reason I+I=II is true. That’s the whole concept of 2.

        • @PeriodicallyPedantic@lemmy.ca
          link
          fedilink
          14 months ago

          Sorry “basal number” is something I just made up, I was trying to describe “numbers of a number system that uses a base”. I thought I could save myself some writing, but I got too cute with it lol.

          To me, unary seems like just the special case. For all positional number systems, as the base approaches 1, the number of irrelevantly-positional numbers predictably increases until it reaches 100%. It fits a pattern. And in a more meta view, 1 is a pretty common “special” or “trivial” case, along with 0, and infinity. I think it’s a bit strange to say it doesn’t belong in the set.

          I’m not quite at the point where I’m gonna read a math book for fun, but there are these little pieces of math that are fascinating.