let Al be QC-alphabet ; :: thesis: for A being non empty set
for v being Element of Valuations_in (Al,A)
for p, q being Element of CQC-WFF Al
for J being interpretation of Al,A holds
( J,v |= p '&' q iff ( J,v |= p & J,v |= q ) )

let A be non empty set ; :: thesis: for v being Element of Valuations_in (Al,A)
for p, q being Element of CQC-WFF Al
for J being interpretation of Al,A holds
( J,v |= p '&' q iff ( J,v |= p & J,v |= q ) )

let v be Element of Valuations_in (Al,A); :: thesis: for p, q being Element of CQC-WFF Al
for J being interpretation of Al,A holds
( J,v |= p '&' q iff ( J,v |= p & J,v |= q ) )

let p, q be Element of CQC-WFF Al; :: thesis: for J being interpretation of Al,A holds
( J,v |= p '&' q iff ( J,v |= p & J,v |= q ) )

let J be interpretation of Al,A; :: thesis: ( J,v |= p '&' q iff ( J,v |= p & J,v |= q ) )
A1: now :: thesis: ( J,v |= p & J,v |= q implies J,v |= p '&' q )
assume ( J,v |= p & J,v |= q ) ; :: thesis: J,v |= p '&' q
then ( (Valid (p,J)) . v = TRUE & (Valid (q,J)) . v = TRUE ) ;
then ((Valid (p,J)) . v) '&' ((Valid (q,J)) . v) = TRUE ;
then ((Valid (p,J)) '&' (Valid (q,J))) . v = TRUE by MARGREL1:def 20;
then (Valid ((p '&' q),J)) . v = TRUE by Lm1;
hence J,v |= p '&' q ; :: thesis: verum
end;
now :: thesis: ( J,v |= p '&' q implies ( J,v |= p & J,v |= q ) )
assume J,v |= p '&' q ; :: thesis: ( J,v |= p & J,v |= q )
then (Valid ((p '&' q),J)) . v = TRUE ;
then ((Valid (p,J)) '&' (Valid (q,J))) . v = TRUE by Lm1;
then ((Valid (p,J)) . v) '&' ((Valid (q,J)) . v) = TRUE by MARGREL1:def 20;
then ( (Valid (p,J)) . v = TRUE & (Valid (q,J)) . v = TRUE ) by MARGREL1:12;
hence ( J,v |= p & J,v |= q ) ; :: thesis: verum
end;
hence ( J,v |= p '&' q iff ( J,v |= p & J,v |= q ) ) by A1; :: thesis: verum