let S be Graph-membered set ; :: thesis: ( S is edge-disjoint implies S is \/-tolerating )
assume A2: S is edge-disjoint ; :: thesis: S is \/-tolerating
now :: thesis: for G1, G2 being _Graph st G1 in S & G2 in S holds
G1 tolerates G2
let G1, G2 be _Graph; :: thesis: ( G1 in S & G2 in S implies b1 tolerates b2 )
assume A3: ( G1 in S & G2 in S ) ; :: thesis: b1 tolerates b2
per cases ( G1 = G2 or G1 <> G2 ) ;
end;
end;
hence S is \/-tolerating by GLIB_014:def 23; :: thesis: verum