let f, g be Function; for x, y, z being object st f tolerates g & [x,y] in f & [x,z] in g holds
y = z
let x, y, z be object ; ( f tolerates g & [x,y] in f & [x,z] in g implies y = z )
assume
f tolerates g
; ( not [x,y] in f or not [x,z] in g or y = z )
then consider h being Function such that
A1:
h = f \/ g
by Th51;
assume
( [x,y] in f & [x,z] in g )
; y = z
then
( [x,y] in h & [x,z] in h )
by A1, XBOOLE_0:def 3;
hence
y = z
by FUNCT_1:def 1; verum