I know that a chain is always a lattice (https://math.stackexchange.com/questions/974596/is-every-chain-a-lattice#=), where
- A chain is a subset of a poset in which every two elements are comparable and
- A lattice is a poset in which every finite subset has a greatest lower bound and a lowest upper bound.
What would be an example of a lattice that isn't a chain? Or are they equivalent?
There are plenty of examples: a very standard one:
Let $X$ be a set of at least 2 elements and let the lattice be the set $\mathscr{P}(X)$ (its powerset (i.e. all its subsets)), ordered by inclusion. This is a lattice with $\inf(A,B) = A \land B = A \cap B$ and $\sup(A,B) = A \lor B = A \cup B$. The elements $\{a\}$ and $\{b\}$ are incomparable for $a,b \in X, a \neq b$
Or take any positive integer $N$ with at least two prime factors and take the set of all divisors of $N$, ordered by divisibility: $a \le b$ iff $a$ divides $b$ evenly. $\sup(a,b) = \operatorname{lcm}(a,b)$ and $\inf(a,b) = \operatorname{gcd}(a,b)$; different prime divisors are incomparable.