thus
addrat is commutative
:: thesis: addrat is associative
let w1 be Element of RAT ; :: according to BINOP_1:def 14 :: thesis: for b1, b2 being Element of RAT holds addrat . w1,(addrat . b1,b2) = addrat . (addrat . w1,b1),b2
let w2, w3 be Element of RAT ; :: thesis: addrat . w1,(addrat . w2,w3) = addrat . (addrat . w1,w2),w3
thus addrat . w1,(addrat . w2,w3) =
w1 + (addrat . w2,w3)
by Def15
.=
w1 + (w2 + w3)
by Def15
.=
(w1 + w2) + w3
.=
(addrat . w1,w2) + w3
by Def15
.=
addrat . (addrat . w1,w2),w3
by Def15
; :: thesis: verum