let Y be set ; ex T being Tolerance of (union Y) st
for Z being set st Z in Y holds
Z is TolSet of T
defpred S1[ set , set ] means ex Z being set st
( Z in Y & $1 in Z & $2 in Z );
A1:
for x being set st x in union Y holds
S1[x,x]
A2:
for x, y being set st x in union Y & y in union Y & S1[x,y] holds
S1[y,x]
;
consider T being Tolerance of (union Y) such that
A3:
for x, y being set st x in union Y & y in union Y holds
( [x,y] in T iff S1[x,y] )
from TOLER_1:sch 1(A1, A2);
take
T
; for Z being set st Z in Y holds
Z is TolSet of T
let Z be set ; ( Z in Y implies Z is TolSet of T )
assume A4:
Z in Y
; Z is TolSet of T
for x, y being set st x in Z & y in Z holds
[x,y] in T
hence
Z is TolSet of T
by Def1; verum