WhoCites Definitions MarkB generic Sections NuprlLIB Doc

Who Cites rel exp?
rel_expDef rel_exp(T;R;n) == if n=0 x,y. x = y T else x,y. z:T. (x R z) & (z rel_exp(T;R;n-1) y) fi (recursive)
Thm* n:, T:Type, R:(TTProp). rel_exp(T;R;n) TTProp
eq_int Def i=j == if i=j true ; false fi
Thm* i,j:. (i=j)

Syntax:rel_exp(T;R;n) has structure: rel_exp(T; R; n)

About:
boolbfalsebtrueifthenelseintnatural_numbersubtract
int_eqlambdafunctionrecursive_def_notice
universeequalmemberpropandallexists
!abstraction

WhoCites Definitions MarkB generic Sections NuprlLIB Doc