I've been curious about transfinite number systems including infinite ordinals, hyperreals, and surreal numbers. The hyperreals in particular seem particularly appealing for introducing a hierarchy of infinities and infinitesimals that behave algebraically nicely, but I'm not sure why they are defined with something as complicated as ultrafilters.
I've been wondering if we can't get the same basic properties from the following definitions, where ⍵ can be used to write arbitrary expressions which can be rewritten and simplified in the same ways expressions in terms of a finite valued variable can.
To determine order, let f(⍵) and g(⍵) be expressions in terms of ⍵:
f(⍵) > g(⍵) if and only if f(x) > g(x) for all x above some real value.
f(⍵) < g(⍵) if and only if f(x) < g(x) for all x above some real value.
f(⍵) = g(⍵) if and only if f(x) = g(x) for all x above some real value.
You could think of this as taking the limit of the order the two expressions are in.
To find the standard part, let f(⍵) be an expression in terms of ⍵:
st(f(⍵)) = limit of f(x) as x goes to infinity
You could also then introduce ε as a shorthand for 1/⍵ as a basis for infinitesimals. I'm aware that not every expression within this system can be definitively ordered, so indeterminate order will be a fundamental part, but this is a property also shared by surreal numbers with its star numbers. With these definitions, for example, we can say that sin⍵ < 2 but cannot say if sin⍵ < 0.
Is there anything fundamentally wrong with these definitions? It seems too simple for me to be the first person to think about it, so is there a name for this specific basis for a transfinite number system? What can hyperreal numbers do, for example, that these can't?
I'm interested in this because it seems like an interesting system to explore with a prohibitively high barrier of entry, like if someone introduced complex numbers with "I can tell you about complex numbers, but you'll need to be well versed in set theory and formal proofs so you can follow along with my 30 minute presentation" rather than "Well let's just say that the square root of negative one exists, and let's call it i". It seems like this could at least be a more intuitive way of thinking about certain transfinite numbers, and it seems to generate the same order for things that the hyperreal numbers in terms of omega and epsilon do. I'm willing to accept my system is different, but could it also be applied in nonstandard analysis? From what I can tell it works just fine for derivatives, integrals, and can be used to compare divergent limits.