5
$\begingroup$

I wonder if there can be numbers (in some extended theory) for which all reals are either smaller or larger than this number, but no real number is equal to that number?!

Is there some extension of number which allows that? Under what conditions (axiom etc.) there is no such number.

  • 0
    Since we are trying to get rid of [tag:number] tag, see [meta](http://meta.math.stackexchange.com/questions/1363/tag-merging-and-synonyms/2755#2755), I've retagged the question to [tag:number-systems]. If you have a better idea, feel free to replace it with a more appropriate tag.2012-06-18
  • 0
    It's OK. I found it hard to find a keyword especially since I'm not an expert :)2012-06-18

3 Answers 3

9

Under the axioms of the real numbers this cannot occur. You must add new elements to the real numbers, note that if $\varepsilon$ is smaller than all $\frac1n$ but still positive then $\frac1\varepsilon$ is larger than any real number.

Such $\varepsilon$ is called infinitesimal and their existence is incompatible with the real numbers per se. There is a branch, however, called non-standard analysis in which these numbers play an important role.

One example to such field is called Hyperreal numbers.

  • 1
    Thanks. What does it mean "under axioms of real numbers". Do I have to abondon one of the axioms to introduce "numbers inbetween"? Which axiom would that be? Do hyperreals follow the condition about order I required?2012-06-18
  • 1
    Another example is called [**Surreal number**](http://en.wikipedia.org/wiki/Surreal_number), which I think is more valuable.2012-06-18
  • 0
    The axiom that has to be abandoned is what is usually called the *Completeness Axiom*. One standard version of it is that any non-empty set (of reals) which is bounded above has a least upper bound.2012-06-18
  • 1
    @Gerenuk: Hyperreal numbers are ordered and form a field. However they do not have the Archemedian property of the real numbers (every number is smaller than a natural number). Andre gave another property which does not hold.2012-06-18
  • 0
    @Frank: If you want proper classes, sure. The. You have to explain what is a class, what are ordinals, etc.2012-06-18
  • 0
    @FrankScience: Could you explain why the surreals are more valuable?2012-06-18
  • 0
    Sounds interesting. I looked up ordered field. Is it correct that any ordered field is "a subset" of surreal number, so that they are the most general in my sense? How can I find an overview of the axioms the way you mention it? I only found Dedekind-complete on Wikipedia, but that sounds more complex than what you say?!2012-06-18
  • 0
    .... or in other words: which axioms do I need to add to an ordered field to get the other numbers (surreal, hyperreal)? It's hard to deduce from Wikipedia.2012-06-18
4

You want a "non-archimedean" ordered field. Examples are hyperreals and surreals. My favorite one: the transseries (G. A. Edgar, "Transseries for Beginners," http://www.math.ohio-state.edu/~edgar/preprints/trans_begin/). Also try the Levi-Civita numbers: http://en.wikipedia.org/wiki/Levi-Civita_field . See here http://en.wikipedia.org/wiki/Infinitesimal for many examples.

3

Consider the field $\mathbb{R}(x)$ of all (formal) rational functions in one variable with real coefficients. While this is not an ordered field, it is an orderable field -- it is possible to define an ordering $<$ on rational functions that is consistent with the usual laws of arithmetic.

For any ordering $<$ of $\mathbb{R}(x)$, we can define sets $L = \{ a \in \mathbb{R} \mid a < x\}$ and $R = \{ a \in \mathbb{R} \mid a > x\}$, and we have $\mathbb{R} = L \cup R$ -- under this ordering, every real number is either less than or greater than the polynomial $x$.

It turns out the ordering $<$ is completely determined by $L$ and $R$, and conversely each way to choose $L$ and $R$ corresponds to an ordering of $\mathbb{R}(x)$.

The complete list of orderings are:

  • The ordering "$+\infty$" - $x$ is larger than every real number
  • The ordering "$-\infty$" - $x$ is smaller than every real number
  • The ordering "$a^+$" - $x$ is infinitesimally larger than $a$
  • The ordering "$a^-$" - $x$ is infinitesimally smaller than $a$

The labels I've chosen for the orderings refer to "where" $x$ is placed in relation to the real line.

Some good buzzwords that relate to this sort of topic are:

  • Real closed field
  • Formally real field
  • Real algebraic geometry
  • Semi-algebraic geometry

There is an easy way to write down a first-order theory whose models are examples of the sort of number system you ask for. For example,

  • Start with the language of ordered fields
  • Add a new constant symbol $\varepsilon$
  • Add in all of the ordered field axioms
  • Add in one axiom $0 < \varepsilon$
  • For every positive integer $n$, add in one axiom $\varepsilon < n$

Every model of this theory will have a number $\varepsilon$ with the property that it is larger than every non-positive real number, and smaller than every positive real number.

  • 0
    Can I add multiple $\varepsilon$ this way? It won't break any field axioms? Will all the maths from university still work (integrals etc.), or do I need some exceptions (i.e. where does the archimedian matter)? Is which is the field which is more than real numbers, but leaves as much undergrad math valid as possible?2012-06-19
  • 0
    If you stick to elementary algebra, any real closed field is indistinguishable from the real numbers in terms of what theorems/identities are true or what computations you can do. If you want to do real analysis (e.g. integrals), you need to set things up more along the lines of non-standard analysis. (i.e. hyperreals)2012-06-19