WhoCites Definitions mb hybrid Sections GenAutomata Doc

Who Cites rel star?
rel_starDef (R^*)(x,y) == n:. x R^n y
Thm* T:Type, R:(TTProp). (R^*) TTProp
rel_exp Def R^n == if n=0 x,y. x = y T else x,y. z:T. (x R z) & (z R^n-1 y) fi (recursive)
Thm* n:, T:Type, R:(TTProp). R^n TTProp
nat Def == {i:| 0i }
Thm* Type
eq_int Def i=j == if i=j true ; false fi
Thm* i,j:. (i=j)
le Def AB == B < A
Thm* i,j:. (ij) Prop
not Def A == A False
Thm* A:Prop. (A) Prop

Syntax:R^* has structure: rel_star(T; R)

About:
boolbfalsebtrueifthenelseintnatural_numbersubtractint_eq
less_thansetlambdaapplyfunctionrecursive_def_noticeuniverse
equalmemberpropimpliesandfalseallexists!abstraction

WhoCites Definitions mb hybrid Sections GenAutomata Doc