deffunc H1( Ordinal, Sequence) -> set = {} ;
deffunc H2( Ordinal, Ordinal) -> Ordinal = F1($2);
consider phi being Ordinal-Sequence such that
A7:
dom phi = omega
and
A8:
( 0 in omega implies phi . 0 = F1(0) )
and
A9:
for A being Ordinal st succ A in omega holds
phi . (succ A) = H2(A,phi . A)
and
for A being Ordinal st A in omega & A <> 0 & A is limit_ordinal holds
phi . A = H1(A,phi | A)
from ORDINAL2:sch 11();
assume A10:
for A being Ordinal holds not F1(A) = A
; contradiction
A13:
phi is increasing
deffunc H3( Ordinal) -> Ordinal = F1($1);
consider fi being Ordinal-Sequence such that
A30:
( dom fi = sup phi & ( for A being Ordinal st A in sup phi holds
fi . A = H3(A) ) )
from ORDINAL2:sch 3();
H3( {} ) in rng phi
by A7, A8, Lm1, FUNCT_1:def 3;
then A31:
sup phi <> {}
by ORDINAL2:19;
then A32:
H3( sup phi) is_limes_of fi
by A2, A7, A13, A30, Lm2, Th16;
A33:
sup fi c= sup phi
proof
let x be
object ;
TARSKI:def 3 ( not x in sup fi or x in sup phi )
assume A34:
x in sup fi
;
x in sup phi
then reconsider A =
x as
Ordinal ;
consider B being
Ordinal such that A35:
B in rng fi
and A36:
A c= B
by A34, ORDINAL2:21;
consider y being
object such that A37:
y in dom fi
and A38:
B = fi . y
by A35, FUNCT_1:def 3;
reconsider y =
y as
Ordinal by A37;
consider C being
Ordinal such that A39:
C in rng phi
and A40:
y c= C
by A30, A37, ORDINAL2:21;
(
y c< C iff (
y <> C &
y c= C ) )
;
then A41:
(
H3(
y)
in H3(
C) or
y = C )
by A1, A40, ORDINAL1:11;
B = H3(
y)
by A30, A37, A38;
then A42:
B c= H3(
C)
by A41, ORDINAL1:def 2;
consider z being
object such that A43:
z in dom phi
and A44:
C = phi . z
by A39, FUNCT_1:def 3;
reconsider z =
z as
Ordinal by A43;
A45:
succ z in omega
by A7, A43, Lm2, ORDINAL1:28;
then A46:
phi . (succ z) in rng phi
by A7, FUNCT_1:def 3;
phi . (succ z) = H3(
C)
by A9, A44, A45;
then
H3(
C)
in sup phi
by A46, ORDINAL2:19;
then
B in sup phi
by A42, ORDINAL1:12;
hence
x in sup phi
by A36, ORDINAL1:12;
verum
end;
A47:
fi is increasing
sup phi is limit_ordinal
by A7, A13, Lm2, Th16;
then sup fi =
lim fi
by A30, A31, A47, Th8
.=
H3( sup phi)
by A32, ORDINAL2:def 10
;
hence
contradiction
by A11, A33, ORDINAL1:5; verum