Prove that a countable inductive poset is directed complete.

130 Views Asked by At

Prove that a countable inductive poset is directed complete.

This question is from Notes on Set Theory 2nd edition by Yannis Moskovakis. Here, an inductive poset is a poset such that every chain in the poset has a least upper bound.

I am not sure what I can do here. Let $P$ be a countable, inductive partially ordered set, and let $S$ be a directed set. If $S$ is a chain, then it has a least upper bound so we are done. However $S$ need not be a chain.

As the chapter that has this problem has the following theorem, I may be able to use this but I am not sure how to:

Theorem: every monotone mapping $\pi: P \to P$ on an inductive poset to itself has exactly one strongly least fixed point $x^*$ characterized by two properties $$\pi(x^*)=x^*,$$ $$\forall y\in P[\pi(y) \leq y \Rightarrow x^* \leq y]$$

Actually, the theorem on the chapter requires $\pi$ to be countably countinuous, but such condition is later in the book proven to be superflous.

I may be able to use the "least property" of a function $\pi$ satisfying the conditions stated in the theorem, but I am not sure how I can define such a $\pi$.

1

There are 1 best solutions below

3
On BEST ANSWER

Suppose that $A$ is an infinite Dedekind-finite set which can be linearly ordered, e.g. a set of real numbers such as in Cohen's first model.

Now consider the partial order $P=[A]^{<\omega}$ of finite subsets of $A$, ordered by inclusion. I claim that this is an inductive partial order. And to see why note that if we have a chain of finite subsets, then it has to be countable, since every finite set in the chain must have a unique cardinality which is a natural number; but since $A$ is linearly ordered that means that we can enumerate all the finite sets in the chain uniformly and so the union of the chain is countable. Finally by the fact that $A$ is Dedekind-finite that means that the chain had to be finite to begin with.

But at the same time, the partial order is not directed-complete, since the whole partial order is directed and there is no supremum to the partial order itself.


The key point here, which is how we avoid using choice, is that your assumption includes countability, which lets you use recursion as needed by fixing the enumeration of your partial order and using it to choose elements as needed.

The main point here is that if $X$ is a countable directed set, then $X$ has a cofinal chain. And to see why, note that we can construct this chain recursively: write $X=\{x_n\mid n<\omega\}$ and define $C_0=\{x_0\}$ and $C_{n+1}$ as $C_n\cup\{x_k\}$ where $k$ is the least index of an element which is larger than all the elements of $C_n\cup\{x_n\}$.