import proveit
# Prepare this notebook for defining the common expressions of a theory:
%common_expressions_notebook # Keep this at the top following 'import proveit'.
from proveit.numbers.numerals.binaries.bit import BitSet
%begin common
Bit = BitSet()
%end common