let A be non empty set ; for v being Element of Valuations_in A
for p, q being Element of CQC-WFF
for J being interpretation of A holds
( J,v |= p => q iff ( J,v |= p implies J,v |= q ) )
let v be Element of Valuations_in A; for p, q being Element of CQC-WFF
for J being interpretation of A holds
( J,v |= p => q iff ( J,v |= p implies J,v |= q ) )
let p, q be Element of CQC-WFF ; for J being interpretation of A holds
( J,v |= p => q iff ( J,v |= p implies J,v |= q ) )
let J be interpretation of A; ( J,v |= p => q iff ( J,v |= p implies J,v |= q ) )
hereby ( ( J,v |= p implies J,v |= q ) implies J,v |= p => q )
end;
assume
( J,v |= p implies J,v |= q )
; J,v |= p => q
then
( (Valid (p,J)) . v = TRUE implies (Valid (q,J)) . v = TRUE )
by Def12;
then
( (Valid (p,J)) . v = FALSE or (Valid (q,J)) . v = TRUE )
by XBOOLEAN:def 3;
hence
J,v |= p => q
by Th35; verum