let F, G be SCPartialNominativePredicate of V,A; ( dom F = (ND (V,A)) \ A & ( for d being NonatomicND of V,A st d in dom F holds
( ( denaming (v,d) in dom F implies F . d = TRUE ) & ( not denaming (v,d) in dom F implies F . d = FALSE ) ) ) & dom G = (ND (V,A)) \ A & ( for d being NonatomicND of V,A st d in dom G holds
( ( denaming (v,d) in dom G implies G . d = TRUE ) & ( not denaming (v,d) in dom G implies G . d = FALSE ) ) ) implies F = G )
assume that
A5:
dom F = (ND (V,A)) \ A
and
A6:
for d being NonatomicND of V,A st d in dom F holds
( ( denaming (v,d) in dom F implies F . d = TRUE ) & ( not denaming (v,d) in dom F implies F . d = FALSE ) )
and
A7:
dom G = (ND (V,A)) \ A
and
A8:
for d being NonatomicND of V,A st d in dom G holds
( ( denaming (v,d) in dom G implies G . d = TRUE ) & ( not denaming (v,d) in dom G implies G . d = FALSE ) )
; F = G
thus
dom F = dom G
by A5, A7; FUNCT_1:def 11 for b1 being object holds
( not b1 in dom F or F . b1 = G . b1 )
let x be object ; ( not x in dom F or F . x = G . x )
assume A9:
x in dom F
; F . x = G . x
then reconsider d = x as NonatomicND of V,A by A5, NOMIN_1:43;