let O be set ; :: thesis: for G being GroupWithOperators of O
for y being set
for s1 being CompositionSeries of G st y in rng (the_series_of_quotients_of s1) holds
y is strict GroupWithOperators of O

let G be GroupWithOperators of O; :: thesis: for y being set
for s1 being CompositionSeries of G st y in rng (the_series_of_quotients_of s1) holds
y is strict GroupWithOperators of O

let y be set ; :: thesis: for s1 being CompositionSeries of G st y in rng (the_series_of_quotients_of s1) holds
y is strict GroupWithOperators of O

let s1 be CompositionSeries of G; :: thesis: ( y in rng (the_series_of_quotients_of s1) implies y is strict GroupWithOperators of O )
assume A1: y in rng (the_series_of_quotients_of s1) ; :: thesis: y is strict GroupWithOperators of O
set f1 = the_series_of_quotients_of s1;
A2: ( len (the_series_of_quotients_of s1) = 0 or len (the_series_of_quotients_of s1) >= 0 + 1 ) by NAT_1:13;
per cases ( len (the_series_of_quotients_of s1) = 0 or len (the_series_of_quotients_of s1) >= 1 ) by A2;
suppose len (the_series_of_quotients_of s1) = 0 ; :: thesis: y is strict GroupWithOperators of O
end;
suppose len (the_series_of_quotients_of s1) >= 1 ; :: thesis: y is strict GroupWithOperators of O
end;
end;