let f be FinSequence of (TOP-REAL 2); :: thesis: for i being Element of NAT holds L~ (f | i) c= L~ f
let i be Element of NAT ; :: thesis: L~ (f | i) c= L~ f
set h = f | i;
set Mh = { (LSeg ((f | i),n)) where n is Element of NAT : ( 1 <= n & n + 1 <= len (f | i) ) } ;
set Mf = { (LSeg (f,m)) where m is Element of NAT : ( 1 <= m & m + 1 <= len f ) } ;
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in L~ (f | i) or x in L~ f )
A1: f | i = f | (Seg i) by FINSEQ_1:def 15;
A2: dom f = Seg (len f) by FINSEQ_1:def 3;
assume A3: x in L~ (f | i) ; :: thesis: x in L~ f
then consider X being set such that
A4: x in X and
A5: X in { (LSeg ((f | i),n)) where n is Element of NAT : ( 1 <= n & n + 1 <= len (f | i) ) } by TARSKI:def 4;
consider k being Element of NAT such that
A6: X = LSeg ((f | i),k) and
A7: 1 <= k and
A8: k + 1 <= len (f | i) by A5;
per cases ( i in dom f or not i in dom f ) ;
end;