I understand Bayes theorem that I have a prior belief about a hypothesis: $$\Bbb P_0=P(H)$$
But I really don't understand when literature says prior probabilities are "updated" (??)
Does this mean the term $\Bbb P_0=P(H)$ is being replaced by $P(H|E)$ everytime?
So next time I observe new evidences $E_1...E_n$: $$\Bbb P_1=P(H|E_1)= \frac {P(E_1|H)}{P(E_1)}.\Bbb P_0$$ $$\Bbb P_2= P(H|E_2)=\frac {P(E_2|H)}{P(E_2)}.\Bbb P_1$$ $$\Bbb P_3= P(H|E_3)=\frac {P(E_3|H)}{P(E_3)}.\Bbb P_2$$ $$...$$ $$\Bbb P_n= P(H|E_n)=\frac {P(E_n|H)}{P(E_n)}.\Bbb P_{n-1}$$
I'm confused as what happens to $P(H)$?
UPDATE
If one substitutes above equalities to last one, it will look like this: $$\Bbb P_n= P(H|E_n)=\frac {P(E_n|H)P(E_{n-1}|H)...P(E_1|H)P(H)}{P(E_n)P(E_{n-1})...P(E_1)}$$ $$= \frac {P(H|E_n)P(E_n).P(H|E_{n-1})P(E_{n-1})...P(H|E_1)P(E_1).P(H)}{P(E_n)P(E_{n-1})...P(E_1).P^n(H)}$$ $$\Rightarrow P(H|E_{n-1})...P(H|E_1)=P^{n-1}(H)$$
This doesn't look right.
That's almost correct, but there are two issues to how we want to update:
Taking this into account, the formulas for $\mathbb P_1, \mathbb P_2, \mathbb P_3, \dots$ instead look like:
\begin{align} \mathbb P_1 &= P(H \mid E_1) = \frac{P(E_1 \mid H)}{P(E_1)} \cdot \mathbb P_0 \\ \mathbb P_2 &= P(H \mid E_1 \land E_2) = \frac{P(E_2 \mid H \land E_1)}{P(E_2\mid E_1)} \cdot \mathbb P_1 \\ \mathbb P_3 &= P(H \mid E_1 \land E_2\land E_3) = \frac{P(E_3 \mid H\land E_1 \land E_2)}{P(E_3\mid E_1\land E_2)} \cdot \mathbb P_2 \\ \dots &= \dots \end{align}
Substituting them into each other and using the rule $P(A \land B \mid C) = P(A \mid C)\, P(B \mid A \land C)$, we get the following formula for finding $\mathbb P_n$ directly: $$ \mathbb P_n = P(H \mid E_1 \land E_2 \land \dots \land E_n) = \frac{P(E_1 \land E_2 \land \dots \land E_n \mid H) P(H)}{P(E_1 \land E_2 \land \dots \land E_n)}. $$