importproveit# we need to import true_implies_false_negated to derive it's side-effects:fromproveit.logic.booleans.implicationimporttrue_implies_false_negatedtheory=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.