import proveit theory = proveit.Theory() # the theorem's theory
%proving iff_transitivity
iff_transitivity.instance_expr.prove(assumptions=iff_transitivity.conditions)
iff_transitivity may now be readily provable (assuming required theorems are usable). Simply execute "%qed".
%qed # automation can handle this
proveit.logic.booleans.implication.iff_transitivity has been proven.