logo

Expression of type Lambda

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, 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 = 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(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..
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Lambdaparameters: 12
body: 1
1Conditionalvalue: 2
condition: 3
2Operationoperator: 4
operands: 5
3Operationoperator: 6
operands: 7
4Literal
5ExprTuple8, 9
6Literal
7ExprTuple10, 11
8Operationoperator: 19
operands: 12
9Lambdaparameter: 32
body: 13
10Operationoperator: 21
operands: 14
11Operationoperator: 21
operands: 15
12ExprTuple29, 30
13Conditionalvalue: 16
condition: 17
14ExprTuple29, 18
15ExprTuple30, 18
16Operationoperator: 19
operands: 20
17Operationoperator: 21
operands: 22
18Operationoperator: 23
operands: 24
19Literal
20ExprTuple25, 26
21Literal
22ExprTuple32, 27
23Literal
24ExprTuple27, 28
25Operationoperator: 29
operand: 32
26Operationoperator: 30
operand: 32
27Variable
28Variable
29Variable
30Variable
31ExprTuple32
32Variable