set M = { a where a is Element of R : a * J c= I } ; { a where a is Element of R : a * J c= I } = I % J
; then reconsider M = { a where a is Element of R : a * J c= I } as non emptySubset of R ;
for x, y being Element of R st x in M & y in M holds x + y in M
let x, y be Element of R; :: thesis: ( x in M & y in M implies x + y in M ) assume that A1:
x in M
and A2:
y in M
; :: thesis: x + y in M consider b being Element of R such that A3:
y = b
and A4:
b * J c= I
byA2; consider a being Element of R such that A5:
x = a
and A6:
a * J c= I
byA1;