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

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

let p, q be PartialPredicate of D; :: thesis: ( x in dom q & (PP_or (p,q)) . x = FALSE implies q . x = FALSE )
assume that
A1: x in dom q and
A2: (PP_or (p,q)) . x = FALSE ; :: thesis: q . x = FALSE
q . x <> TRUE by A1, A2, Def4;
hence q . x = FALSE by A1, Th3; :: thesis: verum