theorem
proved
term proof
alpha_s_match
show as:
view Lean formalization →
formal statement (Lean)
82theorem alpha_s_match :
83 abs (alpha_s_pred - alpha_s_exp) < alpha_s_err := by
proof body
Term-mode proof.
84 simp only [alpha_s_pred, alpha_s_geom, alpha_s_exp, alpha_s_err]
85 norm_num
86
87/-! ## Certificate -/
88
89/-- T15 Certificate: Strong coupling derived from wallpaper groups. -/