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

specifiabilityClosureCert

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Foundation.DistinguishabilityFromSpecifiability on GitHub at line 96.

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

  93    (∃ x y : K, x ≠ y) ↔ Nonempty (NontrivialSpecification K)
  94
  95/-- The specifiability closure certificate is theorem-backed. -/
  96theorem specifiabilityClosureCert (K : Type*) [Nonempty K] :
  97    SpecifiabilityClosureCert K where
  98  equivalence := distinguishability_iff_nontrivial_specifiability
  99
 100end SpecifiabilityClosure
 101end Foundation
 102end IndisputableMonolith