theorem
  bool X <> X
  proof
    X in bool X by Def1;
    hence thesis;
  end;
