import proveit
# we need to import true_iff_false_negated and false_iff_true_negated
# to derive their side-effects:
from proveit.logic.booleans.implication import true_iff_true, true_iff_false_negated
from proveit.logic.booleans.implication import false_iff_false, false_iff_true_negated
theory = proveit.Theory() # the theorem's theory
%proving iff_closure
%qed