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