I need an infinite structure that can be put into an order with the following properties:
The order must... be transitive, be irreflexive, be total (i.e., every two things share some sort of relation), have an upper bound, have a lower bound, be such that every member with a successor has an immediate successor, be such that every member with a predecessor has an immediate predecessor.
I'm at a loss. I don't know much about infinity, but I would naively think that these conditions force finiteness. However, my instructor told us that it can be proven for polyadic logic that if a finite set of any size can satisfy a schema (say, one that spells out the above conditions), then an infinite set can also satisfy that schema.
Is there a structure that satisfies these conditions? I would think something that looked like this might work: $\lbrace p,p+1,...,q-1,q \rbrace$, where $q$ is the upper bound; $p$ is the lower bound; $\lbrace p,p+1,... \rbrace$ is an infinitely ascending chain; $\lbrace ...,q-1,q \rbrace$ is an infinitely descending chain; and every member of $\lbrace...,q-1,q \rbrace$ is greater than every member of $\lbrace p,p+1,... \rbrace$. I know that an well-ordered series does not contain an infinitely descending chain, but perhaps the descending chain in the example could be isomorphic to a wellordered series with a starting point.
How about $\left\{\frac{1}{n}\ :\ n\ge 3\right\} \cup \left\{1-\frac{1}{n}\ :\ n\ge 3\right\}$? You did not state that the upper or lower bounds had to be in the set.