| en |
Def en(l) == if null(l)
Thm* |
| int_seg |
Def {i..j Thm* |
| length |
Def ||as|| == Case of as; nil
Thm*
Thm* ||nil|| |
| nat |
Def Thm* |
| nat_plus |
Def Thm* |
| tl |
Def tl(l) == Case of l; nil
Thm* |
| hd |
Def hd(l) == Case of l; nil
Thm* |
| null |
Def null(as) == Case of as; nil
Thm*
Thm* null(nil) |
| lelt |
Def i |
| le |
Def A Thm* |
| not |
Def Thm* |
About: