deffunc H1( Element of BOOLEAN , Element of BOOLEAN ) -> Element of BOOLEAN = $1 '&' ('not' $2);
thus ex t being Function of (2 -tuples_on BOOLEAN),BOOLEAN st
for x, y being Element of BOOLEAN holds t . <*x,y*> = H1(x,y) from FACIRC_1:sch 1(); :: thesis: verum