set f1 = and2b ;
set f2 = and2b ;
set f3 = and2b ;
let x, y, z be set ; :: thesis: ( x <> [<*y,z*>,and2b ] & y <> [<*z,x*>,and2b ] & z <> [<*x,y*>,and2b ] implies ( x in InputVertices (GFA3CarryStr x,y,z) & y in InputVertices (GFA3CarryStr x,y,z) & z in InputVertices (GFA3CarryStr x,y,z) ) )
assume A1: ( x <> [<*y,z*>,and2b ] & y <> [<*z,x*>,and2b ] & z <> [<*x,y*>,and2b ] ) ; :: thesis: ( x in InputVertices (GFA3CarryStr x,y,z) & y in InputVertices (GFA3CarryStr x,y,z) & z in InputVertices (GFA3CarryStr x,y,z) )
InputVertices (GFA3CarryStr x,y,z) = {x,y,z} by A1, Th127;
hence ( x in InputVertices (GFA3CarryStr x,y,z) & y in InputVertices (GFA3CarryStr x,y,z) & z in InputVertices (GFA3CarryStr x,y,z) ) by ENUMSET1:def 1; :: thesis: verum