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