theorem
  H is biconditional implies H = (the_left_side_of H) <=> (
  the_right_side_of H)
proof
  given F,G such that
A1: H = F <=> G;
  the_left_side_of H = F by A1,Th31;
  hence thesis by A1,Th31;
end;
