Definitions MarkB generic Sections NuprlLIB Doc

No other cites to report in MarkB_generic
fappendDef f[n:=x](i) == if i=n x else f(i) fi
Thm* n,m:, f:(nm), x:m. f[n:=x] (n+1)m
eq_int Def i=j == if i=j true ; false fi
Thm* i,j:. (i=j)

Syntax:f[n:=x] has structure: fappend(f; n; x)

About:
boolbfalsebtrueifthenelseintnatural_numberadd
int_eqapplyfunctionmemberall
!abstraction

Definitions MarkB generic Sections NuprlLIB Doc