Pith. sign in

IndisputableMonolith.Verification.Preregistered.AlphaS.Prediction

IndisputableMonolith/Verification/Preregistered/AlphaS/Prediction.lean · 29 lines · 2 declarations

show as:
view math explainer →

open module explainer GitHub source

Explainer status: pending

   1import Mathlib
   2import IndisputableMonolith.Verification.Preregistered.Core
   3import IndisputableMonolith.Constants.AlphaDerivation
   4
   5/-!
   6# Preregistered Prediction: α_s(M_Z)
   7
   8This file intentionally contains **no experimental values**.
   9-/
  10
  11namespace IndisputableMonolith
  12namespace Verification
  13namespace Preregistered
  14namespace AlphaS
  15
  16open IndisputableMonolith.Constants.AlphaDerivation
  17
  18noncomputable def prediction : PointPrediction :=
  19  { name := "alpha_s_MZ"
  20  , val := (2 : ℝ) / (wallpaper_groups : ℝ) }
  21
  22theorem prediction_eq_two_over_17 : prediction.val = 2 / 17 := by
  23  simp [prediction, wallpaper_groups]
  24
  25end AlphaS
  26end Preregistered
  27end Verification
  28end IndisputableMonolith
  29

source mirrored from github.com/jonwashburn/shape-of-logic