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

why_anything_happens

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)

 404theorem why_anything_happens (c : Config) (hne : c.value ≠ 1) :
 405    -- 1. Stasis is expensive for x ≠ 1
 406    J_stasis c.value > 0 := by

proof body

Term-mode proof.

 407  unfold J_stasis
 408  apply mul_pos (by norm_num : (0:ℝ) < 8)
 409  exact J_pos_of_ne_one c.pos hne
 410
 411end
 412
 413/-! ## Summary and Status -/
 414
 415/-- Status report for Grammar of Possibility formalization. -/

used by (2)

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

depends on (18)

Lean names referenced from this declaration's body.