The pdf for Dirichlet distribution seems to be
$$ Dir(\alpha_1,\alpha_2,\ldots\alpha_k) \text{ is defined as} $$ $$ pdf(θ_1,θ_2,\ldots,θ_k )= \frac{Γ(\alpha_0)}{Γ(∝_1 )Γ(∝_2 )\cdots Γ(∝_k )} θ_1^{∝_1-1} θ_2^{∝_2-1} \cdots θ_k^{∝_k-1} $$ $$ \text{ over the region where } θ_i \gt 0 \text{ and } θ_1 + θ_2 + ... + θ_k = 1 $$ $$ \text{ and } ∝_0 = ∝_1+ ∝_2+\cdots+∝_k $$
The formula for a multinomial seems to be $$ pmf(φ_1,φ_2,\ldots, φ_k;n_1,n_2,… n_k)= \frac{Γ(n_0+1)}{Γ(n_1+1)Γ(n_2+1)\cdots Γ(n_k+1)} φ_1^{n_1} φ_2^{n_2}\cdots φ_k^{n_k} $$ $$ \text{ over the region where } φ_i \ge 0 \text{ and } φ_1 + φ_2 + ... + φ_k = 1 $$ $$ \text{ and } n_0 = n_1+ n_2+\cdots+n_k $$ I am unable to see the difference in the formulas? Did I miss some other conditions?
(I am aware that Dirichlet is a conjugate-prior to multinomial)