let g be ConwayGame; for f1, f2 being Function st dom f1 = the_Tree_of g & dom f2 = the_Tree_of g & ( for g1 being ConwayGame st g1 in dom f1 holds
f1 . g1 = F1(g1,(f1 | (the_proper_Tree_of g1))) ) & ( for g1 being ConwayGame st g1 in dom f2 holds
f2 . g1 = F1(g1,(f2 | (the_proper_Tree_of g1))) ) holds
f1 = f2
let f1, f2 be Function; ( dom f1 = the_Tree_of g & dom f2 = the_Tree_of g & ( for g1 being ConwayGame st g1 in dom f1 holds
f1 . g1 = F1(g1,(f1 | (the_proper_Tree_of g1))) ) & ( for g1 being ConwayGame st g1 in dom f2 holds
f2 . g1 = F1(g1,(f2 | (the_proper_Tree_of g1))) ) implies f1 = f2 )
assume A1:
( dom f1 = the_Tree_of g & dom f2 = the_Tree_of g & ( for g1 being ConwayGame st g1 in dom f1 holds
f1 . g1 = F1(g1,(f1 | (the_proper_Tree_of g1))) ) & ( for g1 being ConwayGame st g1 in dom f2 holds
f2 . g1 = F1(g1,(f2 | (the_proper_Tree_of g1))) ) )
; f1 = f2
defpred S2[ ConwayGame] means ( $1 in the_Tree_of g & f1 . $1 <> f2 . $1 );
assume
f1 <> f2
; contradiction
then
ex x being object st
( x in the_Tree_of g & f1 . x <> f2 . x )
by A1;
then A2:
ex g0 being ConwayGame st S2[g0]
;
consider gm being ConwayGame such that
A3:
( S2[gm] & ( for gO being ConwayGame st gO in the_proper_Tree_of gm holds
not S2[gO] ) )
from CGAMES_1:sch 4(A2);
A4:
f1 | (the_proper_Tree_of gm) = f2 | (the_proper_Tree_of gm)
( f1 . gm = F1(gm,(f1 | (the_proper_Tree_of gm))) & f2 . gm = F1(gm,(f2 | (the_proper_Tree_of gm))) )
by A1, A3;
hence
contradiction
by A4, A3; verum