let H be ZF-formula; for M being non empty set
for v being Function of VAR,M st H is conjunctive holds
( M,v |= H iff ( M,v |= the_left_argument_of H & M,v |= the_right_argument_of H ) )
let M be non empty set ; for v being Function of VAR,M st H is conjunctive holds
( M,v |= H iff ( M,v |= the_left_argument_of H & M,v |= the_right_argument_of H ) )
let v be Function of VAR,M; ( H is conjunctive implies ( M,v |= H iff ( M,v |= the_left_argument_of H & M,v |= the_right_argument_of H ) ) )
assume
H is conjunctive
; ( M,v |= H iff ( M,v |= the_left_argument_of H & M,v |= the_right_argument_of H ) )
then
H = (the_left_argument_of H) '&' (the_right_argument_of H)
by ZF_LANG:40;
hence
( M,v |= H iff ( M,v |= the_left_argument_of H & M,v |= the_right_argument_of H ) )
by ZF_MODEL:15; verum