Encyclopedia Chemistry Chemistry Nucleoside Structure From Config Dim Dna Equals F2sq

ARTICLE 3 claims 2 theorems 1 model

Chemistry Nucleoside Structure From Config Dim Dna Equals F2sq

DNA uses four letter-like building blocks; a machine-checked proof records that this count equals two squared.

The DNA count

DNA carries its genetic information in four nucleotide building blocks: adenine, thymine, cytosine, and guanine, usually abbreviated A, T, C, and G. These pair up in a fixed way, A with T and C with G, and the order of the four letters along the strand encodes the instructions for building an organism. The four-letter alphabet is one of the first facts a student meets in biology, and it is the starting point for the Recognition Science declaration named dna_equals_F2sq.

The declaration itself is a short, machine-checked theorem. It states that the number of DNA nucleosides, the molecular units that make up the strands, is exactly four, and that four equals two squared. The proof is a direct calculation: the framework's library defines the five nucleoside types (the four DNA ones plus uracil, which replaces thymine in RNA), counts the DNA subset, and verifies the arithmetic. The theorem is recorded with zero unproved assumptions, meaning the statement is checked end to end by the machine.

In Recognition Science, this count is read as a structural fact, not a coincidence. The framework models the four DNA letters as a two-dimensional binary space, F₂², where each letter sits at one corner of a square. The two axes correspond to two classical chemical distinctions: purine versus pyrimidine (the size of the double-ring structure) and keto versus amino (a functional group difference). With two axes and two choices on each, the space has exactly four points, which is the same as saying 2².

The declaration does not claim that DNA had to have four letters, nor that the framework derives the genetic code from first principles. It records an observed count and shows that the count fits the binary-square pattern. The chemical facts, the existence of the four bases and their pairing rules, are taken as given inputs, not as outputs of the framework. What the theorem adds is a precise, machine-checked statement that the count is four and that four is 2², nothing more.

The value of the declaration is in the bookkeeping. It gives the framework a certified anchor point: when later results talk about the structure of genetic information, they can point to a checked fact that the DNA alphabet has size four. The reader can see the exact statement, the exact proof, and the exact boundary of what is claimed. That boundary is narrow, but it is clean.

THEOREM dna_equals_F2sq · IndisputableMonolith/Chemistry/NucleosideStructureFromConfigDim.lean
/-- 4 = 2² (F₂² at D=2). -/
theorem dna_equals_F2sq : DNANucleoside.card = 2 ^ 2 := by decide
MODEL dna_equals_F2sq · IndisputableMonolith/Chemistry/NucleosideStructureFromConfigDim.lean
/-- 4 = 2² (F₂² at D=2). -/
theorem dna_equals_F2sq : DNANucleoside.card = 2 ^ 2 := by decide
THEOREM dna_equals_F2sq · IndisputableMonolith/Chemistry/NucleosideStructureFromConfigDim.lean
/-- 4 = 2² (F₂² at D=2). -/
theorem dna_equals_F2sq : DNANucleoside.card = 2 ^ 2 := by decide

What this page does not claim

The declaration does not claim that DNA had to have four letters from any deeper principle. It does not derive the existence or pairing of the four bases from the framework. It does not claim that uracil is a DNA nucleoside.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Chemistry/NucleosideStructureFromConfigDim.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND