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

let a, b, c be Function of Y,BOOLEAN; :: thesis: ( a 'imp' b = I_el Y implies (a 'or' c) 'imp' (b 'or' c) = I_el Y )
assume A1: a 'imp' b = I_el Y ; :: thesis: (a 'or' c) 'imp' (b 'or' c) = I_el Y
for x being Element of Y holds ((a 'or' c) 'imp' (b 'or' c)) . x = TRUE
proof
let x be Element of Y; :: thesis: ((a 'or' c) 'imp' (b 'or' c)) . x = TRUE
(a 'imp' b) . x = TRUE by A1, BVFUNC_1:def 11;
then A2: ('not' (a . x)) 'or' (b . x) = TRUE by BVFUNC_1:def 8;
((a 'or' c) 'imp' (b 'or' c)) . x = ('not' ((a 'or' c) . x)) 'or' ((b 'or' c) . x) by BVFUNC_1:def 8
.= ('not' ((a . x) 'or' (c . x))) 'or' ((b 'or' c) . x) by BVFUNC_1:def 4
.= ((b . x) 'or' (c . x)) 'or' (('not' (a . x)) '&' ('not' (c . x))) by BVFUNC_1:def 4
.= (((c . x) 'or' (b . x)) 'or' ('not' (a . x))) '&' (((b . x) 'or' (c . x)) 'or' ('not' (c . x))) by XBOOLEAN:9
.= ((c . x) 'or' (('not' (a . x)) 'or' (b . x))) '&' (((b . x) 'or' (c . x)) 'or' ('not' (c . x)))
.= TRUE '&' ((b . x) 'or' ((c . x) 'or' ('not' (c . x)))) by A2
.= TRUE '&' ((b . x) 'or' TRUE) by XBOOLEAN:102
.= TRUE ;
hence ((a 'or' c) 'imp' (b 'or' c)) . x = TRUE ; :: thesis: verum
end;
hence (a 'or' c) 'imp' (b 'or' c) = I_el Y by BVFUNC_1:def 11; :: thesis: verum