thus
addreal is commutative
:: thesis: addreal is associative
let r1 be Element of REAL ; :: according to BINOP_1:def 14 :: thesis: for b1, b2 being Element of REAL holds addreal . r1,(addreal . b1,b2) = addreal . (addreal . r1,b1),b2
let r2, r3 be Element of REAL ; :: thesis: addreal . r1,(addreal . r2,r3) = addreal . (addreal . r1,r2),r3
thus addreal . r1,(addreal . r2,r3) =
r1 + (addreal . r2,r3)
by Def9
.=
r1 + (r2 + r3)
by Def9
.=
(r1 + r2) + r3
.=
(addreal . r1,r2) + r3
by Def9
.=
addreal . (addreal . r1,r2),r3
by Def9
; :: thesis: verum