Benford’s Law states that in many naturally occurring datasets, the leading digit d (1–9) follows: \[ P(d) = \log_{10}(1 + \frac{1}{d}) \]
This pattern helps detect anomalies or fraud in data such as accounting records, tax data, or election results.