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

recognition_work_constraint_theorem

proved
show as:
view math explainer →
module
IndisputableMonolith.Foundation.CostFromDistinction
domain
Foundation
line
409 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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