theorem
  InnerVertices BitAdderWithOverflowStr(x,y,c) is Relation
proof
  InnerVertices 2GatesCircStr(x,y,c, 'xor') is Relation & InnerVertices
  MajorityStr(x,y,c) is Relation by Th58,Th67;
  hence thesis by Th2,CIRCCOMB:47;
end;
