set f0 = xor2c ;
set f1 = and2c ;
set f2 = and2a ;
set f3 = and2 ;
let x, y, z be set ; :: thesis: ( z <> [<*x,y*>,xor2c ] & x <> [<*y,z*>,and2a ] & y <> [<*z,x*>,and2 ] & z <> [<*x,y*>,and2c ] implies ( x in InputVertices (BitGFA1Str x,y,z) & y in InputVertices (BitGFA1Str x,y,z) & z in InputVertices (BitGFA1Str x,y,z) ) )
assume A1:
( z <> [<*x,y*>,xor2c ] & x <> [<*y,z*>,and2a ] & y <> [<*z,x*>,and2 ] & z <> [<*x,y*>,and2c ] )
; :: thesis: ( x in InputVertices (BitGFA1Str x,y,z) & y in InputVertices (BitGFA1Str x,y,z) & z in InputVertices (BitGFA1Str x,y,z) )
set S = BitGFA1Str x,y,z;
InputVertices (BitGFA1Str x,y,z) = {x,y,z}
by A1, Th78;
hence
( x in InputVertices (BitGFA1Str x,y,z) & y in InputVertices (BitGFA1Str x,y,z) & z in InputVertices (BitGFA1Str x,y,z) )
by ENUMSET1:def 1; :: thesis: verum