theorem
proved
term proof
prior_holds
show as:
view Lean formalization →
formal statement (Lean)
22theorem prior_holds : ∀ model, mdl_prior model = Cost.Jcost := by
proof body
Term-mode proof.
23 intro model
24 simp [mdl_prior]
25
26end Information
27end IndisputableMonolith