theorem
  a 'imp' (a 'nand' b) = 'not' (a '&' b)
proof
  thus a 'imp' (a 'nand' b) ='not' (a '&' a '&' b) by Th54
    .='not' (a '&' b);
end;
