let X be set ; for T, R being Tolerance of X st ( for Z being set holds
( Z is TolClass of T iff Z is TolClass of R ) ) holds
T = R
let T, R be Tolerance of X; ( ( for Z being set holds
( Z is TolClass of T iff Z is TolClass of R ) ) implies T = R )
assume A1:
for Z being set holds
( Z is TolClass of T iff Z is TolClass of R )
; T = R
for x, y being object holds
( [x,y] in T iff [x,y] in R )
proof
let x,
y be
object ;
( [x,y] in T iff [x,y] in R )
thus
(
[x,y] in T implies
[x,y] in R )
( [x,y] in R implies [x,y] in T )
assume
[x,y] in R
;
[x,y] in T
then consider Z being
TolClass of
R such that A3:
(
x in Z &
y in Z )
by Th20;
reconsider Z =
Z as
TolClass of
T by A1;
Z is
TolSet of
T
;
hence
[x,y] in T
by A3, Def1;
verum
end;
hence
T = R
; verum