thus
for a, b being Element of INT.Ring holds a + b = b + a
; RLVECT_1:def 2 ( INT.Ring is add-associative & INT.Ring is right_zeroed & INT.Ring is right_complementable & INT.Ring is distributive & INT.Ring is commutative & INT.Ring is associative & INT.Ring is domRing-like & not INT.Ring is degenerated )
thus
for a, b, c being Element of INT.Ring holds (a + b) + c = a + (b + c)
; RLVECT_1:def 3 ( INT.Ring is right_zeroed & INT.Ring is right_complementable & INT.Ring is distributive & INT.Ring is commutative & INT.Ring is associative & INT.Ring is domRing-like & not INT.Ring is degenerated )
thus
INT.Ring is right_complementable
( INT.Ring is distributive & INT.Ring is commutative & INT.Ring is associative & INT.Ring is domRing-like & not INT.Ring is degenerated )
thus
for a, b, c being Element of INT.Ring holds
( a * (b + c) = (a * b) + (a * c) & (b + c) * a = (b * a) + (c * a) )
; VECTSP_1:def 7 ( INT.Ring is commutative & INT.Ring is associative & INT.Ring is domRing-like & not INT.Ring is degenerated )
thus
for x, y being Element of INT.Ring holds x * y = y * x
; GROUP_1:def 12 ( INT.Ring is associative & INT.Ring is domRing-like & not INT.Ring is degenerated )
thus
for a, b, c being Element of INT.Ring holds (a * b) * c = a * (b * c)
; GROUP_1:def 3 ( INT.Ring is domRing-like & not INT.Ring is degenerated )
thus
for a, b being Element of INT.Ring holds
( not a * b = 0. INT.Ring or a = 0. INT.Ring or b = 0. INT.Ring )
by Lm3, XCMPLX_1:6; VECTSP_2:def 1 not INT.Ring is degenerated
thus
0. INT.Ring <> 1. INT.Ring
by Lm2, Lm4, FUNCT_7:def 1; STRUCT_0:def 8 verum