Show that Zorns lemma follows from AC

  • Context: Graduate 
  • Thread starter Thread starter Kontilera
  • Start date Start date
  • Tags Tags
    Ac
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 3K views
Kontilera
Messages
176
Reaction score
24
Hello!
I´m currently reading Halmos - 'Naive Set Theory' on my own and try to solve the problems that the author has supplied by myself. When it comes to the chapter of Zorns Lemma I feel a bit confused and have not manage to solve the problem in the end of the chapter.. In other words to show that Zorns Lemma follows from the Axiom of Choice.

If anybody has solved it, please help me.

I do not have the book with me right now, but can qoute the whole question when I get back home. Thanks in advance!

/ Kontilera
 
on Phys.org
I haven't done this exercise myself, and my instincts would involve a combination of the well-ordering theorem along with choice.

At first glance, there seem to be two clear leads:

  • Find a collection whose choice function would yield a maximal element (or could be used to construct one
  • Set up a situation with a choice that would only be possible if there isn't a maximal element, and derive a contradiction

I have ideas about how the second one would work, but I haven't thought them through yet -- I don't want to present a polished suggestion, instead I want to point out the thought process one might go through!
 
Assume choice and let [itex](P,<)[/itex] be a poset satisfying the hypotheses of Zorn's Lemma, but failing to have a maximal element. Let [itex]X[/itex] be the collection of subsets of [itex]P[/itex] which are well-ordered by [itex]<[/itex]. Let

[itex]F : X \to \mathcal{P}(P)\setminus \{\emptyset\}[/itex]

be such that [itex]F(x)[/itex] is the set of all strict upper bounds for [itex]x[/itex]. Such an [itex]F[/itex] exists by the assumptions on [itex]P[/itex]. Let [itex]f : X \to P[/itex] be a choice function on the sequence of sets [itex]\langle F(x) | x \in X\rangle[/itex]. Now, one can use transfinite recursion to build a well-ordered subset of [itex]P[/itex] of arbitrarily large order type (using [itex]f[/itex] to choose the next element of the subset at each stage of the recursion), contradicting Hartog's Lemma.
 
Thanks for the answers! I think I follow :)
Planning to read these chapters again to make sure I understand everything. Is there any nice way to show the opposite, i.e. that AC follows from Zorns lemma?

Best Regards
Kontilera
 
AKG said:
Assume choice and let [itex](P,<)[/itex] be a poset satisfying the hypotheses of Zorn's Lemma, but failing to have a maximal element. Let [itex]X[/itex] be the collection of subsets of [itex]P[/itex] which are well-ordered by [itex]<[/itex]. Let

[itex]F : X \to \mathcal{P}(P)\setminus \{\emptyset\}[/itex]

be such that [itex]F(x)[/itex] is the set of all strict upper bounds for [itex]x[/itex]. Such an [itex]F[/itex] exists by the assumptions on [itex]P[/itex]. Let [itex]f : X \to P[/itex] be a choice function on the sequence of sets [itex]\langle F(x) | x \in X\rangle[/itex]. Now, one can use transfinite recursion to build a well-ordered subset of [itex]P[/itex] of arbitrarily large order type (using [itex]f[/itex] to choose the next element of the subset at each stage of the recursion), contradicting Hartog's Lemma.

It would be nice if there was a "pure choice" approach, rather than resorting to transfinite iteration, which in my mind counts as a "well-ordering theorem"-type proof.