Theory: restr_binder

Parents


Type constants


Term constants


Axioms


Definitions

RES_FORALL
|- !P B. RES_FORALL P B = (!x. P x ==> B x)
RES_EXISTS
|- !P B. RES_EXISTS P B = (?x. P x /\ B x)
RES_SELECT
|- !P B. RES_SELECT P B = (@x. P x /\ B x)
ARB
|- ARB = (@x. T)
RES_ABSTRACT
|- !P B. RES_ABSTRACT P B = (\x. (P x) => (B x) | ARB)

Theorems