Definition
An empirical regularity that for many naturally occurring numerical datasets the distribution of leading (first) decimal digits d = 1,...,9 follows P(d) = log10(1 + 1/d), so smaller digits (especially 1) appear as leading digits far more often than larger ones, typically when data span multiple orders of magnitude and are not artificially constrained.
Principle
Principle
Datasets generated by multiplicative processes, scale-invariant mixtures, or that combine heterogeneous scales tend to produce leading-digit frequencies approximating Benford's logarithmic distribution; the law is therefore a probabilistic expectation, not a deterministic rule.
Demonstration
Demonstration
Illustrative scenario: Simulate values by repeatedly multiplying a positive initial value by random factors drawn from a distribution with support across several magnitudes (a multiplicative stochastic process). The frequencies of the simulated numbers' first digits converge approximately to the Benford distribution.
Misapplication
Misapplication
Using Benford's Law to test for fraud in datasets that do not meet its applicability conditions (for example, lists of assigned identifiers, restricted ranges, or data with imposed minima/maxima). The error is treating the law as universally applicable rather than conditional on data-generating properties.
Consequence
Consequence
Applied consequence: Benford's Law can be a useful screening tool to flag anomalous datasets for further investigation (e.g., in forensic auditing or data validation), but deviations are only diagnostic, not proof of manipulation; false positives and negatives are possible.
Reversal
Reversal
Does not hold or is weak when datasets are bounded within narrow ranges, comprise assigned or constrained numbers (IDs, invoice numbers), or when a single scale dominates; in such cases digit frequencies can be uniform or follow other patterns.
Boundary
Boundary
Within scope: naturally occurring measures (financial magnitudes, physical measurements, populations, etc.) that span several orders of magnitude and are not systematically rounded or truncated. Outside scope: human-assigned identifiers, small-range measurements, or data constructions with explicit digit rules.
Semantic Tension
Semantic Tension
Tension between probabilistic pattern recognition (using Benford for screening) and inferential caution: reliance on Benford can conflict with the need for contextual, substantive evidence when alleging manipulation.
Synthesis
Synthesis
Benford's Law provides a compact probabilistic expectation about leading digits useful for screening and model understanding; its value lies in indicating where further substantive examination is warranted, not in serving as conclusive evidence on its own.