50 of 100 written, from 110 entry lines.

IDResultKindDiffAreas
Part I
T001Pigeonhole principletheoremL1#combinatorics#algorithms
T002Cantor's diagonal argumenttheoremL1#logic#computability
T003The Omega(n log n) comparison-sort boundtheoremL2#algorithms#combinatorics
T004No universal lossless compressortheoremL1#information-theory#combinatorics
T005Adversary argumentstheoremL2#algorithms#combinatorics
T007Linearity of expectationtheoremL1#probability#algorithms
T008Concentration bounds (Chernoff/Hoeffding)theoremL2#probability#algorithms
T074The birthday boundtheoremL1#cryptography#probability#data-structures
Part II
T010The Halting problemtheoremL1#computability#logic
T011Rice's theoremtheoremL2#computability#pl-theory#security
T012The Church–Turing thesisthesisL1#computability
T013The universal machinetheoremL1#computability#hardware
T014Kleene's recursion theoremtheoremL2#computability#logic
T015Godel's incompleteness theoremstheoremL2#logic
T016The busy beaver function (cut)theoremL2#computability
T017ReductionstheoremL2#computability#complexity
Part III
T018Shannon entropy and the source coding theoremtheoremL2#information-theory
T019The Kraft inequality and prefix codes (merged into T020)theoremL2#information-theory
T020Huffman coding is optimaltheoremL2#information-theory#algorithms
T021The noisy-channel coding theoremtheoremL3#information-theory#networking
T022The Hamming bound and error-correcting codestheoremL2#information-theory#hardware
T023Kolmogorov complexitytheoremL2#information-theory#computability#probability
T024Chaitin's Omega and algorithmic incompleteness (cut)theoremL3#information-theory#logic
T025Minimum description length and Occam's razortheorem+principleL2#information-theory#machine-learning
T106The Nyquist–Shannon sampling theoremtheoremL2#information-theory#hardware
T110The no-cloning theoremphysical-lawL2#hardware#information-theory#cryptography
Part IV
T026P vs NPopen-problemL1#complexity
T027The Cook–Levin theoremtheoremL2#complexity#logic
T028Karp's 21 problemstheoremL2#complexity#algorithms
T029The time and space hierarchy theorems (cut)theoremL3#complexity
T030The barriers: relativization and natural proofstheoremL3#complexity#logic
T031The PCP theorem and inapproximabilitytheoremL3#complexity
T032Approximation algorithms and ratiostheoremL2#complexity#algorithms#optimization
T033Parameterized complexity (FPT and W[1])theoremL2#complexity#algorithms
T034Parity is not in AC^0theoremL3#complexity#hardware
T035BPP, pseudorandomness, and derandomizationtheoremL3#complexity#probability
T036IP = PSPACEtheoremL3#complexity#cryptography
T037The Exponential Time Hypothesis and fine-grained complexityconjectureL2#complexity#algorithms
Part V
T038The Chomsky hierarchytheoremL1#automata#compilers
T039Kleene's theorem: regexes are finite automatatheoremL2#automata#compilers
T040The Myhill–Nerode theoremtheoremL2#automata
T041The lambda calculus and the Y combinatortheoremL2#pl-theory#computability
T042The Curry–Howard correspondencetheoremL2#type-theory#logic#pl-theory
T043Hindley–Milner and principal typestheoremL2#type-theory#pl-theory
T044Progress and preservationtheoremL2#type-theory#formal-methods
T045Parametricity: theorems for freetheoremL2#type-theory#pl-theory
T046Knaster–Tarski and fixed-point semantics (merged into T047)theoremL3#pl-theory#formal-methods#compilers
T047Abstract interpretation and Galois connectionstheoremL3#formal-methods#compilers#pl-theory
T048Hoare logic and weakest preconditionstheoremL2#formal-methods#logic
T049Model checking, LTL, and Buchi automatatheoremL3#formal-methods#concurrency#automata
T107Register allocation is graph coloringtheoremL2#compilers#complexity#algorithms
T050Resolution and CDCLtheorem+empiricalL2#logic#algorithms#formal-methods
Part VI
T051The Coffman conditionstheoremL1#concurrency#operating-systems
T109Work stealing and fair schedulingtheoremL2#concurrency#performance#algorithms
T052Mutual exclusion without hardware supportdemonstration+theoremL2#concurrency#operating-systems
T053Herlihy's wait-free consensus hierarchytheoremL3#concurrency#hardware
T054Universality of consensus (merged into T053)theoremL3#concurrency
T055LinearizabilitytheoremL2#concurrency#distributed-systems
T056Memory models and sequential consistencytheoremL2#concurrency#hardware#compilers
T057Rate-monotonic scheduling (Liu and Layland) (cut)theoremL2#operating-systems#performance
Part VII
T058Happens-before and Lamport clockstheoremL1#distributed-systems
T059Vector clocks and causal consistencytheoremL2#distributed-systems
T060Chandy–Lamport snapshots (cut)demonstration+theoremL2#distributed-systems
T061The Two Generals problemtheoremL1#distributed-systems#networking
T062FLP impossibilitytheoremL3#distributed-systems
T063The Byzantine generals problemtheoremL2#distributed-systems#security
T064Paxos, Raft, and the shape of consensusdemonstration+theoremL2#distributed-systems#databases
T065Quorum intersection (R + W > N)theoremL1#distributed-systems#databases
T066The CAP theorem and PACELCtheoremL2#distributed-systems#systems-design
T067The CALM theorem and CRDTstheoremL3#distributed-systems#pl-theory
T068Two-phase commit blocks (merged into T064)theoremL2#distributed-systems#databases
Part VIII
T069Codd's theoremtheoremL2#databases
T070Armstrong's axioms and normal forms (cut)theoremL2#databases
T071Conflict serializability and two-phase lockingtheoremL2#databases#concurrency
T009Balls into bins and the power of two choicestheoremL2#probability#distributed-systems#performance
T104Universal hashingdemonstration+theoremL2#data-structures#probability#algorithms
T072Consistent hashingdemonstration+theoremL1#distributed-systems#data-structures
T073Bloom filtersdemonstration+theoremL1#data-structures#probability
T105Streaming lower bounds and sketchingtheoremL2#information-theory#data-structures#algorithms
Part IX
T075Kerckhoffs's principle and perfect secrecyprinciple+theoremL2#cryptography#security
T076One-way functions and trapdoorsconjectureL2#cryptography#complexity
T077Zero-knowledge proofsdemonstration+theoremL3#cryptography#complexity
T078Merkle treesdemonstration+theoremL1#cryptography#data-structures
T079Reflections on Trusting TrustdemonstrationL2#security#compilers
T080Saltzer and Schroeder's principlesprincipleL1#security#systems-design
Part X
T081Amdahl's lawtheoremL1#performance#concurrency
T082Gustafson's law and the Universal Scalability Lawempirical+theoremL2#performance#distributed-systems
T083Little's lawtheoremL1#performance#systems-design
T084Latency under utilizationtheoremL2#performance#systems-design
T108Token buckets, arrival curves, and network calculustheoremL2#networking#performance#systems-design
T006Amortized analysis and the potential methodtheoremL2#algorithms#data-structures
T086Competitive analysis and ski rentaltheoremL1#algorithms#systems-design
T085Belady's optimal algorithm and LRU competitivenesstheoremL2#operating-systems#algorithms#performance
T087The end-to-end argumentprincipleL1#networking#systems-design
T088Memory hierarchy and localityempirical+theoremL2#performance#hardware#operating-systems#algorithms
T089Conway's lawempiricalL1#software-engineering#systems-design
T090No Silver Bullet and Brooks's lawempiricalL1#software-engineering
T091Hyrum's law and Postel's principleempirical+principleL1#software-engineering#networking#systems-design
Part XI
T092Max-flow min-cuttheoremL2#optimization#algorithms
T093LP dualitytheoremL2#optimization
T094Matroids and greedy optimalitytheoremL3#algorithms#optimization
T095Gale–Shapley stable matchingtheorem+demonstrationL1#optimization#algorithms
T101Arrow's impossibility theoremtheoremL2#optimization#systems-design
Part XII
T096PAC learning and VC dimensiontheoremL3#machine-learning
T097The bias–variance decompositiontheoremL2#machine-learning
T098No Free LunchtheoremL2#machine-learning
T099Why the generalization bounds are vacuousempirical+theoremL2#machine-learning
T100The Johnson–Lindenstrauss lemmatheoremL2#machine-learning#probability#data-structures
Part XIII
T102Landauer's principlephysical-lawL2#information-theory#hardware
T103Shor and Grover: what quantum actually buystheoremL3#hardware#cryptography#complexity