theorem
proved
term proof
recognition_work_constraint_theorem
show as:
view Lean formalization →
formal statement (Lean)
409theorem recognition_work_constraint_theorem
410 (κ : CostFunction Config) :
411 Nonempty (RecognitionWorkConstraintCert Config) :=
proof body
Term-mode proof.
412 ⟨recognition_work_constraint_cert κ⟩
413
414end CostFunction
415
416end CostFromDistinction
417end Foundation
418end IndisputableMonolith