Is a single element in a Hasse Diagram a chion or an anti-chain or both?
- As a Hasse Diagram contains reflexive elements, it is compararble to itself. So it is a chain.
- But I read somwhere that a single element is also an anti-chain
How is it an anti-chain if the Hasse diagram does not contain any other element to which it might be incomparable?
A subset $A$ of a partial order $\langle P,\le\rangle$ is an antichain if and only if there do not exist $a,b\in A$ such that $a\le b$ and $a\ne b$. In other words, what keeps a set $A\subseteq P$ from being an antichain is having two different elements that are related by the order $\le$. If $A=\{x\}$, then $A$ doesn’t have two different elements at all, so it certainly doesn’t have two different elements that are related by the order, and it must therefore be an antichain.
Perhaps you’ve seen the following equivalent definition of an antichain: $A\subseteq P$ is an antichain if and only if for all $a,b\in A$, $a\le b$ implies that $a=b$. If you use this definition, it is if anything even clearer that $\{x\}$ is an antichain for each $x\in P$: if $a,b\in\{x\}$, then $a=x$ and $b=x$, so $a=b$ whether or not $a\le b$ (though of course it’s true in this case that $a\le b$).