assume A3: ( a = c & b = d ) ; :: thesis: a + b = c + d
reconsider a = a, b = b as Element of INT ;
addint . (a,b) = addreal . (a,b) by GR_CY_1:def 2
.= c + d by A3, BINOP_2:def 9 ;
hence a + b = c + d ; :: thesis: verum