let x be object ; for D being non empty set
for p, q being PartialPredicate of D st x in dom p & p . x = FALSE holds
(PP_imp (p,q)) . x = TRUE
let D be non empty set ; for p, q being PartialPredicate of D st x in dom p & p . x = FALSE holds
(PP_imp (p,q)) . x = TRUE
let p, q be PartialPredicate of D; ( x in dom p & p . x = FALSE implies (PP_imp (p,q)) . x = TRUE )
assume that
A1:
x in dom p
and
A2:
p . x = FALSE
; (PP_imp (p,q)) . x = TRUE
A3:
dom (PP_not p) = dom p
by Def2;
(PP_not p) . x = TRUE
by A1, A2, Def2;
hence
(PP_imp (p,q)) . x = TRUE
by A1, A3, Def4; verum