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

RealityTerminalCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Foundation.RealityTerminalCategory
domain
Foundation
line
90 · github
papers citing
1 paper (below)

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Foundation.RealityTerminalCategory on GitHub at line 90.

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

  87
  88/-! ## Certificate -/
  89
  90structure RealityTerminalCert where
  91  object : DistinguishedCarrier
  92  terminal : TerminalArrow object
  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