let x be object ; :: thesis: for D being set
for p being PartialPredicate of D holds
( p . x = TRUE or p . x = FALSE )

let D be set ; :: thesis: for p being PartialPredicate of D holds
( p . x = TRUE or p . x = FALSE )

let p be PartialPredicate of D; :: thesis: ( p . x = TRUE or p . x = FALSE )
assume A1: p . x <> TRUE ; :: thesis: p . x = FALSE
A2: rng p c= BOOLEAN by RELAT_1:def 19;
per cases ( x in dom p or not x in dom p ) ;
end;