How can I prove that the partial ordering of natural numbers has no least element?
I genuinely have no idea how to do this. Q3c. This is not a homework/assignment task. It's a past exam paper which I am attempting to solve in preparation for my exam
Asked
Active
Viewed 525 times
0
Azza
- 55
-
Which partial ordering? If you use the "normal" way to order natural numbers 0 (or 1 depending on what your set of natural numbers contain) will be the least element. Or do you mean integers? – Ove Ahlman Nov 03 '15 at 10:06
-
@OveAhlman edited the question mate – Azza Nov 03 '15 at 10:10
1 Answers
0
By a "least element" I assume you mean an element $X$ such that every element $Y$ satisfies $Y≥X$? But given $x\in \mathbb N$ consider the element $x+1$. We can't have $x≤x+1$ in your system since $2x$ is never less than $x+1$ in $\mathbb N$.
I believe that some people use "least element" to refer to an element $x$ such that there is no element $y≠x$ with $y≤x$. That is a much weaker notion. In this case, $x=1$ works with your partial ordering.
lulu
- 70,402