logo
In [1]:
import proveit
# we need to import true_implies_false_negated to derive it's side-effects:
from proveit.logic.booleans.implication import true_implies_false_negated
theory = proveit.Theory() # the theorem's theory
In [2]:
%proving implication_closure
With these allowed/disallowed theorem/theory presumptions (e.g., to avoid circular dependencies), we begin our proof of
implication_closure:
(see dependencies)
implication_closure may now be readily provable (assuming required theorems are usable).  Simply execute "%qed".
In [3]:
%qed
proveit.logic.booleans.implication.implication_closure has been proven.