set S = { F3(n) where n is Element of NAT : n <= F1() } ;
set T = { F3(n) where n is Element of NAT : ( 0 <= n & n <= F1() ) } ;
A1: 0 <= F1() ;
A2: { F3(n) where n is Element of NAT : ( 0 <= n & n <= F1() ) } is non empty finite Subset of F2() from ASYMPT_0:sch 1(A1);
now
let x be set ; :: thesis: ( ( x in { F3(n) where n is Element of NAT : n <= F1() } implies x in { F3(n) where n is Element of NAT : ( 0 <= n & n <= F1() ) } ) & ( x in { F3(n) where n is Element of NAT : ( 0 <= n & n <= F1() ) } implies x in { F3(n) where n is Element of NAT : n <= F1() } ) )
hereby :: thesis: ( x in { F3(n) where n is Element of NAT : ( 0 <= n & n <= F1() ) } implies x in { F3(n) where n is Element of NAT : n <= F1() } )
assume x in { F3(n) where n is Element of NAT : n <= F1() } ; :: thesis: x in { F3(n) where n is Element of NAT : ( 0 <= n & n <= F1() ) }
then consider n being Element of NAT such that
A3: ( x = F3(n) & n <= F1() ) ;
thus x in { F3(n) where n is Element of NAT : ( 0 <= n & n <= F1() ) } by A3; :: thesis: verum
end;
assume x in { F3(n) where n is Element of NAT : ( 0 <= n & n <= F1() ) } ; :: thesis: x in { F3(n) where n is Element of NAT : n <= F1() }
then consider n being Element of NAT such that
A4: ( x = F3(n) & 0 <= n & n <= F1() ) ;
thus x in { F3(n) where n is Element of NAT : n <= F1() } by A4; :: thesis: verum
end;
hence { F3(n) where n is Element of NAT : n <= F1() } is non empty finite Subset of F2() by A2, TARSKI:2; :: thesis: verum