pith. machine review for the scientific record. sign in
def definition def or abbrev

boolObject

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  41def boolObject : DistinguishedCarrier where
  42  Carrier := Bool

proof body

Definition body.

  43  base := false
  44  witness := true
  45  distinct := SelfBootstrap.bool_distinguishable
  46
  47/-! ## Terminal arrows -/
  48
  49/-- A morphism from a distinguished carrier to the terminal reality object is
  50just the proof that the carrier's reality certificate exists. -/

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (13)

Lean names referenced from this declaration's body.