let x, y, z be set ; :: thesis: InnerVertices (BitGFA3Str (x,y,z)) = (({[<*x,y*>,xor2]} \/ {(GFA3AdderOutput (x,y,z))}) \/ {[<*x,y*>,nor2],[<*y,z*>,nor2],[<*z,x*>,nor2]}) \/ {(GFA3CarryOutput (x,y,z))}
set f1 = nor2 ;
set f2 = nor2 ;
set f3 = nor2 ;
set f0 = xor2 ;
set xyf0 = [<*x,y*>,xor2];
set xyf1 = [<*x,y*>,nor2];
set yzf2 = [<*y,z*>,nor2];
set zxf3 = [<*z,x*>,nor2];
set S = BitGFA3Str (x,y,z);
set S1 = GFA3AdderStr (x,y,z);
set S2 = GFA3CarryStr (x,y,z);
set A1 = GFA3AdderOutput (x,y,z);
set A2 = GFA3CarryOutput (x,y,z);
thus InnerVertices (BitGFA3Str (x,y,z)) = (InnerVertices (GFA3AdderStr (x,y,z))) \/ (InnerVertices (GFA3CarryStr (x,y,z))) by FACIRC_1:27
.= ({[<*x,y*>,xor2]} \/ {(GFA3AdderOutput (x,y,z))}) \/ (InnerVertices (GFA3CarryStr (x,y,z))) by Th119
.= ({[<*x,y*>,xor2]} \/ {(GFA3AdderOutput (x,y,z))}) \/ ({[<*x,y*>,nor2],[<*y,z*>,nor2],[<*z,x*>,nor2]} \/ {(GFA3CarryOutput (x,y,z))}) by Th106
.= (({[<*x,y*>,xor2]} \/ {(GFA3AdderOutput (x,y,z))}) \/ {[<*x,y*>,nor2],[<*y,z*>,nor2],[<*z,x*>,nor2]}) \/ {(GFA3CarryOutput (x,y,z))} by XBOOLE_1:4 ; :: thesis: verum