
theorem Th24:
  for x,y,z being set holds InnerVertices GFA0AdderStr(x,y,z) = {[
  <*x,y*>,xor2]} \/ {GFA0AdderOutput(x,y,z)}
proof
  let x,y,z be set;
  set f = xor2;
  set xy = [<*x,y*>,f];
  set S = GFA0AdderStr(x,y,z);
  thus InnerVertices S = {xy, GFA0AdderOutput(x,y,z)} by FACIRC_1:56
    .= {xy} \/ {GFA0AdderOutput(x,y,z)} by ENUMSET1:1;
end;
