import proveit
from proveit.logic.booleans.disjunction import false_or_true
from proveit.logic.booleans.negation import not_false
theory = proveit.Theory() # the theorem's theory
# Disable this proof to ensure a proof via false_or_true deterministically.
not_false.proof().disable()
%proving false_is_bool
The automated proof, here, was unexpected but valid.
%qed