let Y be non empty set ; for a, b, c being Function of Y,BOOLEAN holds a 'imp' (b 'or' c) = (a '&' ('not' b)) 'imp' c
let a, b, c be Function of Y,BOOLEAN; a 'imp' (b 'or' c) = (a '&' ('not' b)) 'imp' c
let x be Element of Y; FUNCT_2:def 8 K11((a 'imp' (b 'or' c)),x) = K11(((a '&' ('not' b)) 'imp' c),x)
((a '&' ('not' b)) 'imp' c) . x =
('not' ((a '&' ('not' b)) . x)) 'or' (c . x)
by BVFUNC_1:def 8
.=
(('not' (a . x)) 'or' ('not' (('not' b) . x))) 'or' (c . x)
by MARGREL1:def 20
.=
(('not' (a . x)) 'or' (b . x)) 'or' (c . x)
by MARGREL1:def 19
.=
('not' (a . x)) 'or' ((b . x) 'or' (c . x))
.=
('not' (a . x)) 'or' ((b 'or' c) . x)
by BVFUNC_1:def 4
.=
(a 'imp' (b 'or' c)) . x
by BVFUNC_1:def 8
;
hence
K11((a 'imp' (b 'or' c)),x) = K11(((a '&' ('not' b)) 'imp' c),x)
; verum