| Some definitions of interest. | |
| comment | |
| prime |  a = 0 &  (a ~ 1) & (  b,c:  . a | b  c   a | b  a | c) | 
|  a:  . prime(a)  Prop | |
| divides |  c:  . a = b  c | 
|  a,b:  . (a | b)  Prop | |
| int_seg |  } == {k:  | i  k < j } | 
|  m,n:  . {m..n  }  Type | |
| nat |  == {i:  | 0  i } | 
|    Type | |
| le |  B ==  B<A | 
|  i,j:  . (i  j)  Prop | |
| nat_plus |   == {i:  | 0<i } | 
|     Type | 
About:
|  |  |  |  |  |  |  |  |  | 
|  |  |  |  |  |  |