let Y be non empty set ; :: thesis: for a, b, c being Element of Funcs Y,BOOLEAN holds (((a '&' b) 'imp' ('not' c)) '&' a) '&' c '<' 'not' b
let a, b, c be Element of Funcs Y,BOOLEAN ; :: thesis: (((a '&' b) 'imp' ('not' c)) '&' a) '&' c '<' 'not' b
let z be Element of Y; :: according to BVFUNC_1:def 15 :: thesis: ( not ((((a '&' b) 'imp' ('not' c)) '&' a) '&' c) . z = TRUE or ('not' b) . z = TRUE )
A1: ((((a '&' b) 'imp' ('not' c)) '&' a) '&' c) . z = ((((a '&' b) 'imp' ('not' c)) '&' a) . z) '&' (c . z) by MARGREL1:def 21
.= ((((a '&' b) 'imp' ('not' c)) . z) '&' (a . z)) '&' (c . z) by MARGREL1:def 21
.= (((('not' (a '&' b)) 'or' ('not' c)) . z) '&' (a . z)) '&' (c . z) by BVFUNC_4:8
.= ((((('not' a) 'or' ('not' b)) 'or' ('not' c)) . z) '&' (a . z)) '&' (c . z) by BVFUNC_1:17
.= ((((('not' a) 'or' ('not' b)) . z) 'or' (('not' c) . z)) '&' (a . z)) '&' (c . z) by BVFUNC_1:def 7
.= ((((('not' a) . z) 'or' (('not' b) . z)) 'or' (('not' c) . z)) '&' (a . z)) '&' (c . z) by BVFUNC_1:def 7 ;
reconsider cz = c . z as boolean set ;
assume A2: ((((a '&' b) 'imp' ('not' c)) '&' a) '&' c) . z = TRUE ; :: thesis: ('not' b) . z = TRUE
now
assume ('not' b) . z <> TRUE ; :: thesis: ('not' b) . z = TRUE
then ('not' b) . z = FALSE by XBOOLEAN:def 3;
then ((((('not' a) . z) 'or' (('not' b) . z)) 'or' (('not' c) . z)) '&' (a . z)) '&' (c . z) = ((('not' (a . z)) 'or' (('not' c) . z)) '&' (a . z)) '&' (c . z) by MARGREL1:def 20
.= ((a . z) '&' (('not' (a . z)) 'or' ('not' (c . z)))) '&' (c . z) by MARGREL1:def 20
.= (((a . z) '&' ('not' (a . z))) 'or' ((a . z) '&' ('not' (c . z)))) '&' (c . z) by XBOOLEAN:8
.= (FALSE 'or' ((a . z) '&' ('not' (c . z)))) '&' (c . z) by XBOOLEAN:138
.= ((a . z) '&' ('not' (c . z))) '&' (c . z)
.= (a . z) '&' (('not' cz) '&' cz)
.= FALSE '&' (a . z) by XBOOLEAN:138
.= FALSE ;
hence ('not' b) . z = TRUE by A2, A1; :: thesis: verum
end;
hence ('not' b) . z = TRUE ; :: thesis: verum