
theorem
  for v,w be Element of RNS_Real,
      v1,w1 be Element of REAL
    st v = v1 & w = w1
  holds v + w = v1 + w1 by BINOP_2:def 9;
