let X be set ; :: thesis: for A being Subset of X
for A1 being SetSequence of X st A1 is monotone holds
A (/\) A1 is monotone

let A be Subset of X; :: thesis: for A1 being SetSequence of X st A1 is monotone holds
A (/\) A1 is monotone

let A1 be SetSequence of X; :: thesis: ( A1 is monotone implies A (/\) A1 is monotone )
assume A1: A1 is monotone ; :: thesis: A (/\) A1 is monotone
per cases ( A1 is non-ascending or A1 is non-descending ) by A1, SETLIM_1:def 1;
end;