logo
In [1]:
import proveit
from proveit.logic.booleans  import false_not_true
theory = 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.
Out[3]:
 step typerequirementsstatement
0instantiation1, 2  ⊢  
  : , :
1theorem  ⊢  
 proveit.logic.equality.not_equals_symmetry
2axiom  ⊢  
 proveit.logic.booleans.false_not_true