theorem Th34:
  P is_on_curve EC_WEqProjCo(a,b,p) iff P is Element of EC_SetProjCo(a,b,p)
  proof
    hereby assume P is_on_curve EC_WEqProjCo(a,b,p);
      then P in {Q where Q is Element of ProjCo(GF(p)) :
      EC_WEqProjCo(a,b,p).Q = 0.GF(p)};
      hence P is Element of EC_SetProjCo(a,b,p) by EC_PF_1:def 9;
    end;
    assume P is Element of EC_SetProjCo(a,b,p);
    then P in EC_SetProjCo(a,b,p);
    then P in {Q where Q is Element of ProjCo(GF(p)) :
    EC_WEqProjCo(a,b,p).Q = 0.GF(p)} by EC_PF_1:def 9;
    then ex Q be Element of ProjCo(GF(p)) st P=Q &
    EC_WEqProjCo(a,b,p).Q = 0.GF(p);
    hence P is_on_curve EC_WEqProjCo(a,b,p);
  end;
