let X be set ; :: thesis: for S being SetSequence of X holds
( S is non-ascending iff for n being Element of NAT holds S . (n + 1) c= S . n )

let S be SetSequence of X; :: thesis: ( S is non-ascending iff for n being Element of NAT holds S . (n + 1) c= S . n )
thus ( S is non-ascending implies for n being Element of NAT holds S . (n + 1) c= S . n ) :: thesis: ( ( for n being Element of NAT holds S . (n + 1) c= S . n ) implies S is non-ascending )
proof
assume A1: S is non-ascending ; :: thesis: for n being Element of NAT holds S . (n + 1) c= S . n
now
let n be Element of NAT ; :: thesis: S . (n + 1) c= S . n
n <= n + 1 by NAT_1:11;
hence S . (n + 1) c= S . n by A1, PROB_1:def 6; :: thesis: verum
end;
hence for n being Element of NAT holds S . (n + 1) c= S . n ; :: thesis: verum
end;
assume A2: for n being Element of NAT holds S . (n + 1) c= S . n ; :: thesis: S is non-ascending
now
let n, m be Element of NAT ; :: thesis: ( n <= m implies S . m c= S . n )
assume A3: n <= m ; :: thesis: S . m c= S . n
A4: now
defpred S1[ Element of NAT ] means S . (n + $1) c= S . n;
A5: for k being Element of NAT st S1[k] holds
S1[k + 1]
proof
let k be Element of NAT ; :: thesis: ( S1[k] implies S1[k + 1] )
assume A6: S . (n + k) c= S . n ; :: thesis: S1[k + 1]
S . ((n + k) + 1) c= S . (n + k) by A2;
hence S1[k + 1] by A6, XBOOLE_1:1; :: thesis: verum
end;
A7: S1[ 0 ] ;
thus for k being Element of NAT holds S1[k] from NAT_1:sch 1(A7, A5); :: thesis: verum
end;
consider k being Nat such that
A8: m = n + k by A3, NAT_1:10;
k in NAT by ORDINAL1:def 13;
hence S . m c= S . n by A4, A8; :: thesis: verum
end;
hence S is non-ascending by PROB_1:def 6; :: thesis: verum