Let $a_1,a_2,\cdots,a_n$ be positive real numbers such that $a_1+a_2+\cdots+a_n=1$ and let $A_1,A_2,\cdots,A_n$ be positive definite complex matrices. Prove that the following inequality holds: $$\det(a_1A_1+\cdots+a_nA_n) \ge (\det A_1)^{a_1}\cdots(\det A_n)^{a_n}$$
My progress: I tried to use weighted AM-GM inequality and tried to prove that(is this even true?) $$\det(a_1A_1+\cdots+a_nA_n) \ge a_1\det A_1+\cdots+a_n\det A_n$$ Now this looks little bit like Jensen's inequality but I don't know how to proceed. Does anyone know of a solution that doesn't involve use of any powerful matrix inequality like Minkowski?