Encyclopedia Astrophysics Astrophysics Frbstructure Frb Structure
ARTICLE 3 claims 2 theorems 1 model
Astrophysics Frbstructure Frb Structure
A machine-checked theorem links fast radio bursts to ultra-high-energy cosmic rays, but only as a structural statement about a formal ledger.
What the declaration establishes
Fast radio bursts (FRBs) are millisecond flashes of radio energy from deep space, first reported in 2007 by Duncan Lorimer and his student David Narkevic. Their origin remains one of astrophysics' open questions. The Recognition Science declaration frb_structure does not attempt to answer that question empirically. Instead, it establishes a formal implication inside the framework's machine-checked library of formal theorems: if a certain structural condition holds for FRBs, then the same condition holds for ultra-high-energy cosmic rays (UHECRs), the most energetic particles ever detected.
The declaration is a theorem, meaning it is proved in the framework's library with no unproved assumptions beyond the standard axioms of the underlying type theory. Its proof is one line: the statement frb_from_ledger is defined to be identical to uhecr_from_ledger, and the library already contains a proof of the latter. The theorem frb_implies_uhecr then states the implication directly: from the FRB-side condition, the UHECR-side condition follows. The docstring accompanying the declaration says simply that FRB structure implies UHECR-side structural input.
What does this mean in plain language? The framework models physical phenomena as patterns in a ledger, a discrete record of recognition events. The declaration says that if FRBs exhibit the structural pattern the framework associates with a certain kind of physical source, then UHECRs must exhibit the same pattern. It is a statement of structural correlation between two extreme astrophysical phenomena, derived from the framework's internal logic, not from any astronomical observation.
The declaration does not claim that FRBs are caused by UHECRs, or that either phenomenon is fully understood. It does not identify a physical mechanism, a source population, or an emission process. It does not predict a measurable property of either phenomenon that could be tested against observations. The theorem is purely formal: it establishes an implication between two structural conditions within the framework's ledger model. Whether either condition actually holds in the physical universe remains an empirical question, entirely outside the scope of this declaration.
What the theorem does provide is a precise, checkable statement of a connection that the framework's internal logic forces. If the FRB-side condition is ever established, the UHECR-side condition follows automatically. This is a small but concrete step in the framework's broader project of deriving physical structure from its foundational cost function. For an astrophysicist, the practical takeaway is limited: the declaration is a formal result about the framework's model, not a new observation about the cosmos.
THEOREM frb_structure · IndisputableMonolith/Astrophysics/FRBStructure.lean
theorem frb_structure : frb_from_ledger := uhecr_structure
THEOREM frb_implies_uhecr · IndisputableMonolith/Astrophysics/FRBStructure.lean
/-- FRB structure implies UHECR-side structural input. -/
theorem frb_implies_uhecr (h : frb_from_ledger) : uhecr_from_ledger :=
h
MODEL frb_from_ledger · IndisputableMonolith/Astrophysics/FRBStructure.lean
def frb_from_ledger : Prop := uhecr_from_ledger
What this page does not claim
The theorem does not claim that FRBs are caused by UHECRs or vice versa. The theorem does not identify a physical mechanism or source population for either phenomenon. The theorem does not predict any measurable property of FRBs or UHECRs.
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/Astrophysics/FRBStructure.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:
- What observational evidence would establish the FRB-side structural condition in the physical universe?
- What physical mechanism, if any, connects fast radio bursts to ultra-high-energy cosmic rays?
- How does the framework's ledger model relate to conventional astrophysical models of FRB emission?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM frb_structure · IndisputableMonolith/Astrophysics/FRBStructure.lean
theorem frb_structure : frb_from_ledger := uhecr_structureThe declaration is a theorem, meaning it is proved in the framework's library with no unproved assumptions beyond the standard axioms of the underlying type theory. frb_structure · IndisputableMonolith/Astrophysics/FRBStructure.leanTHEOREM frb_implies_uhecr · IndisputableMonolith/Astrophysics/FRBStructure.lean
/-- FRB structure implies UHECR-side structural input. -/ theorem frb_implies_uhecr (h : frb_from_ledger) : uhecr_from_ledger := hThe theorem frb_implies_uhecr then states the implication directly: from the FRB-side condition, the UHECR-side condition follows. frb_implies_uhecr · IndisputableMonolith/Astrophysics/FRBStructure.leanMODEL frb_from_ledger · IndisputableMonolith/Astrophysics/FRBStructure.lean
def frb_from_ledger : Prop := uhecr_from_ledgerThe declaration says that if FRBs exhibit the structural pattern the framework associates with a certain kind of physical source, then UHECRs must exhibit the same pattern. frb_from_ledger · IndisputableMonolith/Astrophysics/FRBStructure.lean