| Some definitions of interest. |
|
is_finite_type | Def Finite(A) == n: . A ~ n |
| | Thm* A:Type. Finite(A) Prop |
|
unboundedly_infinite | Def Unbounded(A) == k: . ![](FONT/exi.png) ( k inj A) |
| | Thm* A:Type. Unbounded(A) Prop |
|
nat | Def == {i: | 0 i } |
| | Thm* Type |
|
not | Def A == A ![](FONT/eq.png) False |
| | Thm* A:Prop. ( A) Prop |