hol arithmetic 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def false == inr()

is mentioned by

Thm* odd(0) = false[odd_zero]
Def odd(n) == if n=0 then false else odd(n-1) fi   (recursive)[odd]

In prior sections: bool 1 hol hol bool

Try larger context: HOLlib IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

hol arithmetic 1 Sections HOLlib Doc