let y, z be set ; :: according to RELAT_1:def 2 :: thesis: ( [y,z] in F1() iff [y,z] in F2() )
hereby :: thesis: ( [y,z] in F2() implies [y,z] in F1() )
assume [y,z] in F1() ; :: thesis: [y,z] in F2()
then P1[y,z] by A1;
hence [y,z] in F2() by A2; :: thesis: verum
end;
assume [y,z] in F2() ; :: thesis: [y,z] in F1()
then P1[y,z] by A2;
hence [y,z] in F1() by A1; :: thesis: verum