let X be set ; :: thesis: ( ( for m being Element of NAT ex n being Element of NAT st
( n >= m & n in X ) ) implies not X is finite )
A1:
now let f be
Function;
:: thesis: for k being Element of NAT holds S1[k]defpred S1[
Element of
NAT ]
means ex
m being
Element of
NAT st
for
n being
Element of
NAT st
n >= m holds
not
n in f .: $1;
A2:
for
k being
Element of
NAT st
S1[
k] holds
S1[
k + 1]
proof
let k be
Element of
NAT ;
:: thesis: ( S1[k] implies S1[k + 1] )
assume
ex
m being
Element of
NAT st
for
n being
Element of
NAT st
n >= m holds
not
n in f .: k
;
:: thesis: S1[k + 1]
then consider m being
Element of
NAT such that A3:
for
n being
Element of
NAT st
n >= m holds
not
n in f .: k
;
k + 1 =
succ k
by NAT_1:39
.=
k \/ {k}
by ORDINAL1:def 1
;
then A4:
f .: (k + 1) = (f .: k) \/ (Im f,k)
by RELAT_1:153;
per cases
( ( k in dom f & f . k in NAT ) or ( k in dom f & not f . k in NAT ) or not k in dom f )
;
suppose A5:
(
k in dom f &
f . k in NAT )
;
:: thesis: S1[k + 1]then reconsider m' =
f . k as
Element of
NAT ;
take
max m,
(m' + 1)
;
:: thesis: for n being Element of NAT st n >= max m,(m' + 1) holds
not n in f .: (k + 1)let n be
Element of
NAT ;
:: thesis: ( n >= max m,(m' + 1) implies not n in f .: (k + 1) )assume A6:
n >= max m,
(m' + 1)
;
:: thesis: not n in f .: (k + 1)then A7:
not
n in f .: k
by A3, XXREAL_0:30;
n >= m' + 1
by A6, XXREAL_0:30;
then
n <> m'
by NAT_1:13;
then A8:
not
n in {m'}
by TARSKI:def 1;
f .: (k + 1) = (f .: k) \/ {m'}
by A4, A5, FUNCT_1:117;
hence
not
n in f .: (k + 1)
by A7, A8, XBOOLE_0:def 3;
:: thesis: verum end; end;
end; A14:
S1[
0 ]
thus
for
k being
Element of
NAT holds
S1[
k]
from NAT_1:sch 1(A14, A2); :: thesis: verum end;
hence
( ( for m being Element of NAT ex n being Element of NAT st
( n >= m & n in X ) ) implies not X is finite )
; :: thesis: verum