I am reading Distance measures to compare real and ideal quantum processes and it is explained the motivation behind Bures metric and angle metric.
Bures metric is defined as:
$$B(\rho,\sigma)=\sqrt{2-2 F(\rho,\sigma)}$$
Angle metric is defined as:
$$A(\rho,\sigma)=\arccos(\sqrt{F(\rho,\sigma)})$$
Where $F(\rho,\sigma)$ is the fidelity between $\rho$ and $\sigma$ density matrices. He says that we can understand such motivation on pure states: we would see it comes from the usual euclidian distance.
If I do such calculations, I would define the euclidian distance as:
$$d(X,Y)=||X-Y||=\sqrt{\langle X-Y | X-Y \rangle}=\sqrt{2-2 Re(\langle X | Y \rangle)} $$
To find the Bure metric I have to assume $\langle X | Y \rangle \geq 0$.
But why would it be the case ? For instance if I consider:
$$|\psi \rangle = | a \rangle + |b \rangle $$
I cannot change the relative phase between $|a \rangle$ and $|b \rangle$ as I want (because it would change the physical state $|\psi \rangle$). Thus if $\langle a | b \rangle $ is not a positive number I guess there is nothing much I can do for that.
How to understand the intuition behind such metric then? Should I actually consider it as an "abstract" definition on which I verify that it satisfies the axioms of a metric? But it would be weird in the way the paper explains the motivation behind.
Similar question for the angle metric.
[edit]: I think it might come from the fact we want to define a distance between physical states. Considering $|\Phi \rangle$ and $| \Psi \rangle$ two physical state, their global phase do not matter. Thus, to have a simple formula we can choose their phases $\phi_{\Psi}, \phi_{\Phi}$ so that $\langle \Psi | \Phi \rangle \geq 0$ which correspond to the upper bound: $\sup_{\phi_{\Psi}, \phi_{\Phi}}(Re[\langle \Psi | \Phi \rangle])=\langle \Psi | \Phi \rangle$. It somehow makes sense because we are interested into distance between physical and not mathematical states. We can thus fix the global phases of the two states as we would like.
Does that make sense ?