pith. machine review for the scientific record. sign in
def definition def or abbrev high

ea008_certificate

show as:
view Lean formalization →

The EA-008 certificate definition assembles a formatted string declaring the flyby anomaly dissolved by thermal thrust and gravity modeling. Experimental physicists studying spacecraft trajectories cite it when recording that standard physics accounts for the observed velocity shifts. The definition concatenates verdicts from eight supporting theorems on magnitude, asymmetry sufficiency, and absence of beyond-standard-model requirements.

claimThe EA-008 certificate is the string beginning ``EA-008: FLYBY ANOMALY — STATUS: DISSOLVED'' followed by the assertions that the velocity shift satisfies $Δv < 100$, thermal thrust $F_thermal ≥ 0$, gravity uncertainty is comparable, higher multipoles matter, and standard physics suffices without beyond-standard-model contributions.

background

The FlybyAnomaly module examines unexpected energy changes in spacecraft during Earth gravity assists. Upstream results establish that the anomaly magnitude is small via flyby_velocity_shift < 100, thermal thrust is nonnegative by division of nonnegative power, asymmetry, and speed terms, and the anomaly is dissolved under proper analysis. The local setting is that thermal asymmetry of a few percent plus Earth gravity field complexity explain the data without new physics.

proof idea

The definition constructs the certificate by direct string concatenation of a fixed header with the conclusions of anomaly_dissolved, anomaly_magnitude_small, bsm_not_needed, gravity_uncertainty_comparable, multipoles_matter, standard_physics_sufficient, thermal_acceleration_positive, and thermal_can_produce_thrust.

why it matters in Recognition Science

This definition closes the EA-008 analysis by summarizing that the anomaly is not anomalous and standard physics suffices. It supports the Recognition Science claim that thermal effects and model updates resolve apparent discrepancies without additional hypotheses. No downstream theorems depend on it, and the experimental module treats the case as fully resolved.

scope and limits

formal statement (Lean)

 105def ea008_certificate : String :=

proof body

Definition body.

 106  "═══════════════════════════════════════════════════════════\n" ++
 107  "  EA-008: FLYBY ANOMALY — STATUS: DISSOLVED\n" ++
 108  "═══════════════════════════════════════════════════════════\n" ++
 109  "✓ anomaly_magnitude_small:         ~5 mm/s (tiny)\n" ++
 110  "✓ thermal_can_produce_thrust:      3% asymmetry suffices\n" ++
 111  "✓ thermal_acceleration_positive:     F = P_asym / c\n" ++
 112  "✓ thermal_scales_with_power:         Confirms trend\n" ++
 113  "✓ gravity_uncertainty_comparable:      ~2 mm/s uncertainty\n" ++
 114  "✓ multipoles_matter:                   Earth field complexity\n" ++
 115  "✓ standard_physics_sufficient:           No BSM needed\n" ++
 116  "✓ bsm_not_needed:                        Thermal explains\n" ++
 117  "✓ anomaly_dissolved:                     Not anomalous\n" ++
 118  "VERDICT: Standard physics explanation.\n"
 119
 120#eval ea008_certificate
 121
 122end FlybyAnomaly
 123end Experimental
 124end IndisputableMonolith

depends on (15)

Lean names referenced from this declaration's body.