Non-empirical prediction, inference form classification, cross-domain structural transfer, falsifiability checking, structural homology computation.
non_empirical_predictionMake predictions without empirical observation using structural lattice interpolation. Given a set of known structures (each with a domain, beta_1 value, and observed properties), predict the properti...
inference_form_classifyClassify an inference into one of the five novel inference forms from the paper: (1) Topological -- conclusion follows from structural invariants (beta_1, connectivity, cycles); (2) Thermodynamic -- c...
cross_domain_predictMake cross-domain predictions using fork/race/fold isomorphism. Given a source domain with known topology and results, and a target domain with known topology, predict what results should hold in the ...
falsifiability_checkCheck if a prediction is falsifiable per the paper's framework of 291 falsifiable predictions. A prediction is falsifiable if and only if there exists a concrete experimental or observational procedur...
structural_homologyCompute structural homology between two systems. Each system is described by its node count, edge list, and beta_1. Returns the homology grade: A = quantitative isomorphism (same beta_1, same degree s...
thm_hole_positive_weightA structural hole always has strictly positive interpolation weight. The complement distribution never assigns zero probability to any hole. Never say never in prediction [LEDGER: THM-HOLE-POSITIVE-WE...
thm_interpolation_boundedThe interpolation weight is bounded between 1 and rounds + 1. The prediction is always finite and within the Buleyean weight range [LEDGER: THM-INTERPOLATION-BOUNDED]
thm_rejection_reduces_predictionMore neighbor rejection = lower prediction weight. Structure constrains: neighbors' rejection data shapes the hole's complement distribution [LEDGER: THM-REJECTION-REDUCES-PREDICTION]
thm_lattice_partitionThe lattice is exactly partitioned into observed positions and holes. observedCount + holeCount = totalPositions. Conservation law of the structural lattice [LEDGER: THM-LATTICE-PARTITION]
thm_neighbor_dominates_uninformedStructural prediction with neighbor data is at least as informative as uninformed guessing. Interpolation weight <= uninformed weight. Structure provides signal [LEDGER: THM-NEIGHBOR-DOMINATES-UNINFOR...
thm_strict_dominanceWith nontrivial neighbor rejection (neighborVoidSum > 0), structural prediction is strictly more informative than guessing. The gap equals min(voidSum, roundsSum) [LEDGER: THM-STRICT-DOMINANCE]
thm_holes_orderedTwo holes with different neighbor rejection receive different predictions. The lattice differentiates. Formalizes: "gallium is more like aluminum than iron" [LEDGER: THM-HOLES-ORDERED]
thm_mendeleev_is_complementMendeleev's interpolation method is isomorphic to computing the Buleyean complement weight from neighbor-aggregated void boundary. Same formula: rounds - min(void, rounds) + 1 [LEDGER: THM-MENDELEEV-I...
thm_algebraic_hole_is_void_gapAlgebraic holes (Dirac's positron, Pauli's neutrino) are positions demanded by lattice partition conservation. The lattice forces the hole to exist; the complement distribution predicts its properties...
thm_non_empirical_solomonoffNon-empirical prediction composes with Solomonoff prediction. Holes in simpler lattices get higher weight. Simpler structures make stronger predictions about their gaps [LEDGER: THM-NON-EMPIRICAL-SOLO...
thm_impossible_elementAn AI can "know" a fact about an unobserved object without training data, by computing the interpolation weight from the structural lattice. Positive, bounded, structure-dependent. Deterministic, obje...
thm_prediction_without_observationThe structural hole has nonzero interpolation weight despite no direct observation. Weight comes entirely from neighbor structure. Formal content of non-empirical prediction [LEDGER: THM-PREDICTION-WI...
thm_non_empirical_prediction_masterComplete non-empirical prediction theorem: lattice partition, hole positivity, boundedness, structure dominates, algebraic holes exist. Formal basis for predicting properties of undiscovered objects f...
thm_void_inference_positiveEvery token retains positive probability in void inference. The sliver prevents permanent exclusion from generation regardless of rejection history [LEDGER: THM-VOID-INFERENCE-POSITIVE]
thm_void_inference_concentratesThe complement distribution sharpens with rejection accumulation. Tokens rejected more get lower weight. Generation gets more confident [LEDGER: THM-VOID-INFERENCE-CONCENTRATES]
thm_void_inference_coherentTwo void inference systems with the same rejection history produce the same output distribution. Deterministic given the void boundary [LEDGER: THM-VOID-INFERENCE-COHERENT]
thm_void_inference_subsumes_softmaxVoid inference with single-step boundary equals standard softmax range. With multi-step accumulation, void inference is strictly richer (cross-step rejection memory) [LEDGER: THM-VOID-INFERENCE-SUBSUM...
thm_void_inference_normalizableTotal weight across all tokens is positive, so the complement distribution can be normalized to a probability distribution [LEDGER: THM-VOID-INFERENCE-NORMALIZABLE]
thm_retrocausal_consistentOnly trajectories consistent with the terminal state survive. Terminal constraints are satisfiable (every terminal weight is positive) [LEDGER: THM-RETROCAUSAL-CONSISTENT]
thm_retrocausal_positiveNo valid trajectory is excluded. The sliver prevents false negatives in the pruning step. Weight >= 1 and weight != 0 [LEDGER: THM-RETROCAUSAL-POSITIVE]
thm_retrocausal_sharpensAs generation progresses, the set of consistent continuations shrinks. Fewer tokens remain with low rejection counts [LEDGER: THM-RETROCAUSAL-SHARPENS]
thm_retrocausal_composableTwo retrocausal constraints compose. Intersection of consistent trajectories is nonempty because the sliver ensures weight >= 1 for every token under every constraint [LEDGER: THM-RETROCAUSAL-COMPOSAB...
thm_retrocausal_no_self_referenceSelf-referential terminal constraints cannot annihilate any trajectory. The grandfather paradox applied to decoding [LEDGER: THM-RETROCAUSAL-NO-SELF-REFERENCE]
thm_topo_skip_preserves_topologySkipping a zero-deficit layer preserves the total beta1 of the network. A layer with beta1 = 0 contributes nothing topologically [LEDGER: THM-TOPO-SKIP-PRESERVES-TOPOLOGY]
thm_topo_speedup_exactSpeedup from skipping a layer is deficit + 1. For zero-deficit layer, speedup = 1 [LEDGER: THM-TOPO-SPEEDUP-EXACT]
thm_topo_skip_composableMultiple layer skips compose. Skipping layers with deficits d1 and d2 gives total speedup d1 + d2 + 2. Deficits are additive [LEDGER: THM-TOPO-SKIP-COMPOSABLE]
thm_topo_skip_boundedMaximum number of skippable layers is bounded by the network depth [LEDGER: THM-TOPO-SKIP-BOUNDED]
thm_topo_minimum_computeAt least one layer must execute (the sliver applied to compute). Network with L layers can skip at most L - 1 [LEDGER: THM-TOPO-MINIMUM-COMPUTE]
thm_topo_deficit_nonnegBeta1 deficit is always non-negative. No layer has negative topological complexity [LEDGER: THM-TOPO-DEFICIT-NONNEG]
thm_ensemble_deficit_exactSemiotic deficit of a k-agent ensemble is exactly k - 1. Unavoidable information loss from folding multiple candidates to one winner [LEDGER: THM-ENSEMBLE-DEFICIT-EXACT]
thm_ensemble_deficit_positiveFor any nontrivial ensemble (k >= 2), the deficit is positive. Folding always loses information. Free consensus is impossible [LEDGER: THM-ENSEMBLE-DEFICIT-POSITIVE]
thm_ensemble_dominates_singleEnsemble output (least-rejected candidate) has weight at least as high as any single agent. Complement voting is non-degrading [LEDGER: THM-ENSEMBLE-DOMINATES-SINGLE]
thm_ensemble_complement_votingEvery candidate retains positive weight in the complement vote. No agent's output is ever completely eliminated [LEDGER: THM-ENSEMBLE-COMPLEMENT-VOTING]
thm_ensemble_coherentTwo independent juries using the same rejection data select the same winner. Complement voting is objective [LEDGER: THM-ENSEMBLE-COHERENT]
thm_ensemble_scalingAdding one more agent increases the deficit by exactly 1. Constant marginal information cost [LEDGER: THM-ENSEMBLE-SCALING]
thm_nei_positivePredicted completion has positive weight. The structural hole exists in the Buleyean sense [LEDGER: THM-NEI-POSITIVE]
thm_nei_dominates_guessStructural prediction strictly dominates random guessing when neighbors provide nontrivial rejection data [LEDGER: THM-NEI-DOMINATES-GUESS]
thm_nei_coherentTwo systems with the same lattice structure produce the same prediction. Non-empirical inference is objective [LEDGER: THM-NEI-COHERENT]
thm_nei_boundedPrediction weight bounded between 1 and rounds + 1. Always finite, always within Buleyean weight range [LEDGER: THM-NEI-BOUNDED]
thm_nei_mendeleevNon-empirical inference is isomorphic to Mendeleev's periodic table prediction method. Both compute complement weight from neighbor-averaged void boundary [LEDGER: THM-NEI-MENDELEEV]
thm_nei_structure_dominatesMore neighbor rejection data produces sharper (lower) prediction weight. More structure = more constraint [LEDGER: THM-NEI-STRUCTURE-DOMINATES]
thm_novel_inference_forms_masterComplete composition: all five forms are well-defined and compose from the same Buleyean axioms. Void inference positive, retrocausal decoding satisfiable, topological skipping non-negative, ensemble ...
thm_misfolding_zero_deficitCorrect protein folding reaches beta1 = 0 (native state). Zero misfolding deficit [LEDGER: THM-MISFOLDING-ZERO-DEFICIT]
thm_misfolding_positive_deficitMisfolded proteins have positive deficit (trapped in non-native state with unresolved cycles) [LEDGER: THM-MISFOLDING-POSITIVE-DEFICIT]
thm_misfolding_deficit_boundedMisfolding deficit is bounded by conformational complexity (conformations - 1) [LEDGER: THM-MISFOLDING-DEFICIT-BOUNDED]
thm_language_convergence_minLanguage acquisition requires at least spaceSize - 1 convergence rounds. Void walking over the phoneme space [LEDGER: THM-LANGUAGE-CONVERGENCE-MIN]
thm_larger_language_slowerLarger phoneme inventories require more convergence rounds. Hawaiian < English < Mandarin < !Xoo [LEDGER: THM-LARGER-LANGUAGE-SLOWER]
thm_babbling_uniformPre-convergence babbling phase is uniform distribution (all-zero void boundary, all weights equal) [LEDGER: THM-BABBLING-UNIFORM]
thm_immune_never_zeroNo pathogen's threat weight ever reaches zero. The immune sliver: even maximally encountered pathogens retain weight >= 1 [LEDGER: THM-IMMUNE-NEVER-ZERO]
thm_less_rejected_more_threateningPathogens with fewer failed antibody bindings (less rejected) have higher threat weight. Novel pathogens most dangerous [LEDGER: THM-LESS-REJECTED-MORE-THREATENING]
thm_novel_pathogen_max_threatNever-encountered pathogen has maximum threat weight = rounds + 1 (max uncertainty) [LEDGER: THM-NOVEL-PATHOGEN-MAX-THREAT]
thm_pruning_deficit_exactNeural pruning deficit = sqrtParams - 1. Over-pruning creates classical deficit [LEDGER: THM-PRUNING-DEFICIT-EXACT]
thm_pruning_speedupOptimal neural pruning speedup = deficit + 1 = sqrtParams. Composes quantum_speedup_equals_classical_deficit_plus_one [LEDGER: THM-PRUNING-SPEEDUP]
thm_full_multiplexing_liquidityFull trading path multiplexing = zero liquidity deficit = maximum market liquidity [LEDGER: THM-FULL-MULTIPLEXING-LIQUIDITY]
thm_serialized_market_deficitSingle-path market has maximum deficit = tradingPaths - 1 = maximum illiquidity [LEDGER: THM-SERIALIZED-MARKET-DEFICIT]
thm_deficit_monotone_realizationAdding a trading venue reduces liquidity deficit. Deficit is monotone in realized paths [LEDGER: THM-DEFICIT-MONOTONE-REALIZATION]
thm_novel_predictions_masterAll five predictions formally grounded: misfolding deficit bounded, language convergence positive, immune memory positive, pruning speedup = deficit + 1, full multiplexing = zero deficit [LEDGER: THM-...
thm_memory_never_forgottenMemory strength is always positive (the sliver): no memory is ever fully forgotten regardless of failed retrieval count [LEDGER: THM-MEMORY-NEVER-FORGOTTEN]
thm_more_failures_weakerMore failed retrievals produce weaker memory. The forgetting curve is monotone in void count [LEDGER: THM-MORE-FAILURES-WEAKER]
thm_perfect_retrieval_maxPerfect retrieval (zero failures) gives maximum strength = opportunities + 1 [LEDGER: THM-PERFECT-RETRIEVAL-MAX]
thm_climax_zero_deficitEcological climax community has zero succession deficit [LEDGER: THM-CLIMAX-ZERO-DEFICIT]
thm_succession_monotoneCloser to climax means less succession deficit (monotone toward equilibrium) [LEDGER: THM-SUCCESSION-MONOTONE]
thm_single_source_max_fragilitySingle-source supply chain has maximum fragility deficit = potential - 1 [LEDGER: THM-SINGLE-SOURCE-MAX-FRAGILITY]
thm_full_diversification_zeroFull supplier diversification eliminates fragility deficit [LEDGER: THM-FULL-DIVERSIFICATION-ZERO]
thm_more_suppliers_less_fragilityMore active suppliers monotonically reduces fragility deficit [LEDGER: THM-MORE-SUPPLIERS-LESS-FRAGILITY]
thm_deliberation_deficit_positiveJury deliberation deficit is always positive for k >= 2 jurors. Free consensus is impossible [LEDGER: THM-DELIBERATION-DEFICIT-POSITIVE]
thm_unanimous_zero_gapUnanimous verdict (votes >= threshold) has zero agreement gap [LEDGER: THM-UNANIMOUS-ZERO-GAP]
thm_larger_jury_larger_deficitLarger jury has larger deliberation deficit (more information lost in fold) [LEDGER: THM-LARGER-JURY-LARGER-DEFICIT]
thm_perfect_transfer_zeroPerfect skill transfer (all skills applicable) has zero transfer deficit [LEDGER: THM-PERFECT-TRANSFER-ZERO]
thm_more_transferable_less_deficitMore transferable skills monotonically reduces transfer deficit [LEDGER: THM-MORE-TRANSFERABLE-LESS-DEFICIT]
thm_no_transfer_max_deficitZero transferable skills gives maximum transfer deficit = source skills [LEDGER: THM-NO-TRANSFER-MAX-DEFICIT]
thm_predictions_round8_masterAll five predictions compose: memory positive, climax zero deficit, full diversification zero fragility, deliberation positive, perfect transfer zero deficit [LEDGER: THM-PREDICTIONS-ROUND8-MASTER]
thm_quantum_cancer_isomorphicQuantum and cancer topologies are isomorphic [LEDGER: THM-QUANTUM-CANCER-ISOMORPHIC]
thm_four_way_identityFour-way identity across domains [LEDGER: THM-FOUR-WAY-IDENTITY]
thm_universal_fold_constantUniversal fold constant [LEDGER: THM-UNIVERSAL-FOLD-CONSTANT]
thm_cross_file_masterMaster composition theorem [LEDGER: THM-CROSS-FILE-MASTER]
thm_deficit_determines_heatDeficit determines heat [LEDGER: THM-DEFICIT-DETERMINES-HEAT]
thm_arrow_is_fold_heatArrow's theorem as fold heat [LEDGER: THM-ARROW-IS-FOLD-HEAT]
thm_wallace_frontier_zeroWallace frontier zero equivalence [LEDGER: THM-WALLACE-FRONTIER-ZERO]
thm_semiotic_whip_amplificationSemiotic deficit amplification via whip-wave [LEDGER: THM-SEMIOTIC-WHIP-AMPLIFICATION]
thm_failure_tax_positiveUniversal failure tax is positive [LEDGER: THM-FAILURE-TAX-POSITIVE]
thm_cross_module_masterMaster cross-module identity [LEDGER: THM-CROSS-MODULE-MASTER]
thm_dialogue_convergence_boundedDialogue convergence is bounded [LEDGER: THM-DIALOGUE-CONVERGENCE-BOUNDED]
thm_war_budget_tightensWar budget tightens with context [LEDGER: THM-WAR-BUDGET-TIGHTENS]
thm_void_walking_regret_deepVoid walking regret bound (composed) [LEDGER: THM-VOID-WALKING-REGRET-DEEP]
thm_universal_convergenceUniversal convergence [LEDGER: THM-UNIVERSAL-CONVERGENCE]
thm_deep_compositions_masterMaster deep composition [LEDGER: THM-DEEP-COMPOSITIONS-MASTER]
thm_retrocausal_nei_positiveRetrocausal structural hole prediction is positive [LEDGER: THM-RETROCAUSAL-NEI-POSITIVE]
thm_branch_preserves_predictionBranching preserves prediction [LEDGER: THM-BRANCH-PRESERVES-PREDICTION]
thm_double_complement_orderDouble complement is order preserving [LEDGER: THM-DOUBLE-COMPLEMENT-ORDER]
thm_triple_coherenceTriple coherence [LEDGER: THM-TRIPLE-COHERENCE]
thm_novel_compositions_masterMaster novel compositions [LEDGER: THM-NOVEL-COMPOSITIONS-MASTER]
thm_28_validAll 28 predictions valid from construction [LEDGER: THM-28-VALID]
thm_void_separatesVoid fraction separates all conditions [LEDGER: THM-VOID-SEPARATES]
thm_fold_reduces_allFold reduces all by one [LEDGER: THM-FOLD-REDUCES-ALL]
thm_crispr_efficiencyCRISPR efficiency monotone decreasing [LEDGER: THM-CRISPR-EFFICIENCY]
thm_pbft_iff_beta1pBFT iff beta-1 [LEDGER: THM-PBFT-IFF-BETA1]
thm_myelination_boundedMyelination chunks bounded [LEDGER: THM-MYELINATION-BOUNDED]
thm_silent_mutation_deficitSilent mutation has nonzero deficit [LEDGER: THM-SILENT-MUTATION-DEFICIT]
thm_sleep_clears_debtSleep clears debt [LEDGER: THM-SLEEP-CLEARS-DEBT]
thm_dark_matter_conservationDark matter-energy conservation [LEDGER: THM-DARK-MATTER-CONSERVATION]
thm_translation_always_losesTranslation always loses [LEDGER: THM-TRANSLATION-ALWAYS-LOSES]
thm_skill_stages_orderedSkill stages C0-C3 are ordered [LEDGER: THM-SKILL-STAGES-ORDERED]
thm_predictions_round2_masterMaster round 2 predictions [LEDGER: THM-PREDICTIONS-ROUND2-MASTER]
thm_perfect_beauty_zero_deficitPerfect beauty has zero deficit [LEDGER: THM-PERFECT-BEAUTY-ZERO-DEFICIT]
thm_gradient_determines_flowGradient determines information flow [LEDGER: THM-GRADIENT-DETERMINES-FLOW]
thm_batch_tradeoff_existsBatch tradeoff exists [LEDGER: THM-BATCH-TRADEOFF-EXISTS]
thm_predictions_round3_masterMaster round 3 predictions [LEDGER: THM-PREDICTIONS-ROUND3-MASTER]
thm_insight_requires_densityInsight requires void density [LEDGER: THM-INSIGHT-REQUIRES-DENSITY]
thm_dialogue_reduces_conflictDialogue reduces conflict [LEDGER: THM-DIALOGUE-REDUCES-CONFLICT]
thm_cascade_boundedFailure cascade bounded by total [LEDGER: THM-CASCADE-BOUNDED]
thm_predictions_round4_masterMaster round 4 predictions [LEDGER: THM-PREDICTIONS-ROUND4-MASTER]
thm_iterated_debt_closed_formIterated debt closed-form [LEDGER: THM-ITERATED-DEBT-CLOSED-FORM]
thm_full_recovery_clearsFull recovery clears debt [LEDGER: THM-FULL-RECOVERY-CLEARS]
thm_cascade_debt_composeCascade debt composes [LEDGER: THM-CASCADE-DEBT-COMPOSE]
thm_predictions_round10_masterMaster round 10 predictions [LEDGER: THM-PREDICTIONS-ROUND10-MASTER]
thm_universal_cost_floor_achievableUniversal cost floor achievable [LEDGER: THM-UNIVERSAL-COST-FLOOR-ACHIEVABLE]
thm_zero_debt_collapseZero debt collapse [LEDGER: THM-ZERO-DEBT-COLLAPSE]
thm_collapse_path_conservationCollapse path conservation [LEDGER: THM-COLLAPSE-PATH-CONSERVATION]
thm_predictions_round11_masterMaster round 11 predictions [LEDGER: THM-PREDICTIONS-ROUND11-MASTER]
thm_diversity_racing_zero_deficitDiversity racing achieves zero deficit [LEDGER: THM-DIVERSITY-RACING-ZERO-DEFICIT]
thm_all_choices_surviveAll choices survive (positivity) [LEDGER: THM-ALL-CHOICES-SURVIVE]
thm_less_rejected_preferredLess rejected is preferred [LEDGER: THM-LESS-REJECTED-PREFERRED]
thm_predictions_round14_masterMaster round 14 predictions [LEDGER: THM-PREDICTIONS-ROUND14-MASTER]
thm_uniform_rejections_zero_gapUniform rejections have zero gap [LEDGER: THM-UNIFORM-REJECTIONS-ZERO-GAP]
thm_early_stopping_savesEarly stopping saves cost [LEDGER: THM-EARLY-STOPPING-SAVES]
thm_quorum_intersection_agreementQuorum intersection ensures agreement [LEDGER: THM-QUORUM-INTERSECTION-AGREEMENT]
thm_monoculture_forces_wasteMonoculture forces waste [LEDGER: THM-MONOCULTURE-FORCES-WASTE]
thm_reframing_floorReframing floor at exhaustion [LEDGER: THM-REFRAMING-FLOOR]
thm_cascade_reduces_frontierCascade reduces frontier [LEDGER: THM-CASCADE-REDUCES-FRONTIER]
thm_primary_diagnosis_maximalPrimary diagnosis is maximal [LEDGER: THM-PRIMARY-DIAGNOSIS-MAXIMAL]
thm_complex_models_more_nonhaltingComplex models have more nonhalting [LEDGER: THM-COMPLEX-MODELS-MORE-NONHALTING]
thm_over_repair_entropyOver-repair increases entropy [LEDGER: THM-OVER-REPAIR-ENTROPY]
thm_trajectory_determines_boundaryTrajectory determines boundary [LEDGER: THM-TRAJECTORY-DETERMINES-BOUNDARY]
thm_holes_positive_weightHoles have positive weight [LEDGER: THM-HOLES-POSITIVE-WEIGHT]
thm_root_survivesRoot survives [LEDGER: THM-ROOT-SURVIVES]
thm_one_night_positive_debtOne night creates positive debt [LEDGER: THM-ONE-NIGHT-POSITIVE-DEBT]
thm_collapse_requires_failureCollapse requires failure [LEDGER: THM-COLLAPSE-REQUIRES-FAILURE]
thm_hole_prediction_concentratesHole prediction concentrates [LEDGER: THM-HOLE-PREDICTION-CONCENTRATES]
thm_quantum_speedup_formulaQuantum speedup formula [LEDGER: THM-QUANTUM-SPEEDUP-FORMULA]
thm_fold_heat_dichotomyFold heat dichotomy [LEDGER: THM-FOLD-HEAT-DICHOTOMY]
thm_wallace_zero_charWallace zero characterization [LEDGER: THM-WALLACE-ZERO-CHAR]
thm_multiplexing_helpsMultiplexing helps [LEDGER: THM-MULTIPLEXING-HELPS]
thm_feedback_always_heatsFeedback loops generate irreducible Landauer heat [LEDGER: THM-FEEDBACK-ALWAYS-HEATS]
thm_arrow_impossibility_predArrow impossibility as failure trilemma corollary [LEDGER: THM-ARROW-IMPOSSIBILITY-PRED]
thm_war_heat_decreasesWar heat decreases with community context [LEDGER: THM-WAR-HEAT-DECREASES]
thm_low_reynolds_quorum_safeLow Reynolds number is quorum safe [LEDGER: THM-LOW-REYNOLDS-QUORUM-SAFE]
thm_max_deficit_formulaMaximum war cost formula [LEDGER: THM-MAX-DEFICIT-FORMULA]
thm_structural_refactoring_safeStructural refactoring safe (Mac Lane coherence) [LEDGER: THM-STRUCTURAL-REFACTORING-SAFE]
thm_optimal_architecture_existsOptimal architecture exists [LEDGER: THM-OPTIMAL-ARCHITECTURE-EXISTS]
thm_laminar_no_idleLaminar pipeline has no idle [LEDGER: THM-LAMINAR-NO-IDLE]
thm_racing_exceeds_bftRacing exceeds BFT threshold [LEDGER: THM-RACING-EXCEEDS-BFT]
thm_gradient_dominates_uniformGradient dominates uniform allocation [LEDGER: THM-GRADIENT-DOMINATES-UNIFORM]
thm_frame_fewer_allocsFrame-native has fewer allocations [LEDGER: THM-FRAME-FEWER-ALLOCS]
thm_infinite_support_pays_heatInfinite support still pays heat [LEDGER: THM-INFINITE-SUPPORT-PAYS-HEAT]
thm_dual_pareto_improvementDual protocol is Pareto improvement [LEDGER: THM-DUAL-PARETO-IMPROVEMENT]
thm_monitoring_depth_diminishingMonitoring depth has diminishing returns [LEDGER: THM-MONITORING-DEPTH-DIMINISHING]
thm_homogeneous_wastes_mirrorsHomogeneous wastes mirrors [LEDGER: THM-HOMOGENEOUS-WASTES-MIRRORS]
thm_sequential_rates_multiplySequential rates multiply [LEDGER: THM-SEQUENTIAL-RATES-MULTIPLY]
thm_synthesis_soundness_predSynthesis soundness [LEDGER: THM-SYNTHESIS-SOUNDNESS-PRED]
thm_superlinear_tighterSuperlinear tighter convergence [LEDGER: THM-SUPERLINEAR-TIGHTER]
thm_zero_deficit_optimal_makespanZero deficit = optimal makespan [LEDGER: THM-ZERO-DEFICIT-OPTIMAL-MAKESPAN]
thm_negotiation_heat_positiveNegotiation heat is positive [LEDGER: THM-NEGOTIATION-HEAT-POSITIVE]
thm_nadir_zero_entropyNadir is zero entropy [LEDGER: THM-NADIR-ZERO-ENTROPY]
thm_semiotic_erasure_boundSemiotic erasure lower bound [LEDGER: THM-SEMIOTIC-ERASURE-BOUND]
thm_deficit_feedback_hotDeficit feedback generates heat [LEDGER: THM-DEFICIT-FEEDBACK-HOT]
thm_community_reduces_entropyCommunity reduces entropy [LEDGER: THM-COMMUNITY-REDUCES-ENTROPY]
thm_communication_trilemmaCommunication trilemma (lossless+cheap+deterministic impossible) [LEDGER: THM-COMMUNICATION-TRILEMMA]
thm_winner_minimizes_deficitRace winner minimizes deficit [LEDGER: THM-WINNER-MINIMIZES-DEFICIT]
thm_turbulence_when_overloadedTurbulence when overloaded [LEDGER: THM-TURBULENCE-WHEN-OVERLOADED]
thm_coarsening_reduces_modesCoarsening reduces failure modes [LEDGER: THM-COARSENING-REDUCES-MODES]
thm_mediation_monotone_deficitMediation is monotone in deficit [LEDGER: THM-MEDIATION-MONOTONE-DEFICIT]
thm_federated_privacyFederated learning preserves privacy [LEDGER: THM-FEDERATED-PRIVACY]
thm_presumption_topologicalPresumption of innocence is topological [LEDGER: THM-PRESUMPTION-TOPOLOGICAL]
thm_guilty_requires_zeroGuilty verdict requires zero evidentiary deficit [LEDGER: THM-GUILTY-REQUIRES-ZERO]
thm_identical_agents_wasteIdentical LLM agents waste compute [LEDGER: THM-IDENTICAL-AGENTS-WASTE]
thm_causal_symmetry_topologicalCausal direction is frame artifact [LEDGER: THM-CAUSAL-SYMMETRY-TOPOLOGICAL]
thm_defense_increases_difficultyDefense motions increase conviction difficulty [LEDGER: THM-DEFENSE-INCREASES-DIFFICULTY]
thm_positivity_guarantees_heatPositivity guarantees Landauer heat [LEDGER: THM-POSITIVITY-GUARANTEES-HEAT]
thm_failure_cascade_heatFailure cascade generates heat [LEDGER: THM-FAILURE-CASCADE-HEAT]
thm_concentrated_boundary_tripleConcentrated boundary triple [LEDGER: THM-CONCENTRATED-BOUNDARY-TRIPLE]
thm_coarsening_terminatesCoarsening terminates effectively [LEDGER: THM-COARSENING-TERMINATES]
thm_void_optimal_historyVoid is optimal history representation [LEDGER: THM-VOID-OPTIMAL-HISTORY]
thm_compression_gain_sandwichCompression gain sandwich [LEDGER: THM-COMPRESSION-GAIN-SANDWICH]
thm_pipeline_speedup_sandwichPipeline speedup sandwich [LEDGER: THM-PIPELINE-SPEEDUP-SANDWICH]
thm_landauer_heat_sandwichLandauer heat sandwich [LEDGER: THM-LANDAUER-HEAT-SANDWICH]
thm_collapse_cost_sandwichCollapse cost sandwich [LEDGER: THM-COLLAPSE-COST-SANDWICH]
thm_void_gain_predictionVoid gain prediction [LEDGER: THM-VOID-GAIN-PREDICTION]
thm_sandwich_masterMaster sandwich predictions [LEDGER: THM-SANDWICH-MASTER]
thm_pipeline_heat_sandwichPipeline heat sandwich [LEDGER: THM-PIPELINE-HEAT-SANDWICH]
thm_void_accelerated_convergenceVoid accelerated convergence [LEDGER: THM-VOID-ACCELERATED-CONVERGENCE]
thm_debt_adjusted_speedup_ceilingDebt-adjusted speedup ceiling [LEDGER: THM-DEBT-ADJUSTED-SPEEDUP-CEILING]
thm_supply_diversification_exactSupply diversification exact [LEDGER: THM-SUPPLY-DIVERSIFICATION-EXACT]
thm_cross_sandwich_masterMaster cross-sandwich predictions [LEDGER: THM-CROSS-SANDWICH-MASTER]
thm_rejection_gradientRejection-driven policy gradient is well-defined: all weights > 0 [LEDGER: THM-REJECTION-GRADIENT]
thm_rejection_data_advantageRejection provides (N-1)x more data than reward [LEDGER: THM-REJECTION-DATA-ADVANTAGE]
thm_rejection_explorationRejection RL preserves exploration (sliver) [LEDGER: THM-REJECTION-EXPLORATION]
thm_rejection_concentrationGradient concentrates on least-rejected actions [LEDGER: THM-REJECTION-CONCENTRATION]
thm_beta1_compute_monotoneHigher beta-1 -> more compute allocated [LEDGER: THM-BETA1-COMPUTE-MONOTONE]
thm_minimum_computeEvery token gets >= 1 layer [LEDGER: THM-MINIMUM-COMPUTE]
thm_total_compute_boundedTotal compute bounded by N x (maxBeta1 + 1) [LEDGER: THM-TOTAL-COMPUTE-BOUNDED]
thm_certain_token_minimalZero-beta-1 token gets exactly 1 layer [LEDGER: THM-CERTAIN-TOKEN-MINIMAL]
thm_void_cache_smallerVoid cache <= full KV cache when d_model >= 2 [LEDGER: THM-VOID-CACHE-SMALLER]
thm_void_cache_reconstructsSame rejection counts -> same complement weights [LEDGER: THM-VOID-CACHE-RECONSTRUCTS]
thm_void_cache_updateAdding one rejection is O(1) [LEDGER: THM-VOID-CACHE-UPDATE]
thm_void_cache_positiveAll dimensions retain positive weight [LEDGER: THM-VOID-CACHE-POSITIVE]
thm_free_energy_decreasingComputing one layer reduces free energy by 1 [LEDGER: THM-FREE-ENERGY-DECREASING]
thm_exit_eventually_reachedFree energy reaches zero at totalLayers [LEDGER: THM-EXIT-EVENTUALLY-REACHED]
thm_exit_saves_energyRemaining = totalLayers - layersComputed [LEDGER: THM-EXIT-SAVES-ENERGY]
thm_exit_deterministicSame model + same layers computed = same exit [LEDGER: THM-EXIT-DETERMINISTIC]
thm_inverse_well_definedInverse distribution valid (all positive, total positive) [LEDGER: THM-INVERSE-WELL-DEFINED]
thm_inverse_favors_simpleLeast-rejected hypothesis has highest weight [LEDGER: THM-INVERSE-FAVORS-SIMPLE]
thm_inverse_positivityNo hypothesis reaches zero probability [LEDGER: THM-INVERSE-POSITIVITY]
thm_novel_inference_masterAll five mechanisms compose from three axioms + coherence [LEDGER: THM-NOVEL-INFERENCE-MASTER]
From "Being Irreversible" by Taylor William Buley.
LEDGER sections: Non-Empirical Prediction, Five Novel AI Inference Forms, Novel Cross-Domain Predictions
Read the paper at Wallington Lab