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

postural_minimization

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)

  49theorem postural_minimization (pa : PosturalAxis) :
  50    alignment_quality pa = 1 →
  51    postural_coupling_cost pa = 0 := by

proof body

Term-mode proof.

  52  intro h_qual
  53  unfold postural_coupling_cost
  54  rw [h_qual]
  55  ring
  56
  57/-- **DEFINITION: System Stability (Posture)**
  58    Biological stability derived from postural alignment. -/

used by (1)

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

depends on (5)

Lean names referenced from this declaration's body.