importproveitfromproveit.logic.booleansimportfalse_not_truetheory=proveit.Theory()# the theorem's theory
In [2]:
%proving true_not_false
With these allowed/disallowed theorem/theory presumptions (e.g., to avoid circular dependencies), we begin our proof of true_not_false: (see dependencies)
true_not_false has been proven. Now simply execute "%qed".
In [3]:
%qed
proveit.logic.booleans.true_not_false has been proven.