theorem Th176:
  H is biconditional implies H/(x,y) is biconditional
proof
  given H1,H2 such that
A1: H = H1 <=> H2;
  H/(x,y) = (H1/(x,y)) <=> (H2/(x,y)) by A1,Th163;
  hence thesis;
end;
