Rank | Theorem | Name |
3 | Thm* f:(A  ), L:A List. 0<||L||  ( a L.( x L.f(x) f(a))) | [maximal-in-list] |
cites the following: |
0 | Thm* a,x:T. (x [a])  x = a | [member_singleton] |
0 | Thm* P:(T Prop). ( x nil.P(x)) | [l_all_nil] |
2 | Thm* P:(T Prop), x:T, L:T List. ( y [x / L].P(y))  P(x) ( y L.P(y)) | [l_exists_cons] |
2 | Thm* P:(T Prop), x:T, L:T List. ( y [x / L].P(y))  P(x) & ( y L.P(y)) | [l_all_cons] |