Encyclopedia Verification Verification Ehtm87 Strong Field Likelihood
ARTICLE 4 claims 3 theorems 1 model
Verification Ehtm87 Strong Field Likelihood
A machine-checked certificate shows the framework's predicted deviation from standard black-hole physics is far too small for current telescopes to see.
EHT M87* Likelihood Certificate
The Event Horizon Telescope's 2019 image of the supermassive black hole at the center of galaxy M87* shows a bright ring of emission around a dark shadow. The ring's diameter is 42 microarcseconds, with an uncertainty of 3 microarcseconds. Two additional measurements describe the image's shape: the ring's circularity deviation is at most 10 percent, and its shadow size is consistent with the Kerr solution of general relativity at roughly the 17 percent level.
Recognition Science (RS) is a framework that derives physical structure from a single starting point: reality keeps a ledger, a discrete record of recognition events, and the cost of recognition is forced, not chosen. From this starting point, the framework derives a chain of results including a prediction for a tiny positive fractional deviation from pure general relativity and Kerr black holes, represented structurally by the quantity φ⁻⁴⁴, where φ is the golden ratio. This target scale is the framework's predicted size of any deviation from standard black-hole physics.
The verification module for EHT M87* strong-field likelihood establishes two honest facts. First, the RS structural target is within the current EHT shadow-size and circularity sensitivity scales. The residual between the current Kerr-consistent central fractional deviation (0) and the RS target is less than both the 17 percent shadow sensitivity and the 10 percent circularity sensitivity. Second, EHT is not currently sensitive to the RS target scale: φ⁻⁴⁴ is far below both 17 percent and 10 percent. The module proves these facts as formal theorems in a machine-checked library of formal theorems, with zero unproved assumptions and zero new framework-specific axioms.
The module assembles these facts into a certificate structure, named EHTM87StrongFieldLikelihoodCert, that bundles all the positivity, compatibility, and non-sensitivity statements into a single object. A theorem proves this certificate is inhabited, meaning all the required conditions hold. The one-statement theorem packages the entire result: the shadow residual is below the shadow sensitivity, the circularity residual is below the circularity sensitivity, the RS target scale is below both sensitivities, the current sensitivity flag is false, and the certificate exists.
This is a consistency and non-sensitivity test, not empirical confirmation. The module does not claim the RS target is real or observed; it claims the framework's prediction is not ruled out by current data, and that current data cannot yet see the predicted effect. The practical consequence is a clear experimental roadmap: to test the RS prediction, future telescopes must improve sensitivity by roughly seventeen orders of magnitude, from the 10 percent level down to the φ⁻⁴⁴ scale. The certificate makes the gap explicit and formal.
THEOREM ehtM87_shadow_residual_lt_sigma · ehtM87_circularity_residual_lt_sigma · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.lean
/-- EHT shadow-size channel is compatible with the RS structural target. -/
theorem ehtM87_shadow_residual_lt_sigma :
ehtM87ShadowResidual < ehtM87ShadowFractionalSigma := by
unfold ehtM87ShadowResidual ehtM87RSTargetScale
ehtM87ShadowFractionalSigma strongFieldAttachment
norm_num
/-- EHT circularity channel is compatible with the RS structural target. -/
theorem ehtM87_circularity_residual_lt_sigma :
ehtM87CircularityResidual < ehtM87CircularityFractionalSigma := by
unfold ehtM87CircularityResidual ehtM87RSTargetScale
ehtM87CircularityFractionalSigma strongFieldAttachment
norm_num
THEOREM ehtM87_shadow_sigma_gt_rs_target · ehtM87_circularity_sigma_gt_rs_target · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.lean
/-- EHT shadow-size channel is not currently sensitive to `φ⁻⁴⁴`. -/
theorem ehtM87_shadow_sigma_gt_rs_target :
ehtM87RSTargetScale < ehtM87ShadowFractionalSigma := by
unfold ehtM87RSTargetScale ehtM87ShadowFractionalSigma strongFieldAttachment
norm_num
/-- EHT circularity channel is not currently sensitive to `φ⁻⁴⁴`. -/
theorem ehtM87_circularity_sigma_gt_rs_target :
ehtM87RSTargetScale < ehtM87CircularityFractionalSigma := by
unfold ehtM87RSTargetScale ehtM87CircularityFractionalSigma strongFieldAttachment
norm_num
THEOREM ehtM87StrongFieldLikelihoodCert_inhabited · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.lean
theorem ehtM87StrongFieldLikelihoodCert_inhabited :
Nonempty EHTM87StrongFieldLikelihoodCert :=
⟨ehtM87StrongFieldLikelihoodCert⟩
MODEL ehtM87_dataset_attachment_status · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.lean
/-- Strong-field dataset attachment is present, positive, and explicitly
marked not currently sensitive. -/
theorem ehtM87_dataset_attachment_status :
HasPositiveSensitivity strongFieldAttachment ∧
HasPositiveTargetScale strongFieldAttachment ∧
strongFieldAttachment.currentlySensitive = false :=
⟨strongField_sensitivity_pos, strongField_target_pos, rfl⟩
What this page does not claim
This module does not claim empirical confirmation of the RS target. This module does not claim EHT can detect the RS prediction. This module does not derive the value φ⁻⁴⁴; it takes it from the strong-field attachment.
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/Verification/EHTM87StrongFieldLikelihood.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 is the strong-field attachment module that defines the RS target scale?
- What experimental improvements would be needed to reach the φ⁻⁴⁴ sensitivity scale?
- How does the RS framework derive the specific value φ⁻⁴⁴ as the predicted deviation?
- What other datasets does the framework attach likelihood certificates to?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM ehtM87_shadow_residual_lt_sigma · ehtM87_circularity_residual_lt_sigma · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.lean
/-- EHT shadow-size channel is compatible with the RS structural target. -/ theorem ehtM87_shadow_residual_lt_sigma : ehtM87ShadowResidual < ehtM87ShadowFractionalSigma := by unfold ehtM87ShadowResidual ehtM87RSTargetScale ehtM87ShadowFractionalSigma strongFieldAttachment norm_num/-- EHT circularity channel is compatible with the RS structural target. -/ theorem ehtM87_circularity_residual_lt_sigma : ehtM87CircularityResidual < ehtM87CircularityFractionalSigma := by unfold ehtM87CircularityResidual ehtM87RSTargetScale ehtM87CircularityFractionalSigma strongFieldAttachment norm_numThe RS structural target is within the current EHT shadow-size and circularity sensitivity scales. ehtM87_shadow_residual_lt_sigma · ehtM87_circularity_residual_lt_sigma · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.leanTHEOREM ehtM87_shadow_sigma_gt_rs_target · ehtM87_circularity_sigma_gt_rs_target · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.lean
/-- EHT shadow-size channel is not currently sensitive to `φ⁻⁴⁴`. -/ theorem ehtM87_shadow_sigma_gt_rs_target : ehtM87RSTargetScale < ehtM87ShadowFractionalSigma := by unfold ehtM87RSTargetScale ehtM87ShadowFractionalSigma strongFieldAttachment norm_num/-- EHT circularity channel is not currently sensitive to `φ⁻⁴⁴`. -/ theorem ehtM87_circularity_sigma_gt_rs_target : ehtM87RSTargetScale < ehtM87CircularityFractionalSigma := by unfold ehtM87RSTargetScale ehtM87CircularityFractionalSigma strongFieldAttachment norm_numEHT is not currently sensitive to the RS target scale: φ⁻⁴⁴ is far below both 17 percent and 10 percent. ehtM87_shadow_sigma_gt_rs_target · ehtM87_circularity_sigma_gt_rs_target · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.leanTHEOREM ehtM87StrongFieldLikelihoodCert_inhabited · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.lean
theorem ehtM87StrongFieldLikelihoodCert_inhabited : Nonempty EHTM87StrongFieldLikelihoodCert := ⟨ehtM87StrongFieldLikelihoodCert⟩The module proves these facts as formal theorems in a machine-checked library of formal theorems, with zero unproved assumptions and zero new framework-specific axioms. ehtM87StrongFieldLikelihoodCert_inhabited · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.leanMODEL ehtM87_dataset_attachment_status · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.lean
/-- Strong-field dataset attachment is present, positive, and explicitly marked not currently sensitive. -/ theorem ehtM87_dataset_attachment_status : HasPositiveSensitivity strongFieldAttachment ∧ HasPositiveTargetScale strongFieldAttachment ∧ strongFieldAttachment.currentlySensitive = false := ⟨strongField_sensitivity_pos, strongField_target_pos, rfl⟩This is a consistency and non-sensitivity test, not empirical confirmation. ehtM87_dataset_attachment_status · IndisputableMonolith/Verification/EHTM87StrongFieldLikelihood.lean