let R be Relation; for a, b being set st a,b are_divergent<=1_wrt R holds
a,b are_divergent_wrt R
let a, b be set ; ( a,b are_divergent<=1_wrt R implies a,b are_divergent_wrt R )
given c being set such that A1:
( ( [c,a] in R or a = c ) & ( [c,b] in R or b = c ) )
; REWRITE1:def 10 a,b are_divergent_wrt R
take
c
; REWRITE1:def 8 ( R reduces c,a & R reduces c,b )
thus
( R reduces c,a & R reduces c,b )
by A1, Th13, Th16; verum