importproveittheory=proveit.Theory()# the theorem's theory
In [2]:
%proving false_eq_false
With these allowed/disallowed theorem/theory presumptions (e.g., to avoid circular dependencies), we begin our proof of false_eq_false: (see dependencies)
false_eq_false may now be readily provable (assuming required theorems are usable). Simply execute "%qed".
In [3]:
%qed # automatically proven via Equals.conclude_via_reflexivity
proveit.logic.booleans.false_eq_false has been proven.