logo

Expression of type ExprTuple

from the theory of proveit.numbers.multiplication

In [1]:
import proveit
# Automation is not needed when building an expression:
proveit.defaults.automation = False # This will speed things up.
proveit.defaults.inline_pngs = False # Makes files smaller.
%load_expr # Load the stored expression as 'stored_expr'
# import Expression classes needed to build the expression
from proveit import ExprRange, ExprTuple, IndexedVar, Variable, a, b, i, j, x, y
from proveit.logic import InSet
from proveit.numbers import Complex, one
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = ExprTuple(ExprRange(sub_expr1, InSet(IndexedVar(a, sub_expr1), Complex), one, i), InSet(x, Complex), InSet(y, Complex), ExprRange(sub_expr1, InSet(IndexedVar(b, sub_expr1), Complex), one, j))
expr:
In [3]:
# check that the built expression is the same as the stored expression
assert expr == stored_expr
assert expr._style_id == stored_expr._style_id
print("Passed sanity check: expr matches stored_expr")
Passed sanity check: expr matches stored_expr
In [4]:
# Show the LaTeX representation of the expression for convenience if you need it.
print(stored_expr.latex())
\left(\left(a_{1} \in \mathbb{C}\right), \left(a_{2} \in \mathbb{C}\right), \ldots, \left(a_{i} \in \mathbb{C}\right), x \in \mathbb{C}, y \in \mathbb{C},\left(b_{1} \in \mathbb{C}\right), \left(b_{2} \in \mathbb{C}\right), \ldots, \left(b_{j} \in \mathbb{C}\right)\right)
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
wrap_positionsposition(s) at which wrapping is to occur; 'n' is after the nth comma.()()('with_wrapping_at',)
justificationif any wrap positions are set, justify to the 'left', 'center', or 'right'leftleft('with_justification',)
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0ExprTuple1, 2, 3, 4
1ExprRangelambda_map: 5
start_index: 10
end_index: 6
2Operationoperator: 17
operands: 7
3Operationoperator: 17
operands: 8
4ExprRangelambda_map: 9
start_index: 10
end_index: 11
5Lambdaparameter: 25
body: 12
6Variable
7ExprTuple13, 21
8ExprTuple14, 21
9Lambdaparameter: 25
body: 15
10Literal
11Variable
12Operationoperator: 17
operands: 16
13Variable
14Variable
15Operationoperator: 17
operands: 18
16ExprTuple19, 21
17Literal
18ExprTuple20, 21
19IndexedVarvariable: 22
index: 25
20IndexedVarvariable: 23
index: 25
21Literal
22Variable
23Variable
24ExprTuple25
25Variable