
theorem
  for x,b being non pair set holds InputVertices BitCompStr(x,b) is
  without_pairs
proof
  let x,b be non pair set;
  InputVertices BitCompStr(x,b) = {x,b} by Th40;
  hence thesis;
end;
