Problem: A circle $\Gamma$ with center $O$ and an interior point $P$ are given. For three points $(A, B, C)$ on the circle $\Gamma$, angles between three lines $(PA, PB, PC)$ are all $2\pi/3$. Prove that $PA + PB + PC$ is minimum when one of the three lines $(PA, PB, PC)$ is perpendicular to $OP$.
$\\$
[My Approach]
Denote the radius of $\Gamma$ as $R$, and let $\angle APO=\theta$, $OP=d$.
Using the cosine law, $f(\theta):=AP=d\cos\theta + \sqrt{R^2-d^2\sin^2\theta}$.
Then $PA + PB + PC$ becomes $g(\theta)=f(\theta)+f(\theta+2\pi/3)+f(\theta+4\pi/3)\\ =\sqrt{R^2-d^2\sin^2\theta}+\sqrt{R^2-d^2\sin^2(\theta+2\pi/3)}+\sqrt{R^2-d^2\sin^2(\theta+4\pi/3)}$.
It is not complicated to show that $g(\theta)$ has extremum at $\theta=\pi/2$ ($0<\theta<2\pi/3)$, but how can we prove that it is the minimum point?
- Since $P$ is a Fermat point of $\triangle ABC$, I've tried to apply the properties of Fermat point, but I couldn't get any conclusion from this approach.

