Start with a totally ordered set $A$ of size (cardinality) $N$.
What is the size of the set $S$ of subsets of $A$ such that if $y$ is in the subset, any element $x$ in $S$ such that $x < y$ is also in the subset? Does the answer depend on the details of the ordering (if so, why)?
$$ S = \{B|B\subseteq A, \forall x \in A, y \in B \text{ if } x<y \text{ then } x \in B\} $$
More colloquially:
- How many ways can you split an ordered set into two pieces?
- Can the answer change if I define a new ordering on the initial set $A$?
For finite sets I expect the answer to be: $(N+1)$, and No, the ordering doesn't matter. Using the reals as an example of an infinite set, at least using the usual ordering, I think the answer is the same cardinality as the reals, and I have no idea if that depends on the ordering somehow.
I've been told never to extend intuition to infinite sets, so along with the answers I'd really appreciate, as best as possible, explanations of "why"/"where" intuition from finite sets breaks down if the answer is not simple.
It should be exactly N for all sets, since the empty set isn't a part of your partition (it isn't less than or greater than anything in $A$).
As a simple example, consider $A=\{1,2,3,4\}$.
$S=\left\{\{1\},\{1,2\},\{1,2,3\},\{1,2,3,4\}\right\}\implies|S|=|A|=4$
Also, this really only makes practical sense for countably finite sets. If you try to partition the reals this way, then there are uncountably infinitely many other points you can split the reals at, infinitely close to any point at which you're trying to split the reals. So the number of ways you can split the interval $[0,1]$ is uncountably infinite. Technically this is still the same as the cardinality of the set of all real numbers in the interval - but I don't see this fact being particularly helpful since any continuous subset of the reals has the same cardinality as the set of all real numbers.