Graded poset definition trouble

  • Context:
  • Thread starter Thread starter caffeinemachine
  • Start date Start date
  • Tags Tags
    Definition
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
caffeinemachine
Gold Member
MHB
Messages
799
Reaction score
15
Graded poset on wiki: Graded poset - Wikipedia, the free encyclopedia

Wikipedia defines a 'graded Poset' as a poset $P$ such that there exists a function $\rho:P\to \mathbb N$ such that $x< y\Rightarrow \rho(x)< \rho(y)$ and $\rho(b)=\rho(a)+1$ whenever $b$ covers $a$.

Then if you go to the 'Alternative Characterizations' on the page whose link I gave above you would see that the first line reads:
A bounded poset admits a grading if and only if all maximal chains in $P$ have the same length.
Here's the problem. Consider $P=\{a,b,c,d\}$ with $a<b,b<d,a<c,a<d$. All other pairs are incomparable. Then according to the first definition $P$ is a graded poset while the second definition says otherwise.

Maybe I am committing a very silly mistake but just can't find it.

Please help.
 
Physics news on Phys.org
Re: graded poset definition trouble

caffeinemachine said:
Consider $P=\{a,b,c,d\}$ with $a<b,b<d,a<c,a<d$. All other pairs are incomparable. Then according to the first definition $P$ is a graded poset while the second definition says otherwise.
This is indeed a graded poset, but it is not a bounded poset. The latter has to have a least and a greatest elements.
 
Re: graded poset definition trouble

Evgeny.Makarov said:
This is indeed a graded poset, but it is not a bounded poset. The latter has to have a least and a greatest elements.

Thanks! Guess it will take some time for the definitions to sink in.