let Y be non empty set ; :: thesis: for a, b, c being Function of Y,BOOLEAN st a 'imp' (b 'imp' c) = I_el Y & a 'imp' b = I_el Y & a = I_el Y holds
c = I_el Y

let a, b, c be Function of Y,BOOLEAN; :: thesis: ( a 'imp' (b 'imp' c) = I_el Y & a 'imp' b = I_el Y & a = I_el Y implies c = I_el Y )
assume that
A1: a 'imp' (b 'imp' c) = I_el Y and
A2: a 'imp' b = I_el Y and
A3: a = I_el Y ; :: thesis: c = I_el Y
for x being Element of Y holds c . x = TRUE
proof end;
hence c = I_el Y by BVFUNC_1:def 11; :: thesis: verum