let T1, T2 be DTree-set of D; :: thesis: ( ( for T being DecoratedTree of D holds T in T1 ) & ( for T being DecoratedTree of D holds T in T2 ) implies T1 = T2 )
assume that
A6: for T being DecoratedTree of D holds T in T1 and
A7: for T being DecoratedTree of D holds T in T2 ; :: thesis: T1 = T2
thus T1 c= T2 :: according to XBOOLE_0:def 10 :: thesis: T2 c= T1
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in T1 or x in T2 )
thus ( not x in T1 or x in T2 ) by A7; :: thesis: verum
end;
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in T2 or x in T1 )
thus ( not x in T2 or x in T1 ) by A6; :: thesis: verum