I want to know the proof that covariance matrix of multivariate normal distribution is positive definite in order to have a pdf.
To have a pdf, if x is a random vector of size n,
1) f(x) >=0
2) $$\int_{-\infty}^{\infty} f(x) dx$$ = 1
how can this proven by showing these two properties of pdf?
You don't need the density function to prove this. $\sum_{i,j} a_ia_j cov(X_i,X_j)=\sum_{i,j} a_ia_j E(X_i-EX_i)(X_j-EX_j)=(E(\sum_i a_i(X_i-EX_i))^{2} \geq 0$ for all $(a_i)$.