let H be ZF-formula; :: thesis: 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 ; :: thesis: 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; :: thesis: ( 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
; :: thesis: ( 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:58;
hence
( M,v |= H iff ( M,v |= the_left_argument_of H & M,v |= the_right_argument_of H ) )
by ZF_MODEL:15; :: thesis: verum