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