Update beliefs with Bayes' rule and Jeffrey conditioning—explore rational belief change
Bayesian epistemology treats rational belief as degrees of confidence that should be updated according to Bayes' theorem when new evidence arrives. Your credences (degrees of belief) must satisfy the probability axioms to avoid Dutch book vulnerabilities—betting arrangements that guarantee you'll lose money.
When you observe evidence E, you update your belief in hypothesis H using Bayes' rule:
P(H | E) = P(E | H) × P(H) / P(E)
Sometimes evidence is uncertain—you're not completely sure what you observed. Jeffrey conditioning handles this by updating on a probability distribution over possible observations:
P_new(H) = P(H | E) × P_new(E) + P(H | ¬E) × P_new(¬E)
This maintains coherence when your evidence itself has a degree of uncertainty, such as unreliable testimony or ambiguous perceptual data.