
theorem Th113:
  for x,y,z being set st x <> [<*y,z*>,nor2] & y <> [<*z,x*>,
nor2] & z <> [<*x,y*>,nor2] holds x in InputVertices GFA3CarryStr(x,y,z) & y
  in InputVertices GFA3CarryStr(x,y,z) & z in InputVertices GFA3CarryStr(x,y,z)
proof
  set f1 = nor2, f2 = nor2, f3 = nor2;
  let x,y,z be set;
  assume x <> [<*y,z*>,f2] & y <> [<*z,x*>,f3] & z <> [<*x,y*>,f1];
  then InputVertices GFA3CarryStr(x,y,z) = {x,y,z} by Th109;
  hence thesis by ENUMSET1:def 1;
end;
