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

UpgradePath

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)

 251structure UpgradePath where
 252  /-- Current state -/
 253  current_state : String
 254  /-- Required steps -/
 255  steps : List String
 256  /-- Target state -/
 257  target_state : String
 258
 259/-- The path to complete inevitability. -/

used by (1)

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

depends on (2)

Lean names referenced from this declaration's body.