pith. machine review for the scientific record. sign in
theorem proved term proof

two_div_17_upper

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  69theorem two_div_17_upper : (alpha_s_geom : ℝ) < 0.118 := by

proof body

Term-mode proof.

  70  simp only [alpha_s_geom]
  71  norm_num
  72
  73/-- The predicted value is within experimental error of the measured value.
  74
  75    pred = 2/17 ≈ 0.117647...
  76    exp  = 0.1179
  77    err  = 0.0009
  78
  79    |pred - exp| = |0.117647 - 0.1179| = 0.000253 < 0.0009 ✓
  80
  81    This is now PROVEN, not axiomatized. -/

depends on (12)

Lean names referenced from this declaration's body.