I've been confused about the definition of directed set in John L. Kelley's book "General Topology" (1), and feel inconsistency in multiple relevant places.
Overall, I feel that in the following sentence on p.65
A binary relation $\geq$ directs a set D if D is non-void and ...
the symbol "$\geq$" should have been "$\leq$". Such change would make it consistent with other textbooks, such as Munkres (2) and Willard (3).
More importantly, Kelley seems to be inconsistent with himself, e.g.,
- in the paragraph right below the definition of directs on p.65, it says
We say that m follows n in the order "$\geq$" and ... iff $m \geq n$
while earlier on p.13 he said
If $<$ is an ordering and $x<y$, then ... $y$ follows $x$
which seems more natural to me.
The inconsistency between the two places is that if we treat $<$ and $\geq$ as a more abstract relation $R$, then on p.65 he says $m$ follows $n$ if $\mathbf{mRn}$, while on p.13 he says $m$ follows $n$ if $\mathbf{nRm}$ (I made substitution $x\rightarrow n$ and $y\rightarrow m$ to make the contrast more clear).
- In the paragraph that follows, there is another example:
... the set $\omega$ of non-negative integers are directed by $\geq$. Observe that 0 is a member of $\omega$ which follows every other member in the order $\leq$.
From the context I feel that the $\geq$ in the above text should be interpreted as the usual ordering of natural numbers, i.e., $j \geq i$ means $j$ is bigger than or equal to $i$ in the usual sense. If we follow this interpretation, then I do not see how the property of 0 explains why $\omega$ is directed by $\geq$. In contrast, the property of 0 would explain why $\omega$ is directed by $\leq$.
I've also tried hard with alternative interpretations in multiple places, but could not make Kelley's exposition consistent with itself. Anybody has a clue?
(1) Kelley, General Topology, Dover edition 0-486-81544-7
(2) Munkres, Topology: a first course, Prentice-Hall 1975, 0-13-925495-1
(3) Willard, General Topology, Dover edition, 0-486-43479-6
Attached are the pictures of p.13 and p.65 from the Springer edition of GTM27 0-387-90125-6, which is the same as (1).
A directed set has as its primitive relation $\ge$. If we replace it by $F$ to be neutral and pronounce $nFm$ as $n$ follows $m$, the axioms for a directed set say
If $m$ follows $n$ and $n$ follows $p$ then $m$ follows $p$, or $$\forall m,n,p \in D: (mFn \land nFp) \to mFp$$
Every $m$ follows itself. Or $$\forall m \in D: mFm$$
For any two $m,n$ we can find a $p$ that follows both of them, or $$\forall m,n \in D: \exists p \in D: pFm \land pFn$$
I think this is quite clear, so far. Now it gets a bit confusing because $x \ge y$ already an alternative symbol for $y \le x$, when $\le$ is a partial order. But at least the word "follows" is used the same way; at page 13 if $x \le y$ , $y$ follows $x$, which corresponds to page 65's $y \ge x$ as well.
The remark on $\omega$ is true as it stands. He purposefully inverts the order to illustrate that the symbol doesn't always has the obvious meaning:
So he has $\omega =\{0,1,2,\ldots\}$ and he defines (using my symbol $F$ for clarity) that $mFn$ iff $m \le n$, where $\le$ is the usual ordering on $\omega$. Then axioms 1. and 2. are clear because the usual ordering on $\omega$ is transitive and reflexive. 3. follows from the fact that whatever $m,n$ are we can always take $p=0$: $0Fm$ because $0 \le m$ in the usual order. By reversing the order (so now $1$ "follows" $2$ in the directed set relation, etc.) the directed set in question has a "maximum", which "follows" all elements, to wit $0$. So this example serves (I think) to warn the reader that "follows" in a directed set doesn't always mean the same as an already defined notion "follows" from a partial order. It's meant to make you think and warn that "$\ge$" is not always what you think it is. He still uses $\ge$ in directed sets and not the boring $F$ I used, because it evokes the right idea that the left element in the directed-order relation is "further along". This doesn't have to be literally true, as we saw using $\omega$ or the trivial example that $nFm$ is true for all pairs ("any set is directed.."), where there is no "direction" in an intuitive sense. These examples all illustrate that a notion of directed-ness can be very general. The "direction reversal" is also seen in his example of the "set of finite subsets of a set" where $A \ge B$ ($A$ follows $B$) means that $B \subseteq A$; here the confusion is less as we don't write inclusion as $\le$, so it's not confusing symbols. Axiom 3. shows what the "direction" is, and this axiom distinguishes a directed set from a partial order.
If a set $(A,\le_A)$ is already a partial order, then if it's directed "naturally" in the sense that a directed set $(A,\ge)$ is just defined as $nFm$ or $n \ge m$ iff $m \le_A n$, then Fremlin (in his book Consequences of Martin's Axiom, where posets play a central role) says that $A$ is "upwards-directed", whereas if $nFm$ or $n \ge m$ is defined as $n \le_A m$ (as in Kelley's $\omega$) the set is "downward-directed". I quote from page 4 paragraph 11G(b):
TLDR: I don't think Kelley is inconsistent, he's just giving an illustrative example to clarify. I do think Fremlin has a good point here, though.