theorem
  a 'or' b = 'not' a 'imp' b
proof
  thus 'not' a 'imp' b ='not' 'not' a 'or' b by BVFUNC_4:8
    .=a 'or' b;
end;
