logo
In [1]:
import proveit
from proveit.logic.booleans.disjunction  import empty_disjunction
theory = proveit.Theory() # the theorem's theory
In [2]:
%proving empty_disjunction_eval
With these allowed/disallowed theorem/theory presumptions (e.g., to avoid circular dependencies), we begin our proof of
empty_disjunction_eval:
(see dependencies)
empty_disjunction_eval may now be readily provable (assuming required theorems are usable).  Simply execute "%qed".
In [3]:
empty_disjunction
In [4]:
empty_disjunction.equate_negated_to_false()
In [5]:
%qed
proveit.logic.booleans.disjunction.empty_disjunction_eval has been proven.