set M = { (a + b) where a, b is Element of R : ( a in I & b in J ) } ;
for y, x being Element of R st x in { (a + b) where a, b is Element of R : ( a in I & b in J ) } holds
x * y in { (a + b) where a, b is Element of R : ( a in I & b in J ) }
proof
let y, x be Element of R; :: thesis: ( x in { (a + b) where a, b is Element of R : ( a in I & b in J ) } implies x * y in { (a + b) where a, b is Element of R : ( a in I & b in J ) } )
assume x in { (a + b) where a, b is Element of R : ( a in I & b in J ) } ; :: thesis: x * y in { (a + b) where a, b is Element of R : ( a in I & b in J ) }
then consider a', b' being Element of R such that
A1: ( x = a' + b' & a' in I & b' in J ) ;
A2: ( a' * y in I & b' * y in J ) by A1, Def3;
(a' * y) + (b' * y) = x * y by A1, VECTSP_1:def 12;
hence x * y in { (a + b) where a, b is Element of R : ( a in I & b in J ) } by A2; :: thesis: verum
end;
hence I + J is right-ideal by Def3; :: thesis: verum