| Some definitions of interest. | |
| is_finite_type |  n:  . A ~  n | 
|  A:Type. Finite(A)  Prop | |
| int_seg |  } == {k:  | i  k < j } | 
|  m,n:  . {m..n  }  Type | |
| nat |  == {i:  | 0  i } | 
|    Type | |
| nat_plus |   == {i:  | 0<i } | 
|     Type | |
| one_one_corr_2 |  f:(A   B), g:(B   A). InvFuns(A;B;f;g) | 
|  A,B:Type. (A ~ B)  Prop | |
| trans |  a,b,c:T. E(a;b)   E(b;c)   E(a;c) | 
|  T:Type, E:(T   T   Prop). (Trans x,y:T. E(x;y))  Prop | 
About:
|  |  |  |  |  |  | 
|  |  |  |  |  | 
|  |