Complete ordered fields are Archimedean

  • Thread starter Thread starter quasar987
  • Start date Start date
  • Tags Tags
    Complete Fields
quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32

Homework Statement


I'm troublde by the proof appearing in my book that complete ordered fields are Archimedean. It says, "Suppose F is not Archimedean, i.e. that given an x in F, there are no "integer" N with x < N. And consider the monotone sequence 1,2,3,..." (and then it goes on to show that this sequence, although increasing and bounded by x, does not converge becuz if it did to y, then we would have 1=|n+1-1|<|n+1-y|+|y-n|<2*epsilon ==><== as soon as epsilon < 1/2)

But if the list of integers ends abruptly as hypothesized, the sequence is ill defined, is it not? When one writes "1,2,3,...", one means that the actual sequence is the map from \mathbb{N} to F that sends 1 to 1, 2 to 2, 3 to 3, etc. But what does the map send N to if N is not in F?
 
Last edited:
Physics news on Phys.org
quasar987 said:
But if the list of integers ends abruptly as hypothesized
Where was that hypothesized?
 
quasar987 said:
"Suppose F is not Archimedean, i.e. that given an x in F, there are no "integer" N with x < N."

Well, there is no integer greater than x. So there is a largest integer.
 
quasar987 said:
Well, there is no integer greater than x. So there is a largest integer.
How does that follow?
 
Well, we know that 1 and x are in F. x is greater than 1. There is no integer greater than x. Therefor, either 1 is the greatest integer, or there exists another one btw 1 and x. In any case, there is a greatest integer.

At least this is how I think about all this. What is wrong?
 
quasar987 said:
Well, we know that 1 and x are in F. x is greater than 1. There is no integer greater than x. Therefor, either 1 is the greatest integer, or there exists another one btw 1 and x. In any case, there is a greatest integer.

At least this is how I think about all this. What is wrong?
The conclusion does not follow from anything you've said. How do you conclude the existence of a greatest integer? Where do you prove that there exists an integer n such that, for every other integer m, m < n?

You argued that either 1 is the largest integer, or there exists an integer between 1 and x. Why does that imply there is a largest integer?


Try rigorously proving your claim -- hopefully you'll see that there's a problem, and why anyone would have ever thought to state the Archimedian axiom.


If you want an explicit example of a nonarchmedian ordered ring, consider the ring of all polynomials over the reals with the reverse dictionary ordering: if you write down the coefficients (ending with the constant one), the one that would come first in the dictionary is the smaller one. e.g.

1 + 3 x^2 < 2 x + x^3, because if we write the coefficients:

... 0 0 3 0 1 | for 1 + 3 x^2
... 0 1 0 2 0 | for 2x + x^3

and 0 3 0 1 comes before 1 0 2 0 in the dictionary order.

Observe that x > n for all integers n. This ordering can be extended to the field of rational functions over the reals.

I suppose a more analytic way to describe this ordering is:

f < g iff there exists a C such that for all x > C we have f(x) < g(x).
 
Last edited:
I understand.
 
hi there,

in this proof i didnt understand why |n+1-y| < epsilon. I think that If |n-y|< epsilon then |n+1-y|<epsilon+1.

Where am I wrong?

Also, I didnt understand why the sequence is bounded above by x, isn't it unbounded? How can we bound 1,2,3 ... ?
 
Last edited:
magnumartus said:
How can we bound 1,2,3 ... ?

That's what happens if the field is non-Archimedean.
 
  • #10
I got it, thanks a lot.

Can someone explain why |n+1-y| < epsilon when |n-y| < epsilon ?
 
Back
Top