logo

Expression of type ExprTuple

from the theory of proveit.numbers.addition

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, c, d, m, n
from proveit.logic import InSet, NotEquals
from proveit.numbers import Complex, Natural, NaturalPos, one, zero
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = ExprTuple(InSet(a, Complex), InSet(b, Complex), InSet(c, Complex), InSet(d, Complex), NotEquals(b, zero), NotEquals(d, zero), InSet(n, NaturalPos), InSet(m, Natural), ExprRange(sub_expr1, InSet(IndexedVar(a, sub_expr1), Complex), one, n))
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(a \in \mathbb{C}, b \in \mathbb{C}, c \in \mathbb{C}, d \in \mathbb{C}, b \neq 0, d \neq 0, n \in \mathbb{N}^+, m \in \mathbb{N},\left(a_{1} \in \mathbb{C}\right), \left(a_{2} \in \mathbb{C}\right), \ldots, \left(a_{n} \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, 5, 6, 7, 8, 9
1Operationoperator: 30
operands: 10
2Operationoperator: 30
operands: 11
3Operationoperator: 30
operands: 12
4Operationoperator: 30
operands: 13
5Operationoperator: 15
operands: 14
6Operationoperator: 15
operands: 16
7Operationoperator: 30
operands: 17
8Operationoperator: 30
operands: 18
9ExprRangelambda_map: 19
start_index: 20
end_index: 25
10ExprTuple34, 33
11ExprTuple22, 33
12ExprTuple21, 33
13ExprTuple23, 33
14ExprTuple22, 24
15Literal
16ExprTuple23, 24
17ExprTuple25, 26
18ExprTuple27, 28
19Lambdaparameter: 36
body: 29
20Literal
21Variable
22Variable
23Variable
24Literal
25Variable
26Literal
27Variable
28Literal
29Operationoperator: 30
operands: 31
30Literal
31ExprTuple32, 33
32IndexedVarvariable: 34
index: 36
33Literal
34Variable
35ExprTuple36
36Variable