From a physicist's point of view, I was just curious if Bayes' formula has a "time-ordering" / causality built into it? I.e., if I wanted to calculate the following using Bayes' theorem: $P(A(t_2) \mid A(t_1))$, that is, the probability of observing event $A$ at $t_2$ given that it was observed at $t_1$, Bayes' theorem would say:
$$P(A(t_2) \mid A(t_1)) = \frac{P(A(t_1)\mid A(t_2)) P(A(t_2))}{P(A(t_1))},$$
but this would violate causality, wouldn't it, since it is requiring one to know what happened at $t_2$ without observing the event at $t_1$ first. Or, rather, at least the likelihood factor is saying the probability of observing $A(t_1)$ given $A(t_2)$, where $t_2 > t_1$. Is this implying that Bayesian "events" are time-symmetric? How would one interpret something like this?
Thanks.
There is no causation. Probability is a measure of expecation for an event's occurance. This expectation may be predictive or forensic; "will it occure" or "has it occured". Either way, it is just a question of what information we have about it.
If I roll a die the probability that it is a six is $1/6$; but wait, I have already rolled the die ... so what is the probability that it was a six?
There is symmetry because Bayes' rule is based on the definition of conditional probability. Conditional probability is the measure under additional information.
$$\begin{align}\mathsf P[A(t_1)\mid A(t_2)]~\mathsf P[A(t_2)] &= \mathsf P[A(t_2)\mid A(t_1)]~\mathsf P[A(t_1)] \\[1ex] & = \mathsf P[A(t_1)\cap A(t_2)]\end{align}$$