let g be ConwayGame; :: thesis: ConwayZero in the_Tree_of g
defpred S2[ ConwayGame] means not ConwayZero in the_Tree_of $1;
assume not ConwayZero in the_Tree_of g ; :: thesis: contradiction
then A1: ex g being ConwayGame st S2[g] ;
consider g being ConwayGame such that
A2: ( S2[g] & ( for gO being ConwayGame st gO in the_Options_of g holds
not S2[gO] ) ) from CGAMES_1:sch 2(A1);
per cases ( g = ConwayZero or the_Options_of g <> {} ) by Th6;
end;