Rank | Theorem | Name |
2 | Thm* a:T List, x:T', f:(T T'). (x map(f;a))  ( y:T. (y a) & x = f(y)) | [member_map] |
cites the following: |
0 | Thm* f:(A B), as:A List. ||map(f;as)|| = ||as||  | [map_length] |
1 | Thm* f:(A B), as:A List, n: ||as||. map(f;as)[n] = f(as[n]) | [map_select] |