let X be set ; 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; 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; ( n <= m implies ROUGH (A,m) c= ROUGH (A,n) )
assume Z0:
n <= m
; ROUGH (A,m) c= ROUGH (A,n)
let z be set ; TARSKI:def 3 ( not z in ROUGH (A,m) or z in ROUGH (A,n) )
assume A1:
z in ROUGH (A,m)
; 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; verum