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 Conditional, ExprRange, ExprTuple, IndexedVar, Lambda, Variable, a, n
from proveit.core_expr_types import a_1_to_n
from proveit.logic import And, Equals, InSet, Or
from proveit.numbers import Complex, Mult, ZeroSet, one, zero
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
sub_expr2 = IndexedVar(a, sub_expr1)
expr = ExprTuple(Lambda([a_1_to_n], Conditional(InSet(Mult(a_1_to_n), ZeroSet), And(ExprRange(sub_expr1, InSet(sub_expr2, Complex), one, n), Or(ExprRange(sub_expr1, Equals(sub_expr2, zero), 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(\left(a_{1}, a_{2}, \ldots, a_{n}\right) \mapsto \left\{\left(a_{1} \cdot  a_{2} \cdot  \ldots \cdot  a_{n}\right) \in \left\{0\right\} \textrm{ if } \left(a_{1} \in \mathbb{C}\right) ,  \left(a_{2} \in \mathbb{C}\right) ,  \ldots ,  \left(a_{n} \in \mathbb{C}\right) ,  \left(a_{1} = 0\right) \lor  \left(a_{2} = 0\right) \lor  \ldots \lor  \left(a_{n} = 0\right)\right..\right)
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0ExprTuple1
1Lambdaparameters: 13
body: 2
2Conditionalvalue: 3
condition: 4
3Operationoperator: 23
operands: 5
4Operationoperator: 6
operands: 7
5ExprTuple8, 9
6Literal
7ExprTuple10, 11
8Operationoperator: 12
operands: 13
9Operationoperator: 14
operand: 33
10ExprRangelambda_map: 16
start_index: 26
end_index: 27
11Operationoperator: 17
operands: 18
12Literal
13ExprTuple19
14Literal
15ExprTuple33
16Lambdaparameter: 36
body: 20
17Literal
18ExprTuple21
19ExprRangelambda_map: 22
start_index: 26
end_index: 27
20Operationoperator: 23
operands: 24
21ExprRangelambda_map: 25
start_index: 26
end_index: 27
22Lambdaparameter: 36
body: 32
23Literal
24ExprTuple32, 28
25Lambdaparameter: 36
body: 29
26Literal
27Variable
28Literal
29Operationoperator: 30
operands: 31
30Literal
31ExprTuple32, 33
32IndexedVarvariable: 34
index: 36
33Literal
34Variable
35ExprTuple36
36Variable