hol arithmetic 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def i>j == j<i

is mentioned by

Thm* n:n>0  odd(n) = odd(n-1)[odd_pos]
Thm* n:n>0  even(n) = even(n-1)[even_pos]
Thm* n:n>0  fact(n) = nfact(n-1)[fact_pos]
Thm* m,n:n>0  exp(m;n) = mexp(m;n-1)[exp_pos]

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

hol arithmetic 1 Sections HOLlib Doc