let H be ZF-formula; :: thesis: for x, y being Variable holds
( H is universal iff H / x,y is universal )

let x, y be Variable; :: thesis: ( H is universal iff H / x,y is universal )
thus ( H is universal implies H / x,y is universal ) :: thesis: ( H / x,y is universal implies H is universal )
proof
given z being Variable, H1 being ZF-formula such that A1: H = All z,H1 ; :: according to ZF_LANG:def 14 :: thesis: H / x,y is universal
( z = x or z <> x ) ;
then consider s being Variable such that
A2: ( ( z = x & s = y ) or ( z <> x & s = z ) ) ;
H / x,y = All s,(H1 / x,y) by A1, A2, Th173, Th174;
hence H / x,y is universal by ZF_LANG:16; :: thesis: verum
end;
assume H / x,y is universal ; :: thesis: H is universal
then A3: (H / x,y) . 1 = 4 by ZF_LANG:39;
3 <= len H by ZF_LANG:29;
then 1 <= len H by XXREAL_0:2;
then A4: 1 in dom H by FINSEQ_3:27;
y <> 4 by Th148;
then H . 1 <> x by A3, A4, Def4;
then 4 = H . 1 by A3, A4, Def4;
hence H is universal by ZF_LANG:45; :: thesis: verum