WhoCites Definitions MarkB generic Sections NuprlLIB Doc

Who Cites eq bool?
eq_boolDef p=q == (pq) (pq)
Thm* p,q:. p=q
bnot Def b == if b false else true fi
Thm* b:. b
band Def pq == if p q else false fi
Thm* p,q:. (pq)
bor Def p q == if p true else q fi
Thm* p,q:. (p q)

Syntax:p=q has structure: eq_bool(p; q)

About:
boolbfalsebtrueifthenelsememberall!abstraction

WhoCites Definitions MarkB generic Sections NuprlLIB Doc