T(n)=2T(n/2)+n/logn求算法复杂度

如题,T(n)=2T(n/2)+n/logn求算法复杂度,可以用主定理吗,n/logn的时间复杂度是n吗,有详细的证明吗

img

img