theorem Th75:
  for t holds t '=' t is LD-provable
proof
  let t;
  set u = t '&' t;
  A2: t '=' u is LD-provable;
  then u '=' t is LD-provable by Th70, XBOOLE_1:7;
  hence thesis by A2, Th74;
end;
