let f be XFinSequence; :: thesis: for n being Nat holds rng (f /^ n) c= rng f
let n be Nat; :: thesis: rng (f /^ n) c= rng f
thus rng (f /^ n) c= rng f :: thesis: verum
proof
let z be set ; :: according to TARSKI:def 3 :: thesis: ( not z in rng (f /^ n) or z in rng f )
assume z in rng (f /^ n) ; :: thesis: z in rng f
then consider x being set such that
B1: ( x in dom (f /^ n) & z = (f /^ n) . x ) by FUNCT_1:def 5;
reconsider nx = x as Element of NAT by B1;
nx < len (f /^ n) by B1, NAT_1:45;
then B3: nx < (len f) -' n by Def2;
per cases ( n < len f or n >= len f ) ;
end;
end;