let x, y, z be set ; :: thesis: InnerVertices (BitGFA1Str (x,y,z)) = (({[<*x,y*>,xor2c]} \/ {(GFA1AdderOutput (x,y,z))}) \/ {[<*x,y*>,and2c],[<*y,z*>,and2a],[<*z,x*>,and2]}) \/ {(GFA1CarryOutput (x,y,z))}
set f1 = and2c ;
set f2 = and2a ;
set f3 = and2 ;
set f0 = xor2c ;
set xyf0 = [<*x,y*>,xor2c];
set xyf1 = [<*x,y*>,and2c];
set yzf2 = [<*y,z*>,and2a];
set zxf3 = [<*z,x*>,and2];
set S = BitGFA1Str (x,y,z);
set S1 = GFA1AdderStr (x,y,z);
set S2 = GFA1CarryStr (x,y,z);
set A1 = GFA1AdderOutput (x,y,z);
set A2 = GFA1CarryOutput (x,y,z);
thus InnerVertices (BitGFA1Str (x,y,z)) = (InnerVertices (GFA1AdderStr (x,y,z))) \/ (InnerVertices (GFA1CarryStr (x,y,z))) by FACIRC_1:27
.= ({[<*x,y*>,xor2c]} \/ {(GFA1AdderOutput (x,y,z))}) \/ (InnerVertices (GFA1CarryStr (x,y,z))) by Th55
.= ({[<*x,y*>,xor2c]} \/ {(GFA1AdderOutput (x,y,z))}) \/ ({[<*x,y*>,and2c],[<*y,z*>,and2a],[<*z,x*>,and2]} \/ {(GFA1CarryOutput (x,y,z))}) by Th42
.= (({[<*x,y*>,xor2c]} \/ {(GFA1AdderOutput (x,y,z))}) \/ {[<*x,y*>,and2c],[<*y,z*>,and2a],[<*z,x*>,and2]}) \/ {(GFA1CarryOutput (x,y,z))} by XBOOLE_1:4 ; :: thesis: verum