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

realityTerminalCert

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Foundation.RealityTerminalCategory 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  universal :
  94    ∀ A : DistinguishedCarrier, ∃! f : TerminalArrow A, True
  95
  96def realityTerminalCert : RealityTerminalCert where
  97  object := boolObject
  98  terminal := terminalReality
  99  universal := every_distinguished_carrier_maps_uniquely_to_reality
 100
 101end RealityTerminalCategory
 102end Foundation
 103end IndisputableMonolith