A3: for x being set st x in F2() holds
x in F1()
proof
let x be set ; :: thesis: ( x in F2() implies x in F1() )
assume x in F2() ; :: thesis: x in F1()
then P1[x] by A2;
hence x in F1() by A1; :: thesis: verum
end;
for x being set st x in F1() holds
x in F2()
proof
let x be set ; :: thesis: ( x in F1() implies x in F2() )
assume x in F1() ; :: thesis: x in F2()
then P1[x] by A1;
hence x in F2() by A2; :: thesis: verum
end;
hence F1() = F2() by A3, TARSKI:1; :: thesis: verum