def
definition
realityTerminalCert
show as:
view math explainer →
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
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