Encyclopedia Astrophysics Astrophysics Frbstructure Frb Implies Uhecr
ARTICLE 2 claims 2 theorems
Astrophysics Frbstructure Frb Implies Uhecr
A machine-checked theorem ties fast radio bursts to ultra-high-energy cosmic rays through a shared discrete ledger, without claiming either observation causes the other.
The structural link
Fast radio bursts (FRBs) are millisecond flashes of radio energy from deep space, and ultra-high-energy cosmic rays (UHECRs) are charged particles arriving at Earth with energies beyond 10^18 electronvolts. Astronomers have long suspected a connection: both are extreme, rare, and poorly understood phenomena. The Recognition Science framework formalizes one version of that suspicion as a logical implication, not as a physical mechanism.
In the framework, both phenomena are modeled as manifestations of a common underlying structure: a ledger, a discrete record of recognition events that reality maintains. The declaration frb_implies_uhecr states that if FRB structure is captured by this ledger, then the UHECR side is too. The proof is immediate: the framework's library defines the FRB condition as identical to the UHECR condition, so the implication holds by definition. The machine-checked theorem frb_structure then confirms that the ledger condition is actually satisfied for FRBs.
What this establishes is a structural equivalence within the framework: the same formal condition that describes FRB structure also describes UHECR structure. It is a statement about mathematical modeling, not about physics. The theorem does not claim that FRBs produce UHECRs, that the two share an astrophysical engine, or that any observed correlation between them has been measured. It does not assert that the ledger condition has been empirically verified for either phenomenon; the theorem only shows that if one holds, the other holds.
The practical consequence is a bridge between two otherwise separate research areas. If future observations confirm that FRB structure fits the ledger model, the same confirmation would apply to UHECRs by this theorem. Conversely, a failure of the ledger model for UHECRs would immediately falsify it for FRBs. The declaration thus gives astronomers a testable coupling: either both phenomena fit the framework's structural description, or neither does.
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
THEOREM frb_structure · IndisputableMonolith/Astrophysics/FRBStructure.lean
theorem frb_structure : frb_from_ledger := uhecr_structure
What this page does not claim
The theorem does not claim that FRBs cause UHECRs or share an astrophysical engine. It does not assert any measured correlation between FRB and UHECR observations. It does not claim the ledger condition has been empirically verified for either phenomenon.
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 physical mechanism, if any, connects fast radio bursts to ultra-high-energy cosmic rays?
- How would one empirically test whether FRB structure fits the ledger model?
- What other astrophysical phenomena might share the same ledger condition?
- Does the ledger model make quantitative predictions about FRB or UHECR properties that observations could confirm?
- How does the framework define the ledger condition for astrophysical sources?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
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 := hThe declaration frb_implies_uhecr states that if FRB structure is captured by this ledger, then the UHECR side is too. frb_implies_uhecr · IndisputableMonolith/Astrophysics/FRBStructure.leanTHEOREM frb_structure · IndisputableMonolith/Astrophysics/FRBStructure.lean
theorem frb_structure : frb_from_ledger := uhecr_structureThe machine-checked theorem frb_structure then confirms that the ledger condition is actually satisfied for FRBs. frb_structure · IndisputableMonolith/Astrophysics/FRBStructure.lean