theorem Th1:
  'not' <> '&' & 'not' <> '=' & '&' <> '='
proof
  A1: 'not'.1 = 1;
  '&'.1 = 2;
  hence thesis by A1, FINSEQ_1:def 8;
end;
