logo

Expression of type ExprTuple

from the theory of proveit.linear_algebra.linear_maps

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 A, B, Conditional, ExprTuple, Function, Lambda, V, W, x
from proveit.linear_algebra import LinMap, VecAdd
from proveit.logic import And, Equals, InSet
In [2]:
# build up the expression from sub-expressions
sub_expr1 = [x]
sub_expr2 = LinMap(V, W)
expr = ExprTuple(Lambda([A, B], Conditional(Equals(VecAdd(A, B), Lambda(x, Conditional(VecAdd(Function(A, sub_expr1), Function(B, sub_expr1)), InSet(x, V)))), And(InSet(A, sub_expr2), InSet(B, sub_expr2)))))
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, B\right) \mapsto \left\{\left(A + B\right) = \left[x \mapsto \left\{A\left(x\right) + B\left(x\right) \textrm{ if } x \in V\right..\right] \textrm{ if } A \in \mathcal{L}\left(V, W\right) ,  B \in \mathcal{L}\left(V, W\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: 5
operands: 6
4Operationoperator: 7
operands: 8
5Literal
6ExprTuple9, 10
7Literal
8ExprTuple11, 12
9Operationoperator: 20
operands: 13
10Lambdaparameter: 33
body: 14
11Operationoperator: 22
operands: 15
12Operationoperator: 22
operands: 16
13ExprTuple30, 31
14Conditionalvalue: 17
condition: 18
15ExprTuple30, 19
16ExprTuple31, 19
17Operationoperator: 20
operands: 21
18Operationoperator: 22
operands: 23
19Operationoperator: 24
operands: 25
20Literal
21ExprTuple26, 27
22Literal
23ExprTuple33, 28
24Literal
25ExprTuple28, 29
26Operationoperator: 30
operand: 33
27Operationoperator: 31
operand: 33
28Variable
29Variable
30Variable
31Variable
32ExprTuple33
33Variable