theorem
  for x,y,c being non pair object holds InputVertices
  BitAdderWithOverflowStr(x,y,c) is without_pairs
proof
  let x,y,c be non pair object;
  InputVertices BitAdderWithOverflowStr(x,y,c) = {x,y,c} by Th85;
  hence thesis;
end;
