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 import Variable
%begin common
plus = Variable('boxplus', r'\boxplus')
times = Variable('boxtimes', r'\boxtimes')
%end common