I am trying to understand the proof of archimedean priniciple stated on wiki proof here.(https://proofwiki.org/wiki/Archimedean_Principle). I am having trouble understanding the last part of the proof where it proves there is a supremum $$s = sup(S)$$ and then proceeds with 'Now consider a number $s - 1$' and then eventually proving that $m + 1 > x$. From what i understood, for example if S = {1, 2, 3, 4, 5, 6, 7, 8 , 10} and x=10,then could the supremum of S be 10.9999999999 or 11 ? . If $ s = 11 $ then the last part of the proof does not make sense, i.e if $m=10, s = 11$ then $m > s - 1$ which evalutes to $10 > 10$ which is false. So am i correct in saying that s is 10.99999999 ?
2026-04-08 23:06:10.1775689570
Understanding Archimedean Priniciple Proof in WikiProof
85 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in SUPREMUM-AND-INFIMUM
- $\inf A = -\sup (-A)$
- Supremum of Sumset (Proof Writing)
- If $A\subseteq(0,+\infty)$ is nonempty and closed under addition then it is not bounded above.
- Distance between a point $x \in \mathbb R^2$ and $x_1^2+x_2^2 \le 4$
- Prove using the completeness axiom?
- comparing sup and inf of two sets
- Supremum of the operator norm of Jacobian matrix
- Show that Minkowski functional is a sublinear functional
- Trying to figure out $\mu(\liminf_{n\to \infty}A_n) \le \liminf_{n\to \infty}\mu(A_n)$
- Real numbers to real powers
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Just to elaborate on the proof further in case that it could help.
By the continuum property of $\mathbb{R}$ they are invoking that
The reason the proof takes a look at $s-1$, where $s=\sup(S)$. Is to show that this is not an upper bound, for if $s-1$ is an upper bound for $S$, then $s-1<s$ contradicting that $s$ is the least upper bound of $S$.
Therefore negating what is means for an element to be an upper bound, that means that since $s-1$ is not an upper bound, there must be at least one element $m$ in $S$ such that $s-1<m$.
Since $m$ is an element of $S$, then $m$ is a natural number. Finally $s-1<m\iff s<m+1$, that means $m+1\notin S$ yet it's a natural number so $m+1>x$.
Now if the logic above was not what was bothering you about the proof but rather some misconception about the continuum property (axiom of completeness), I suggest reading up on it since it's a really neat property of the real numbers.
I don't have enough reputation to comment but I saw your question on whether supremums of sets need or need not be in the sets.
Take the set $$A=\{x\in\mathbb{R}: 1\leq x<2\}: n\in\mathbb{N}\}$$
Here we have $\sup(A) = 2$ (this can be proven) yet $2\notin A$
While for $$B=\{x\in\mathbb{R}: 1\leq x\leq 3\}: n\in\mathbb{N}\}$$
we have $\sup B = 3$ and $3\in B$.