let p, q be boolean number ; :: thesis: ( not p '&' q = FALSE or p = FALSE or q = FALSE )
( p = FALSE or p = TRUE ) by Def3;
hence ( not p '&' q = FALSE or p = FALSE or q = FALSE ) ; :: thesis: verum