logo

Expression of type Lambda

from the theory of proveit.linear_algebra.tensors

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, K, Lambda, U, V, W
from proveit.linear_algebra import TensorProd, VecSpaces
from proveit.logic import And, Exists, InSet
In [2]:
# build up the expression from sub-expressions
expr = Lambda([A, B], Conditional(Exists(instance_param_or_params = [U, V], instance_expr = And(InSet(A, U), InSet(B, V)), domain = VecSpaces(K)), InSet(TensorProd(A, B), W)))
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\{\exists_{U, V \underset{{\scriptscriptstyle c}}{\in} \textrm{VecSpaces}\left(K\right)}~\left(\left(A \in U\right) \land \left(B \in V\right)\right) \textrm{ if } \left(A {\otimes} B\right) \in W\right..
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Lambdaparameters: 13
body: 1
1Conditionalvalue: 2
condition: 3
2Operationoperator: 4
operand: 7
3Operationoperator: 24
operands: 6
4Literal
5ExprTuple7
6ExprTuple8, 9
7Lambdaparameters: 10
body: 11
8Operationoperator: 12
operands: 13
9Variable
10ExprTuple31, 32
11Conditionalvalue: 14
condition: 15
12Literal
13ExprTuple29, 30
14Operationoperator: 17
operands: 16
15Operationoperator: 17
operands: 18
16ExprTuple19, 20
17Literal
18ExprTuple21, 22
19Operationoperator: 24
operands: 23
20Operationoperator: 24
operands: 25
21Operationoperator: 27
operands: 26
22Operationoperator: 27
operands: 28
23ExprTuple29, 31
24Literal
25ExprTuple30, 32
26ExprTuple31, 33
27Literal
28ExprTuple32, 33
29Variable
30Variable
31Variable
32Variable
33Operationoperator: 34
operand: 36
34Literal
35ExprTuple36
36Variable