I am referring Diestal book on Graph Theory($5^{th}$ Edition)
In section 1.5 defines the following :
Writing x $ < $ y for x ∈ rT y then defines a partial ordering on V (T ), the tree-order associated with T and r. We shall think of this ordering as expressing ‘height’: if x < y we say that x lies below y in T , we call $\lceil y \rceil$ := { x | x $\leq$ y } and $\lfloor x \rfloor$ := { y | y $\geq$ x } the down-closure of y and the up-closure of x
I have a confusion with Lemma 1.5.5 of the Diestal book on Graph Theory($5^{th}$ Edition)which states that:
Let T be a normal tree in G
(i) Any two vertices x, y ∈ T are separated in G by the set $\lceil x \rceil ∩ \lceil y \rceil $.
My doubt is: how $\lceil x \rceil ∩ \lceil y \rceil $ separates x and y?
In the definition V(T) keeps a partial ordering, is a tree order associated with root element r and tree T. So, consider the r as the least element and all leaves in the tree are the maximal elements.
Consider any two vertices x,y $\in$ V(T) and ⌈x⌉, ⌈y⌉. In each element down closure contains at least root element r(according to the definition of down closure ). If take their ⌈x⌉∩⌈y⌉ it also contains r. If we remove root element, it makes x and y disconnected.