logo

Expression of type ExprTuple

from the theory of proveit.linear_algebra.scalar_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, K, Lambda, V, Variable, a, n
from proveit.core_expr_types import a_1_to_n, x_1_to_n
from proveit.linear_algebra import lin_comb_axn
from proveit.logic import And, Forall, InSet
from proveit.numbers import one
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = ExprTuple(Lambda([a_1_to_n], Conditional(Forall(instance_param_or_params = [x_1_to_n], instance_expr = InSet(lin_comb_axn, V), domain = V), And(ExprRange(sub_expr1, InSet(IndexedVar(a, sub_expr1), K), 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\{\forall_{x_{1}, x_{2}, \ldots, x_{n} \in V}~\left(\left(\left(a_{1} \cdot x_{1}\right) +  \left(a_{2} \cdot x_{2}\right) +  \ldots +  \left(a_{n} \cdot x_{n}\right)\right) \in V\right) \textrm{ if } \left(a_{1} \in K\right) \land  \left(a_{2} \in K\right) \land  \ldots \land  \left(a_{n} \in K\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
2ExprTuple4
3Conditionalvalue: 5
condition: 6
4ExprRangelambda_map: 7
start_index: 34
end_index: 35
5Operationoperator: 8
operand: 11
6Operationoperator: 22
operands: 10
7Lambdaparameter: 47
body: 42
8Literal
9ExprTuple11
10ExprTuple12
11Lambdaparameters: 13
body: 14
12ExprRangelambda_map: 15
start_index: 34
end_index: 35
13ExprTuple16
14Conditionalvalue: 17
condition: 18
15Lambdaparameter: 47
body: 19
16ExprRangelambda_map: 20
start_index: 34
end_index: 35
17Operationoperator: 36
operands: 21
18Operationoperator: 22
operands: 23
19Operationoperator: 36
operands: 24
20Lambdaparameter: 47
body: 43
21ExprTuple25, 39
22Literal
23ExprTuple26
24ExprTuple42, 27
25Operationoperator: 28
operands: 29
26ExprRangelambda_map: 30
start_index: 34
end_index: 35
27Variable
28Literal
29ExprTuple31
30Lambdaparameter: 47
body: 32
31ExprRangelambda_map: 33
start_index: 34
end_index: 35
32Operationoperator: 36
operands: 37
33Lambdaparameter: 47
body: 38
34Literal
35Variable
36Literal
37ExprTuple43, 39
38Operationoperator: 40
operands: 41
39Variable
40Literal
41ExprTuple42, 43
42IndexedVarvariable: 44
index: 47
43IndexedVarvariable: 45
index: 47
44Variable
45Variable
46ExprTuple47
47Variable