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