reserve p,p1,p2,q,r,F,G,G1,G2,H,H1,H2 for ZF-formula,
  x,x1,x2,y,y1,y2,z,z1,z2,s,t for Variable,
  a,X for set;
reserve M for non empty set,
  m,m9 for Element of M,
  v,v9 for Function of VAR,M;
reserve i,j for Element of NAT;

theorem Th169:
  H is conjunctive iff H/(x,y) is conjunctive
proof
  thus H is conjunctive implies H/(x,y) is conjunctive
  proof
    given H1,H2 such that
A1: H = H1 '&' H2;
    H/(x,y) = (H1/(x,y)) '&' (H2/(x,y)) by A1,Th158;
    hence thesis;
  end;
  assume H/(x,y) is conjunctive;
  then
A2: H/(x,y).1 = 3 by ZF_LANG:21;
  3 <= len H by ZF_LANG:13;
  then 1 <= len H by XXREAL_0:2;
  then
A3: 1 in dom H by FINSEQ_3:25;
  y <> 3 by Th135;
  then H.1 <> x by A2,A3,Def3;
  then 3 = H.1 by A2,A3,Def3;
  hence thesis by ZF_LANG:27;
end;
