 
  P
P
is mentioned by
| Thm* (  x,y:T. Dec(x = y))   (  L,M:T List. Dec(L = M)) | [decidable__equal_list] | 
| Thm*  eq:{T   }, L,M:T List. Dec(L(~eq)M) | [decidable__list_iso] | 
| Thm*  eq:{T   }, L,M:T List. Dec(L(  eq)M) | [decidable__sublist] | 
| Thm*  eq:(T   T    ), L1,L2:T List. Dec(disjoint(eq;L1;L2)) | [decidable__disjoint] | 
| Thm*  P:(T   Prop). (  x:T. Dec(P(x)))   (  L:T List.   x  L.(  P(x))     x  L.P(x)) | [not_list_all_not_iff_list_exists] | 
| Thm*  P:(T   Prop), L:T List. (  x:T. Dec(P(x)))   Dec(  x  L.P(x)) | [decidable__list_exists] | 
| Thm*  P:(T   Prop), L:T List. (  x:T. Dec(P(x)))   Dec(  x  L.P(x)) | [decidable__list_all] | 
| Thm*  eq:(T   T    ), x:T, L:T List. Dec(x(  eq) L) | [decidable__is_member] | 
In prior sections: core int 1 bool 1 core 3 jlc int 2 discrete jlc