consider g being ConwayGame such that
A2: ( P1[g] & ( for g1 being ConwayGame st ConwayRank g1 in ConwayRank g holds
not P1[g1] ) ) from CGAMES_1:sch 1(A1);
take g ; :: thesis: ( P1[g] & ( for gO being ConwayGame st gO in the_Options_of g holds
not P1[gO] ) )

thus P1[g] by A2; :: thesis: for gO being ConwayGame st gO in the_Options_of g holds
not P1[gO]

let gO be ConwayGame; :: thesis: ( gO in the_Options_of g implies not P1[gO] )
assume gO in the_Options_of g ; :: thesis: P1[gO]
then ConwayRank gO in ConwayRank g by Th14;
hence P1[gO] by A2; :: thesis: verum