let F, G, H be Element of QC-WFF ; :: thesis: ( F is_immediate_constituent_of G '&' H iff ( F = G or F = H ) )
thus ( not F is_immediate_constituent_of G '&' H or F = G or F = H ) :: thesis: ( ( F = G or F = H ) implies F is_immediate_constituent_of G '&' H )
proof
G '&' H is conjunctive by QC_LANG1:def 18;
then A1: ((@ (G '&' H)) . 1) `1 = 2 by QC_LANG1:16;
A2: now end;
A4: now
given x being bound_QC-variable such that A5: G '&' H = All (x,F) ; :: thesis: contradiction
All (x,F) is universal by QC_LANG1:def 19;
hence contradiction by A1, A5, QC_LANG1:16; :: thesis: verum
end;
assume ( G '&' H = 'not' F or ex H1 being Element of QC-WFF st
( G '&' H = F '&' H1 or G '&' H = H1 '&' F ) or ex x being bound_QC-variable st G '&' H = All (x,F) ) ; :: according to QC_LANG2:def 19 :: thesis: ( F = G or F = H )
hence ( F = G or F = H ) by A2, A4, Th3; :: thesis: verum
end;
assume ( F = G or F = H ) ; :: thesis: F is_immediate_constituent_of G '&' H
hence F is_immediate_constituent_of G '&' H by Def20; :: thesis: verum