Encyclopedia Cosmology Cosmology Sakharov From Ledger Cp Asymmetry Nonzero
ARTICLE 3 claims 2 theorems 1 model
Cosmology Sakharov From Ledger Cp Asymmetry Nonzero
In the framework's account of how matter survived antimatter, one proved fact says the charge-parity asymmetry is not zero; here is what that fact does and does not buy.
The CP asymmetry source
In particle physics, the dominance of matter over antimatter in the visible universe is a stubborn fact with a standard explanation. In 1967 Andrei Sakharov listed three conditions a process must meet to generate that imbalance: baryon number must not be conserved, charge-parity (CP) symmetry must be violated, and the universe must have been out of thermal equilibrium. The second condition matters because CP symmetry links matter and antimatter; if it held exactly, any process creating matter would create antimatter at the same rate, and the net asymmetry would stay zero.
The Recognition Science framework, which derives physical structure from a discrete record of recognition events, takes up Sakharov's second condition in its machine-checked library of formal theorems. The library defines a quantity called the CP asymmetry parameter, a real number meant to represent the strength of CP violation available for baryogenesis. The theorem cp_asymmetry_nonzero proves that this parameter is not zero. The proof is direct: the framework has already established that a structural quantity called the Jarlskog invariant is positive, and the asymmetry parameter is defined to equal that invariant, so the parameter inherits the positivity. The chain of definitions and proofs is checked by the library's kernel, so the nonzero conclusion is a theorem in the framework, not a postulate.
What the theorem does not claim is just as important as what it proves. It does not say how large the asymmetry is, only that it is nonzero. It does not identify the measured value of CP violation in the Standard Model, nor does it predict the observed baryon-to-photon ratio of the universe. The parameter is defined as the Jarlskog invariant itself, with no mass factors or other multiplicative terms attached, so it is a structural marker of CP violation rather than a complete physical rate. The library's own notes state that the full baryon production rate would involve mass factors from the framework's mass hierarchy, and those factors are not part of this declaration.
The declaration also does not, by itself, establish that baryogenesis actually occurred. It is one of three Sakharov conditions assembled in the library; the framework packages all three together in a separate structure, and only that assembled result claims that baryogenesis is possible within the framework. A nonzero CP asymmetry is necessary for the matter-antimatter imbalance, but it is not sufficient on its own. The theorem secures one link in a longer chain, and the chain's other links carry their own conditions and their own open questions.
THEOREM cp_asymmetry_nonzero · IndisputableMonolith/Cosmology/SakharovFromLedger.lean
theorem cp_asymmetry_nonzero : cp_asymmetry_parameter ≠ 0 :=
ne_of_gt jarlskog_positive
THEOREM cp_asymmetry_parameter · cp_source_positive · IndisputableMonolith/Cosmology/SakharovFromLedger.lean
/-- The CP asymmetry parameter ε is proportional to J_CP. -/
noncomputable def cp_asymmetry_parameter : ℝ := jarlskog_structural
/-- CP violation source: J_CP > 0 from JarlskogInvariant. -/
theorem cp_source_positive : jarlskog_structural > 0 := jarlskog_positive
MODEL cp_asymmetry_parameter · IndisputableMonolith/Cosmology/SakharovFromLedger.lean
/-- The CP asymmetry parameter ε is proportional to J_CP. -/
noncomputable def cp_asymmetry_parameter : ℝ := jarlskog_structural
What this page does not claim
The theorem does not state the magnitude of the CP asymmetry, only that it is nonzero. The theorem does not predict the observed baryon-to-photon ratio of the universe. The theorem does not by itself establish baryogenesis; it is one of three Sakharov conditions.
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/Cosmology/SakharovFromLedger.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:
- How does the framework derive the Jarlskog invariant from its ledger structure?
- What mass factors does the framework attach to the CP asymmetry parameter to form a physical baryon production rate?
- How does the framework's first-order electroweak phase transition provide the departure from thermal equilibrium?
- What does the framework's assembled SakharovConditions structure add beyond the three individual theorems?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM cp_asymmetry_nonzero · IndisputableMonolith/Cosmology/SakharovFromLedger.lean
theorem cp_asymmetry_nonzero : cp_asymmetry_parameter ≠ 0 := ne_of_gt jarlskog_positiveThe theorem cp_asymmetry_nonzero proves that the CP asymmetry parameter is not zero. cp_asymmetry_nonzero · IndisputableMonolith/Cosmology/SakharovFromLedger.leanTHEOREM cp_asymmetry_parameter · cp_source_positive · IndisputableMonolith/Cosmology/SakharovFromLedger.lean
/-- The CP asymmetry parameter ε is proportional to J_CP. -/ noncomputable def cp_asymmetry_parameter : ℝ := jarlskog_structural/-- CP violation source: J_CP > 0 from JarlskogInvariant. -/ theorem cp_source_positive : jarlskog_structural > 0 := jarlskog_positiveThe CP asymmetry parameter is defined to equal the Jarlskog invariant, which is positive. cp_asymmetry_parameter · cp_source_positive · IndisputableMonolith/Cosmology/SakharovFromLedger.leanMODEL cp_asymmetry_parameter · IndisputableMonolith/Cosmology/SakharovFromLedger.lean
/-- The CP asymmetry parameter ε is proportional to J_CP. -/ noncomputable def cp_asymmetry_parameter : ℝ := jarlskog_structuralThe full baryon production rate would involve mass factors from the framework's mass hierarchy, which are not part of this declaration. cp_asymmetry_parameter · IndisputableMonolith/Cosmology/SakharovFromLedger.lean