| Some definitions of interest. |
|
decidable | Def Dec(P) == P P |
| | Thm* A:Prop. Dec(A) Prop |
|
finite-type | Def finite-type(T) == n: , f:( n T). Surj( n; T; f) |
|
iff | Def P  Q == (P  Q) & (P  Q) |
| | Thm* A,B:Prop. (A  B) Prop |
|
l_member | Def (x l) == i: . i<||l|| & x = l[i] T |
| | Thm* T:Type, x:T, l:T List. (x l) Prop |
|
sq_stable | Def SqStable(P) == P  P |
| | Thm* A:Prop. SqStable(A) Prop |