
theorem
  for x,y,z being non pair set holds InputVertices BitGFA2Str(x,y,z) is
  without_pairs
proof
  let x,y,z be non pair set;
  InputVertices BitGFA2Str(x,y,z) = {x,y,z} by Th98;
  hence thesis;
end;
