124structure QCDString where 125 /-- Length of the string. -/ 126 length : ℝ 127 /-- Length is positive. -/ 128 length_pos : length > 0 129 /-- Energy stored in the string. -/ 130 energy : ℝ 131 /-- Energy = σ × length. -/ 132 energy_eq : energy = stringTension * length 133 134/-- **THEOREM (String Breaking)**: When the string has enough energy to create a quark pair, 135 it breaks into two shorter strings (hadronization). -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.