now assume
not
F2() is
finite
;
:: thesis: contradictionthen
not
dom F2() is
finite
by FINSET_1:29;
then consider B being
Branch of
dom F2()
such that A2:
not
B is
finite
by Th22;
defpred S1[
set ]
means ex
t being
Element of
dom F2() st
(
t in B & $1
= F2()
. t );
defpred S2[
set ,
set ]
means ex
t,
t' being
Element of
dom F2() st
(
t' in succ t &
t in B &
t' in B & $1
= F2()
. t & $2
= F2()
. t' );
A3:
(
F2()
. {} in F1() &
S1[
F2()
. {} ] )
A4:
for
x being
set st
x in F1() &
S1[
x] holds
ex
y being
set st
(
y in F1() &
S2[
x,
y] &
S1[
y] )
ex
g being
Function st
(
dom g = NAT &
rng g c= F1() &
g . 0 = F2()
. {} & ( for
k being
Element of
NAT holds
(
S2[
g . k,
g . (k + 1)] &
S1[
g . k] ) ) )
from TREES_2:sch 5(A3, A4);
then consider g being
Function such that A7:
(
dom g = NAT &
rng g c= F1() &
g . 0 = F2()
. {} & ( for
k being
Element of
NAT holds
( ex
t,
t' being
Element of
dom F2() st
(
t' in succ t &
t in B &
t' in B &
g . k = F2()
. t &
g . (k + 1) = F2()
. t' ) & ex
t being
Element of
dom F2() st
(
t in B &
g . k = F2()
. t ) ) ) )
;
defpred S3[
set ,
set ]
means ex
d being
Element of
F1() st
(
d = g . $1 & $2
= F3(
d) );
A8:
for
x being
set st
x in NAT holds
ex
y being
set st
(
y in NAT &
S3[
x,
y] )
ex
f being
Function of
NAT ,
NAT st
for
x being
set st
x in NAT holds
S3[
x,
f . x]
from FUNCT_2:sch 1(A8);
then consider f being
Function of
NAT ,
NAT such that A11:
for
x being
set st
x in NAT holds
ex
d being
Element of
F1() st
(
d = g . x &
f . x = F3(
d) )
;
A12:
( ex
d being
Element of
F1() st
(
d = F2()
. {} &
f . 0 = F3(
d) ) & ( for
k being
Element of
NAT ex
t,
t' being
Element of
dom F2() st
(
t' in succ t &
t in B &
t' in B &
f . k = F3(
(F2() . t)) &
f . (k + 1) = F3(
(F2() . t')) ) ) )
A16:
for
n being
Element of
NAT ex
t,
t' being
Element of
dom F2() st
(
t' in succ t &
f . n = F3(
(F2() . t)) &
f . (n + 1) = F3(
(F2() . t')) &
f . (n + 1) < f . n )
ex
m being
Element of
NAT st
for
n being
Element of
NAT st
m <= n holds
f . n = f . m
then consider m being
Element of
NAT such that A19:
for
n being
Element of
NAT st
m <= n holds
f . n = f . m
;
consider k being
Element of
NAT such that A20:
k = m + 1
;
consider t,
t' being
Element of
dom F2()
such that A21:
(
t' in succ t &
f . m = F3(
(F2() . t)) &
f . (m + 1) = F3(
(F2() . t')) &
f . (m + 1) < f . m )
by A16;
m <= k
hence
contradiction
by A19, A20, A21;
:: thesis: verum end;
hence
F2() is finite
; :: thesis: verum