let a, b be Real; :: thesis: for t being BinOp of [.0,1.] holds t . (a,b) in [.0,1.]
let t be BinOp of [.0,1.]; :: thesis: t . (a,b) in [.0,1.]
per cases ( ( a in [.0,1.] & b in [.0,1.] ) or not a in [.0,1.] or not b in [.0,1.] ) ;
end;