let O be Ordinal; for R being Relation
for L being Sequence st dom L = succ O & ( for A being Ordinal st A in succ O holds
L . A = { x where x is Element of Games A : ( L_ x c= union (rng (L | A)) & R_ x c= union (rng (L | A)) & L_ x << R, R_ x ) } ) holds
for A being Ordinal st A in succ O holds
L . A = Day (R,A)
let R be Relation; for L being Sequence st dom L = succ O & ( for A being Ordinal st A in succ O holds
L . A = { x where x is Element of Games A : ( L_ x c= union (rng (L | A)) & R_ x c= union (rng (L | A)) & L_ x << R, R_ x ) } ) holds
for A being Ordinal st A in succ O holds
L . A = Day (R,A)
let L be Sequence; ( dom L = succ O & ( for A being Ordinal st A in succ O holds
L . A = { x where x is Element of Games A : ( L_ x c= union (rng (L | A)) & R_ x c= union (rng (L | A)) & L_ x << R, R_ x ) } ) implies for A being Ordinal st A in succ O holds
L . A = Day (R,A) )
assume that
A1:
dom L = succ O
and
A2:
for A being Ordinal st A in succ O holds
L . A = { x where x is Element of Games A : ( L_ x c= union (rng (L | A)) & R_ x c= union (rng (L | A)) & L_ x << R, R_ x ) }
; for A being Ordinal st A in succ O holds
L . A = Day (R,A)
let D be Ordinal; ( D in succ O implies L . D = Day (R,D) )
assume A3:
D in succ O
; L . D = Day (R,D)
consider LO being Sequence such that
A4:
( Day (R,D) = LO . D & dom LO = succ D )
and
A5:
for A being Ordinal st A in succ D holds
LO . A = { x where x is Element of Games A : ( L_ x c= union (rng (LO | A)) & R_ x c= union (rng (LO | A)) & L_ x << R, R_ x ) }
by Def6;
defpred S1[ Ordinal] means ( $1 c= D implies LO . $1 = L . $1 );
A6:
for A being Ordinal st ( for C being Ordinal st C in A holds
S1[C] ) holds
S1[A]
proof
let A be
Ordinal;
( ( for C being Ordinal st C in A holds
S1[C] ) implies S1[A] )
assume A7:
for
C being
Ordinal st
C in A holds
S1[
C]
;
S1[A]
assume A8:
A c= D
;
LO . A = L . A
then A9:
A in succ D
by ORDINAL1:22;
A10:
A in succ O
by A8, A3, ORDINAL1:12;
A11:
L . A = { x where x is Element of Games A : ( L_ x c= union (rng (L | A)) & R_ x c= union (rng (L | A)) & L_ x << R, R_ x ) }
by A2, A8, A3, ORDINAL1:12;
A12:
(
dom (L | A) = A &
dom (LO | A) = A )
by A4, A1, A9, ORDINAL1:def 2, RELAT_1:62, A10;
for
x being
object st
x in A holds
(LO | A) . x = (L | A) . x
then
LO | A = L | A
by A12, FUNCT_1:2;
hence
LO . A = L . A
by A8, ORDINAL1:22, A5, A11;
verum
end;
for A being Ordinal holds S1[A]
from ORDINAL1:sch 2(A6);
hence
L . D = Day (R,D)
by A4; verum