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

recognizerInducesLogicCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Foundation.RecognizerInducesLogic
domain
Foundation
line
246 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Foundation.RecognizerInducesLogic on GitHub at line 246.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

used by

formal source

 243        ∃ (O : PrimitiveObserver ℰ) (e₁ e₂ : ℰ),
 244          e₁ ≠ e₂ ∧ Separates O e₁ e₂
 245
 246def recognizerInducesLogicCert : RecognizerInducesLogicCert where
 247  identity_auto := fun r w => Recognizer.identity r w
 248  non_contradiction_auto := fun r w => Recognizer.non_contradiction r w
 249  totality_auto := fun r w => Recognizer.totality r w
 250  primitive_observer_auto := fun r h => Recognizer.induces_primitive_observer r h
 251
 252theorem recognizerInducesLogicCert_inhabited :
 253    Nonempty RecognizerInducesLogicCert :=
 254  ⟨recognizerInducesLogicCert⟩
 255
 256end RecognizerInducesLogic
 257end Foundation
 258end IndisputableMonolith