logo

Common expressions for the theory of proveit.numbers.numerals.decimals

In [1]:
import proveit
# Prepare this notebook for defining the common expressions of a theory:
%common_expressions_notebook # Keep this at the top following 'import proveit'.
# the theory is in the current directory:
from proveit.numbers.numerals.decimals.deci import DigitSet
theory = proveit.Theory('.') # adds theory root to sys.path if necessary
In [2]:
%begin common
Defining common sub-expressions for theory 'proveit.numbers.numerals.decimals'
Subsequent end-of-cell assignments will define common sub-expressions
%end_common will finalize the definitions
In [3]:
Digits = DigitSet()
Digits:
In [4]:
%end common
These common expressions may now be imported from the theory package: proveit.numbers.numerals.decimals