let X be set ; :: thesis: for n, m being Nat
for A being FinSequence of bool X st n <= m holds
ROUGH (A,m) c= ROUGH (A,n)

let n, m be Nat; :: thesis: for A being FinSequence of bool X st n <= m holds
ROUGH (A,m) c= ROUGH (A,n)

let A be FinSequence of bool X; :: thesis: ( n <= m implies ROUGH (A,m) c= ROUGH (A,n) )
assume Z0: n <= m ; :: thesis: ROUGH (A,m) c= ROUGH (A,n)
let z be set ; :: according to TARSKI:def 3 :: thesis: ( not z in ROUGH (A,m) or z in ROUGH (A,n) )
assume A1: z in ROUGH (A,m) ; :: thesis: z in ROUGH (A,n)
then z in { x where x is Element of X : m <= #occurrences (x,A) } by ROUGH1;
then consider a being Element of X such that
A2: ( z = a & m <= #occurrences (a,A) ) ;
n <= #occurrences (a,A) by Z0, A2, XXREAL_0:2;
then z in { x where x is Element of X : n <= #occurrences (x,A) } by A2;
hence z in ROUGH (A,n) by A1, ROUGH1; :: thesis: verum