Bayes' rule
Updates a prior belief about a parameter after observing evidence by reweighting parameter values according to how well they predict that evidence.
The probability of theta given x equals the probability of x given theta times the prior probability of theta, divided by the probability of x.
Start with what you believed before x, reward parameter values that predict x well, and renormalize the updated beliefs.
Conditioning is the conceptual verb: Bayes' rule reverses which variable is treated as known by reweighting and normalizing.
This is an exact identity. In large models the denominator or posterior may be computationally intractable, motivating variational or sampling approximations.