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, K, Lambda, V, W, x
from proveit.linear_algebra import LinMap, VecAdd, VecSpaces
from proveit.logic import And, Equals, Forall, InClass, InSet
In [2]:
# build up the expression from sub-expressions
sub_expr1 = [x]
sub_expr2 = VecSpaces(K)
expr = Lambda([V, W], Conditional(Forall(instance_param_or_params = [A, B], instance_expr = Equals(VecAdd(A, B), Lambda(x, Conditional(VecAdd(Function(A, sub_expr1), Function(B, sub_expr1)), InSet(x, V)))), domain = LinMap(V, W)), And(InClass(V, sub_expr2), InClass(W, 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(V, W\right) \mapsto \left\{\forall_{A, B \in \mathcal{L}\left(V, W\right)}~\left(\left(A + B\right) = \left[x \mapsto \left\{A\left(x\right) + B\left(x\right) \textrm{ if } x \in V\right..\right]\right) \textrm{ if } V \underset{{\scriptscriptstyle c}}{\in} \textrm{VecSpaces}\left(K\right) ,  W \underset{{\scriptscriptstyle c}}{\in} \textrm{VecSpaces}\left(K\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: 40
body: 1
1Conditionalvalue: 2
condition: 3
2Operationoperator: 4
operand: 7
3Operationoperator: 19
operands: 6
4Literal
5ExprTuple7
6ExprTuple8, 9
7Lambdaparameters: 28
body: 10
8Operationoperator: 12
operands: 11
9Operationoperator: 12
operands: 13
10Conditionalvalue: 14
condition: 15
11ExprTuple43, 16
12Literal
13ExprTuple44, 16
14Operationoperator: 17
operands: 18
15Operationoperator: 19
operands: 20
16Operationoperator: 21
operand: 27
17Literal
18ExprTuple23, 24
19Literal
20ExprTuple25, 26
21Literal
22ExprTuple27
23Operationoperator: 35
operands: 28
24Lambdaparameter: 48
body: 29
25Operationoperator: 37
operands: 30
26Operationoperator: 37
operands: 31
27Variable
28ExprTuple45, 46
29Conditionalvalue: 32
condition: 33
30ExprTuple45, 34
31ExprTuple46, 34
32Operationoperator: 35
operands: 36
33Operationoperator: 37
operands: 38
34Operationoperator: 39
operands: 40
35Literal
36ExprTuple41, 42
37Literal
38ExprTuple48, 43
39Literal
40ExprTuple43, 44
41Operationoperator: 45
operand: 48
42Operationoperator: 46
operand: 48
43Variable
44Variable
45Variable
46Variable
47ExprTuple48
48Variable