theorem Th78:
  M,v |= x '=' x
proof
  v.x = v.x;
  hence thesis by ZF_MODEL:12;
end;
