let x be object ; :: thesis: for D being non empty set
for p, q being PartialPredicate of D st x in dom p & x in dom q & (PP_and (p,q)) . x = FALSE & not p . x = FALSE holds
q . x = FALSE

let D be non empty set ; :: thesis: for p, q being PartialPredicate of D st x in dom p & x in dom q & (PP_and (p,q)) . x = FALSE & not p . x = FALSE holds
q . x = FALSE

let p, q be PartialPredicate of D; :: thesis: ( x in dom p & x in dom q & (PP_and (p,q)) . x = FALSE & not p . x = FALSE implies q . x = FALSE )
assume ( x in dom p & x in dom q & (PP_and (p,q)) . x = FALSE ) ; :: thesis: ( p . x = FALSE or q . x = FALSE )
then ( p . x <> TRUE or q . x <> TRUE ) by Th18;
hence ( p . x = FALSE or q . x = FALSE ) by Th3; :: thesis: verum