Race winner verification, codec racing (fork codecs/race per chunk/fold to winner), election analysis, convergence racing, server optimality.
race_winnerGiven N candidates with scores and costs, verify the race winner is valid (highest score), minimal (no unnecessary computation), and isolated (clear margin). Returns winner, validity checks, margin of...
codec_racingFork codecs, race per chunk, fold to overall winner. Simulates chunk-level codec competition with roundtrip correctness checking. beta_1 = codecs - 1 (degrees of freedom in the race). Returns per-chun...
election_analysisAnalyze a multi-round election or tournament as fork/race/fold topology. Checks bracket structure, fairness (monotone elimination -- no revived candidates), and whether the elimination order respects ...
convergence_raceRace multiple optimization strategies to convergence at varying budget levels. Returns the winner at each budget, crossover points where leadership changes, and the Pareto frontier of cost vs converge...
server_optimalityGiven N servers with latency, throughput, and cost, compute optimal routing as a race. Returns optimal assignment, load balancing strategy, and race topology showing how requests should be distributed...
codec_racing_sandwichCompute the codec racing sandwich: H(source) ≤ wire ≤ raw. Returns floor (entropy), ceiling (raw), gain bounds, and diversity convergence gap.
thm_race_winner_validityThe selected race winner has a valid result: complete status and result passes the validity predicate. Invalid branches cannot win. [LEDGER: THM-RACE-WINNER-VALIDITY]
thm_race_winner_minimalityThe winner completes no later than any other valid branch. This is the "fastest correct answer" property of race operations. [LEDGER: THM-RACE-WINNER-MINIMALITY]
thm_race_winner_determinismTies are broken deterministically by branch index (C3). Among all valid candidates with the same completion time, the lowest-indexed branch wins. Satisfies deterministic fold. [LEDGER: THM-RACE-WINNER...
thm_race_winner_isolationVenting a non-winner branch preserves the winner's validity. Formal content of C2 (branch isolation) applied to race operations. [LEDGER: THM-RACE-WINNER-ISOLATION]
thm_race_winner_composableRace results compose through fold: given two valid race winners, their fold is valid when the fold function preserves validity. Connects race correctness to the monoidal category structure. [LEDGER: T...
thm_topo_race_subsumptionPer-resource codec racing subsumes any fixed codec: racing total is always less than or equal to any fixed-codec total. Adding a codec to the race never increases wire size. Racing achieves zero compr...
thm_dual_protocol_paretoHTTP+Flow dual protocol dominates either protocol alone. Internal deficit of zero transfers advantage. Throughput conserved across the protocol boundary. Adding Flow never worsens HTTP clients [LEDGER...
thm_server_race_eliminationx-gnosis server lifecycle as fork/race/fold transition system: race terminates with exactly one winner. Fold preserves content-length invariant. Wallington Rotation achieves T=ceil(P/B)+N-1. Cache war...
thm_server_optimalityEnd-to-end composition theorem: a server with fork/race/fold at every layer, zero deficit at every layer boundary, and Wallington Rotation scheduling simultaneously achieves critical-path makespan (nu...
thm_always_hypothetical_betterFor cost > 1, a cheaper compiler exists in principle [LEDGER: THM-ALWAYS-HYPOTHETICAL-BETTER]
thm_universe_extensibleAny finite competitor set can be extended [LEDGER: THM-UNIVERSE-EXTENSIBLE]
thm_pareto_frontierBetty and aeon-logic neither dominates the other [LEDGER: THM-PARETO-FRONTIER]
thm_local_optimality_provableNon-increasing cost sequence stabilizes [LEDGER: THM-LOCAL-OPTIMALITY-PROVABLE]
thm_optimality_gapHypothetical better always exists AND local optimality always achievable [LEDGER: THM-OPTIMALITY-GAP]
thm_god_gap_nonnegGod Gap >= 0 [LEDGER: THM-GOD-GAP-NONNEG]
thm_god_gap_boundedGod Gap <= initial cost [LEDGER: THM-GOD-GAP-BOUNDED]
thm_god_gap_nonincreasingEach iteration narrows the God Gap [LEDGER: THM-GOD-GAP-NONINCREASING]
thm_god_gap_convergesGod Gap converges to a final value [LEDGER: THM-GOD-GAP-CONVERGES]
thm_god_gap_bettyBetty God Gap = 661us (0.726ms - 0.065ms) [LEDGER: THM-GOD-GAP-BETTY]
thm_god_gap_bettiBetti God Gap = 9us (0.074ms - 0.065ms) [LEDGER: THM-GOD-GAP-BETTI]
thm_self_hosted_closerBetti closer to god than Betty [LEDGER: THM-SELF-HOSTED-CLOSER]
From "Being Irreversible" by Taylor William Buley.
LEDGER sections: Race Winner Correctness, Server Optimality & Codec Racing
Read the paper at Wallington Lab