let a, b be set ; :: thesis: ( ( a,b are_convergent_wrt {} or a,b are_divergent_wrt {} ) implies a = b )
A1: now
assume a,b are_convergent_wrt {} ; :: thesis: ( ( a,b are_convergent_wrt {} or a,b are_divergent_wrt {} ) implies a = b )
then consider c being set such that
A2: {} reduces a,c and
A3: {} reduces b,c by Def7;
a = c by A2, Th14;
hence ( ( a,b are_convergent_wrt {} or a,b are_divergent_wrt {} ) implies a = b ) by A3, Th14; :: thesis: verum
end;
A4: now
assume a,b are_divergent_wrt {} ; :: thesis: ( ( a,b are_convergent_wrt {} or a,b are_divergent_wrt {} ) implies a = b )
then consider c being set such that
A5: {} reduces c,a and
A6: {} reduces c,b by Def8;
a = c by A5, Th14;
hence ( ( a,b are_convergent_wrt {} or a,b are_divergent_wrt {} ) implies a = b ) by A6, Th14; :: thesis: verum
end;
assume ( a,b are_convergent_wrt {} or a,b are_divergent_wrt {} ) ; :: thesis: a = b
hence a = b by A1, A4; :: thesis: verum