importproveit# we need to import these to derive their side-effects:fromproveit.logic.booleans.implicationimporttrue_iff_false_negated,false_iff_true_negatedtheory=proveit.Theory()# the theorem's theory
In [2]:
%proving eq_from_iff
With these allowed/disallowed theorem/theory presumptions (e.g., to avoid circular dependencies), we begin our proof of eq_from_iff: (see dependencies)
In [3]:
%qed
proveit.logic.booleans.implication.eq_from_iff has been proven.