I have been doing work in various bases and have been convincing myself of the fact that our base-10 number system is not special at all. Any other base ($2$, $16$, hell, even base $100$ could work if you can find enough characters to assign).
This got me thinking, would math work just as freely in non-integer bases?
Let me explain. A non-interger base would behave as integer bases do, with each digit being multiplied by a subsequent power of the base.
Example: $154$ in base-$\sqrt 2$ would represent $1\cdot (\sqrt{2})^2+5\cdot (\sqrt{2})^1+4\cdot (\sqrt{2})^0$.
This leads to some interesting questions about which digits to use, however.
In base-$10$, there are only $10$ digits. This idea translates easily to other integer bases, but the idea of a number of digits falls apart in non-integer bases, in fact, the idea of which digits to use seems vague too (why should $1$, $4$ and $5$, all integers, be digits in a base-$\sqrt 2$ system.)
However, the idea of only $10$ digits in base-$10$ is somewhat unnecessary. As weird as it is, you can use any digit (even non-integer digits) in base $10$.
Example: $(2)( \frac {1} {2})(50)(-3)_{10}=2\cdot 10^{3}+\frac {1} {2} \cdot 10^{2} + 50 \cdot 10^{1} + -3 \cdot 10^{0}=2547_{10}$
Some of you, myself included, may be cringing at the notation I've used for non-integer and non-positive digits, but when has bad notation ever stopped any of us?
I think the question quickly becomes whether we could, not whether we should. Obviously, we shouldn't, but again, the purists among us live life without worrying about math's "shoulds".
Basically my question is if any of you have seen any work, serious or not, on this type of base system. I would love to hear what different fields of math would be changed in different ways. Obviously certain numbers could be represented in easy ways (we could calculate ALL the digits of $\pi$ in base-$\pi$).
From first thought, the idea of primes seems difficult to grasp, but I'm sure many other things are build natually from integer bases, if not from a base-$10$ system.