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