deffunc H1( Element of Fin A, Element of Fin A) -> Element of Fin A = $1 \/ $2;
ex IT being BinOp of (Fin A) st
for x, y being Element of Fin A holds IT . x,y = H1(x,y) from BINOP_1:sch 4();
hence ex b1 being BinOp of (Fin A) st
for x, y being Element of Fin A holds b1 . x,y = x \/ y ; :: thesis: verum