3
$\begingroup$

Does the word "integer" only make sense in base 10?

I've always wondered this and have never seen it really discussed anywhere.

We all understand the typical definition of an irrational number, where a number can't be expressed as a ratio a/b where a and b are integers and b is nonzero.

So what if we were working in base pi? Then we could simply write pi as 10/1 or something.

However I don't think we can remove the irrationality of a number by simply changing bases, but I wanted to see if there were maybe other definitions that might help here.

  • 2
    This question is a clear syntax versus semantics confusion.2012-05-05

4 Answers 4

11

The naturals come from adding 1 a finite number of times to 0. The integers include these and their negatives. Neither of these statements refer to the number base needed to express them as numerals. Then the rationals again are ratios of integers without reference to base.

The equivalence of this definition of rational to terminating or repeating numeral expansions is dependent upon the base being a rational. If you want to write numbers in base $\pi$, it would be natural to write $\pi=10_\pi$, but then $4$ and $9$ which will have "irrational looking" expansions. This is an artifact of using an irrational base.

4

That $\pi$ is irrational means that $\pi$ is not rational, i.e. $\pi \not\in \mathbb Q.\:$ This is a set-theoretical statement whose truth depends only on the sets of rationals and reals and the membership relation in the ambient set-theoretical universe. Its truth does not depend upon syntactic information, such as how the elements of the sets are represented or notated. It remains true in every such representation of reals: radix representation in some base, continued fractions, Cauchy sequences, Dedekind cuts, etc.

Perhaps what you are contemplating is a more general notion of (ir)rational, such as a notion of being rational relative to a ground domain, i.e. say r is Z-rational if r lies in the fraction field of Z. One might then go on to study analogous criteria for Z-irrationality, etc. This more general notion of irrationality generally does not coincide with the classical special case Z $= \mathbb Z = $ integers.

  • 0
    @Harry That was alread addressed in the prior answer, so I did not see the need to repeat it here. I don't think that deserves a downvote.2012-05-05
2

As an aside: a nice example of a number system with an irrational base appears in:

A number system with an irrational base by George M. Bergman. Mathematics Magazine 31 (1957/58), pp. 98-110. JSTOR link

which describes how to do arithmetic base $\phi$ (the golden ratio). But one should not confuse the numbers with their representations, as Ross notes above.

I'd like to point out that the above paper is the peer-reviewed paper with youngest author that I am aware of: it was submitted when Bergman was 12, and the accompanying note by his mother is printed in page 91 of the journal:

Dear Mr. James:

"The paper presented is the work of my twelve year old boy who took more than a year to gather courage to submit it for editorial scrutiny.

You may be interested to know that when my son first received a subscription to Mathematics Magazine about two and a half years ago, he was aghast to note that he couldn't understand a single thing in it. With each successive issue, however, his understanding unfolded (he is a self-taught mathematician) until now he awaits each issue with eagerness, and recently was able to submit his solution to one of the Proposals published in your last issue. He considers his subscription to Mathematics Magazine one of the finest presents he ever received!"

Sincerely yours,

Sylvia Bergman

To quote Tom Lehrer: "It's people like this who make you realize how little you've accomplished..."

1

Does the word "integer" only make sense in base 10?

Nope. A number's membership in the set $\mathbb{Z}$ (or $\mathbb{Q}$ or $\mathbb{R}$ or $\mathbb{C}$) is a property of the abstract number and has nothing to do with the numeral representing it. The number we call “forty-two” is an integer whether it's written as 42 or 0x2A or 101010 or *36 or XLII or מב or +---0.

So what if we were working in base pi? Then we could simply write pi as 10/1 or something.

It works just like any other positional number system. Recall that in base $r$, the number denoted by $d_n \dots d_3 d_2 d_1 d_0 . d_{-1} d_{-2} d_{-3} \dots$ is defined as $d_nr^n + \dots + d_3r^3 + d_2r^2 + d_1r + d + d_{-1}r^{-1} + d_{-2} r^{-2} + d_{-3}r^{-3} + \dots$

In every base, the numeral “10” denotes the base itself. So π in base π is simply “10”.

But 10 in base π is $100.010221... = \pi^2 + \pi^{-2} + 2\pi^{-4} + 2\pi^{-5} + \pi^{-6} + \dots$, and in general integers will tend to have non-terminating representations in irrational bases, just like irrational numbers have non-terminating representations in integer bases.