import proveit
from proveit import A
from proveit.logic.booleans import true_not_false
theory = proveit.Theory() # the theorem's theory
%proving not_equals_false
true_not_false
AeqT = A.evaluation(assumptions=[A])
AeqT.sub_left_side_into(true_not_false)
%qed