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.
Partitions and equivalence relations are the same thing, so all we need to show is that, if $i\sim j$ means $d_{ij} < R$, then $\sim$ is an equivalence relation.
Reflexivity and symmetry follow from straightforward properties of a metric. To see transitivity, we need the ultrametric property:
If $d_{ij} < R$ and $d_{jk} < R$, then $d_{ik} \leq \max(d_{ij}, d_{jk}) < R$. And that's it!
Note that we didn't use any properties of $R$ except that it's a positive real number. Choosing $R$ to be the maximum distance gives us other interesting properties, e.g. that the resulting partition is nontrivial.