I don't understand preservation of well quasi-orders, here is what I have thought about:
Definition A binary relation $R$ on $X$ is a quasi-order when it is reflexive and transitive.
Definition A quasi-order $\le$ is a well quasi-order when it satisfies any of the following equivalent conditions:
- (nowhere ascending chain condition) every sequence $x_1,x_2,x_3\ldots$ with $\lnot x_1 \le x_2$, $\lnot x_2 \le x_3$, $\ldots$ is finite.
- (strictly descending chain condition) every strictly descending chain $\ldots \le x_2 \le x_1$ with $\lnot x_2 \le x_1$, $\lnot x_3 \le x_2$, $\ldots$ is finite.
- (finitely generated ideal condition) every ideal is finitely generated. An ideal $I$ is such that for all $x \in I$, $y \in X$ that $x \le y$ implies $y \in I$. To be finitely generated means $I$ is the smallest ideal containing some finite set of points.
Theorem Let $R,S$ be well quasi-orders on $X$ with $R \subseteq S$ (so $aRb$ implies $aSb$). Then $R$ W.Q.O. implies $S$ W.Q.O.
explanation I tried to prove the theorem using several different definitions I still didn't feel that I understand the relationship.
proof using nowhere ascending chain condition: any ascending chain in $S$ is an ascending chain in $R$, therefore finite.
strictly descending chain condition: I can't get this proof to work but here's what I tried: (1) Let $\ldots R x_2 R x_1$ be an ascending chain in $R$, then it is also an ascending chain in $S$ because $R$ is stricter than $S$. (2) Let $\lnot x_2 S x_1$, $\lnot x_3 S x_2$, $\lnot x_3 S x_2$ then this also holds for $R$ because there are less $R$-relations.
Now the proof could suppose a strictly descending chain in $S$, then either we have an strictly descending chain in $R$ hence it's finite - or the $S$ chain is infinite and gets broken up into infinitely many finite pieces in $R$: Then we have infinitely many relations of type $\lnot x_{b+1}Rx_b$, and also $x_i R x_{i+1}$ for all $i$.
I don't see the contradiction here though..
finitely generated ideal condition: Any $S$-ideal is an $R$-ideal too, so finitely generated.
so I tried proving the preservation for various different equivalent definition but I don't feel like I understand it any more and I couldn't make the proof work for one def. Also I defined a well-quasi order here and it became non-well-founded when dtldalek extended it to a total order - that seems to go directly against the theorem.
So I'm really confused about this, how should I understand the preservation intuitively? and what I do need to fix the middle proof? (although that middle proof might not lead to any insight in which case I don't care about it)
Part of the problem, as Marc van Leeuwen noted, is that your definitions of well-quasi-order aren’t quite right. Start with a quasi-order $\le$ (i.e., a reflexive, transitive relation) on $X$. Then $\langle X,\le\rangle$ is a well-quasi-order if it satisfies any of the following equivalent conditions:
Here (1)-(3) correspond more or less to your three conditions.
A proof using (2) is entirely possible.