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