pith. machine review for the scientific record. sign in
structure definition def or abbrev

QCDString

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)

 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.

depends on (15)

Lean names referenced from this declaration's body.