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

additive_emp_left

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)

 231theorem additive_emp_left (κ : CostFunction Config) (Γ : Config) :
 232    κ.C (join emp Γ) = κ.C Γ := by

proof body

One-line wrapper that applies rw.

 233  rw [emp_join]
 234

depends on (3)

Lean names referenced from this declaration's body.