theorem
proved
tactic proof
row_weak_ref_cross_section_band
show as:
view Lean formalization →
formal statement (Lean)
54theorem row_weak_ref_cross_section_band :
55 5.2e-38 < sigma_nu_weak_ref_cm2 ∧ sigma_nu_weak_ref_cm2 < 5.4e-38 := by
proof body
Tactic-mode proof.
56 unfold sigma_nu_weak_ref_cm2 E_ref_GeV gev2_to_cm2
57 have hgf := row_fermi_pred_bracket
58 have hgf_pos : 0 < row_fermi_pred := by linarith [hgf.1]
59 constructor
60 · nlinarith [hgf.1, hgf_pos]
61 · nlinarith [hgf.2, hgf_pos]
62