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

top_charm_ratio

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)

 380theorem top_charm_ratio : top_quark_pred / charm_quark_pred = Constants.phi ^ (6 : ℕ) := by

proof body

Term-mode proof.

 381  unfold top_quark_pred charm_quark_pred
 382  have hpos : (0 : ℝ) < Constants.phi ^ (45 : ℕ) / 2000000 :=
 383    div_pos (pow_pos Constants.phi_pos _) (by norm_num)
 384  field_simp [ne_of_gt hpos]
 385
 386/-- Top quark structural prediction: φ^51/2000000 is in the multi-GeV range.
 387    This captures the scale correctly even without the full gap correction. -/

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (13)

Lean names referenced from this declaration's body.