Rank | Theorem | Name |
3 | Thm* F:(A Prop), L:A List. ( k:A. Dec(F(k)))  Dec(( k L.F(k))) | [decidable__l_exists] |
cites the following: |
1 | Thm* P:(T Prop). ( x nil.P(x))  False | [l_exists_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] |