logo
In [1]:
import proveit
from proveit import A
from proveit.logic.booleans.negation  import not_t
theory = proveit.Theory() # the theorem's theory
In [2]:
%proving falsified_negation_intro
With these allowed/disallowed theorem/theory presumptions (e.g., to avoid circular dependencies), we begin our proof of
falsified_negation_intro:
(see dependencies)
falsified_negation_intro may now be readily provable (assuming required theorems are usable).  Simply execute "%qed".
In [3]:
not_t
In [4]:
not_t.inner_expr().lhs.operand.substitute(A, assumptions=[A])
In [5]:
%qed
proveit.logic.booleans.negation.falsified_negation_intro has been proven.
Out[5]:
 step typerequirementsstatement
0generalization1  ⊢  
1instantiation2, 3, 4  ⊢  
  : , :
2theorem  ⊢  
 proveit.logic.equality.substitute_truth
3axiom  ⊢  
 proveit.logic.booleans.negation.not_t
4assumption  ⊢