let H be ZF-formula; for x, y being Variable holds
( H is universal iff H / (x,y) is universal )
let x, y be Variable; ( H is universal iff H / (x,y) is universal )
thus
( H is universal implies H / (x,y) is universal )
( 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)
;
ZF_LANG:def 14 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, Th159, Th160;
hence
H / (
x,
y) is
universal
;
verum
end;
assume
H / (x,y) is universal
; H is universal
then A3:
(H / (x,y)) . 1 = 4
by ZF_LANG:22;
3 <= len H
by ZF_LANG:13;
then
1 <= len H
by XXREAL_0:2;
then A4:
1 in dom H
by FINSEQ_3:25;
y <> 4
by Th135;
then
H . 1 <> x
by A3, A4, Def3;
then
4 = H . 1
by A3, A4, Def3;
hence
H is universal
by ZF_LANG:28; verum