CoRN.logic.PropDecid


Decidability of connectives

Here we show the decidability of logical connectives.

Lemma imp_dec : ( A B, ({A} + {¬A}) → ({B} + {¬B}) → ({AB} + {~(AB)})).
Proof.
 tauto.
Qed.