theorem
proved
recognition_work_constraint_theorem
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Foundation.CostFromDistinction on GitHub at line 409.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
406factor through the independent-decomposition structure of the
407configuration space.
408-/
409theorem recognition_work_constraint_theorem
410 (κ : CostFunction Config) :
411 Nonempty (RecognitionWorkConstraintCert Config) :=
412 ⟨recognition_work_constraint_cert κ⟩
413
414end CostFunction
415
416end CostFromDistinction
417end Foundation
418end IndisputableMonolith