logo

Expression of type ExprTuple

from the theory of proveit.numbers.exponentiation

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, b, m
from proveit.core_expr_types import a_1_to_m
from proveit.logic import And, Equals, InSet, NotEquals
from proveit.numbers import Complex, Exp, Mult, Real, one, zero
from proveit.numbers.exponentiation import prod_ai_raise_b__1_to_m
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_m, b], Conditional(Equals(Exp(Mult(a_1_to_m), b), prod_ai_raise_b__1_to_m), And(ExprRange(sub_expr1, InSet(sub_expr2, Complex), one, m), InSet(b, Real), ExprRange(sub_expr1, NotEquals(sub_expr2, zero), one, m)))))
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_{m}, b\right) \mapsto \left\{\left(a_{1} \cdot  a_{2} \cdot  \ldots \cdot  a_{m}\right)^{b} = \left(\left(a_{1}\right)^{b} \cdot  \left(a_{2}\right)^{b} \cdot  \ldots \cdot  \left(a_{m}\right)^{b}\right) \textrm{ if } \left(a_{1} \in \mathbb{C}\right) ,  \left(a_{2} \in \mathbb{C}\right) ,  \ldots ,  \left(a_{m} \in \mathbb{C}\right) ,  b \in \mathbb{R}, \left(a_{1} \neq 0\right) ,  \left(a_{2} \neq 0\right) ,  \ldots ,  \left(a_{m} \neq 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: 2
body: 3
2ExprTuple32, 42
3Conditionalvalue: 4
condition: 5
4Operationoperator: 6
operands: 7
5Operationoperator: 8
operands: 9
6Literal
7ExprTuple10, 11
8Literal
9ExprTuple12, 13, 14
10Operationoperator: 39
operands: 15
11Operationoperator: 25
operands: 16
12ExprRangelambda_map: 17
start_index: 37
end_index: 38
13Operationoperator: 28
operands: 18
14ExprRangelambda_map: 19
start_index: 37
end_index: 38
15ExprTuple20, 42
16ExprTuple21
17Lambdaparameter: 45
body: 22
18ExprTuple42, 23
19Lambdaparameter: 45
body: 24
20Operationoperator: 25
operands: 26
21ExprRangelambda_map: 27
start_index: 37
end_index: 38
22Operationoperator: 28
operands: 29
23Literal
24Operationoperator: 30
operands: 31
25Literal
26ExprTuple32
27Lambdaparameter: 45
body: 33
28Literal
29ExprTuple41, 34
30Literal
31ExprTuple41, 35
32ExprRangelambda_map: 36
start_index: 37
end_index: 38
33Operationoperator: 39
operands: 40
34Literal
35Literal
36Lambdaparameter: 45
body: 41
37Literal
38Variable
39Literal
40ExprTuple41, 42
41IndexedVarvariable: 43
index: 45
42Variable
43Variable
44ExprTuple45
45Variable