I'm currently working on a proof which states (not the main claim, just a property used later on in the proof):
Let $d=(d_{ij})$ be an ultrametric on the set $\{1, \dotsc, n\}$ (i.e. that $d$ is a vector in $\mathbb{R}^{\binom{n}{2}}$ and its coordinates are considered as an ultrametric such that $d(i,j)=d_{ij}$). Set $R= \max \{d_{ij} \}$.
CLAIM: Then there exists a unique partition of the set $\{1, \dotsc, n \}$ such that $d_{ij}=R$ if $i$ and $j$ are from different blocks and such that $d_{ij}<R$ if $i,j$ are in the same block.
According to the proof, this follows immediately from the ultrametric property, i.e from the fact that since $d$ is an ultrametric, $\max \{d_{ij},d_{ik}, d_{jk} \}$ is attained at least twice. However, I fail to see how I could show this. I thought that certainly $R$ is attained several times due to the ultrametric property...It would be great if someone could point me in the right direction on how to approach this.