Completely Recessive Selection Order
Abstract
Completely recessive selection first appears at the ploidy order.
Theorem 1.1 (The selection signal has exact ploidy order).
Proof. Machine-checked in Lean as D5/S0/Asymptotics/EscapeProbability/CompletelyRecessiveSelectionOrder.completely_recessive_selection_order (✓ std3). ∎
Source. Repository-derived.
Commentary.
The all-recessive class has frequency x^p and fitness 1-s; the remaining class has fitness one. Mean fitness and selected allele mass are constructed from those two classes before normalization.
Positive selection is required for the exact-order clause: at s=0 the change vanishes identically. The frequency lies in [0,1], and the single endpoint s=x=1 is excluded because mean fitness is zero there.
The local remainder is big-O of x^(p+1). Mathlib’s analytic vanishing order records the nonzero degree-p leading factor, and the final clause makes the increase with ploidy explicit.
References
- Truth anchor:
D5/S0/Asymptotics/EscapeProbability/CompletelyRecessiveSelectionOrder.completely_recessive_selection_order