logo

Expression of type ExprTuple

from the theory of proveit.linear_algebra.vector_sets

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, Variable, a, n
from proveit.core_expr_types import a_1_to_n
from proveit.linear_algebra import lin_comb_axn
from proveit.logic import And, 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(lin_comb_axn, 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\{\left(a_{1} \cdot x_{1}\right) +  \left(a_{2} \cdot x_{2}\right) +  \ldots +  \left(a_{n} \cdot x_{n}\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: 16
end_index: 17
5Operationoperator: 8
operands: 9
6Operationoperator: 10
operands: 11
7Lambdaparameter: 30
body: 25
8Literal
9ExprTuple12
10Literal
11ExprTuple13
12ExprRangelambda_map: 14
start_index: 16
end_index: 17
13ExprRangelambda_map: 15
start_index: 16
end_index: 17
14Lambdaparameter: 30
body: 18
15Lambdaparameter: 30
body: 19
16Literal
17Variable
18Operationoperator: 20
operands: 21
19Operationoperator: 22
operands: 23
20Literal
21ExprTuple25, 24
22Literal
23ExprTuple25, 26
24IndexedVarvariable: 27
index: 30
25IndexedVarvariable: 28
index: 30
26Variable
27Variable
28Variable
29ExprTuple30
30Variable