Let $A$, $B$ be $d$ by $d$ matrices where $A$, $A+B$ are symmetric positive semi-definite matrices and $\text{det}B=0$. $f(t)=(\text{det}(A+tB))^{\frac{1}{d}}$ is my function where $t\in[0,1]$.
If $f(t)\leq f(0)+tf'(0)$, then $f$ is concave over $[0,1]$.
I just asked To be concave on $[0,1]$, $f(t)\leq f(0)+tf'(0)$ is enough? for general function, but turns out there is a counterexample.
$f$ is special here, which is a composition of exponent function and determinent, it could be true. Thanks in advance.
My trial : $f(t)=(\text{det}(A+tB))^{\frac{1}{d}}$ looks like a exponent $\frac{1}{d}$ of a polynomial function of order $d$. then $f(t)=(a_{1}t^{d}+\cdots)^{\frac{1}{d}}$.
Second trial : Let $f(t)=(a_{d}t^{d}+\cdots+a_{0})^{1/d}$.
$tf(1/t)=(\det(tA+B))^{1/d}$, LHS$=(a_{d}+\cdots+a_{0}t^{d})^{1/d}$ take $t=0$, then $a_{d}=\text{det}B=0$.
So $f(t)=(a_{d-1}t^{d-1}+\cdots+a_{0})^{1/d}$
We can see $f$ is smooth. Let's claim $f$ doesn't have zero on $(0,1)$.
Suppose not, i.e. $f(z)=0$ for some $z\in(0,1)$. We know $f(1)=\left(\text{det}(A+B)\right)^{1/d}\geq0$.
Then, we can change $A$ into $A+zB$ then the condition $\tilde{f}(t)\leq\tilde{f}(0)+t\tilde{f}'(0)$ doesn't make sence. So $f$ doesn't have any zero on $(0,1)$.
Here, I can't go farther.