let D1, D2 be set ; ( ( for x being set holds
( x in D1 iff x is Chain of f ) ) & ( for x being set holds
( x in D2 iff x is Chain of f ) ) implies D1 = D2 )
assume A2:
for x being set holds
( x in D1 iff x is Chain of f )
; ( ex x being set st
( ( x in D2 implies x is Chain of f ) implies ( x is Chain of f & not x in D2 ) ) or D1 = D2 )
assume A3:
for x being set holds
( x in D2 iff x is Chain of f )
; D1 = D2
thus
D1 c= D2
XBOOLE_0:def 10 D2 c= D1
let x be set ; TARSKI:def 3 ( not x in D2 or x in D1 )
assume
x in D2
; x in D1
then
x is Chain of f
by A3;
hence
x in D1
by A2; verum