logo

Expression of type ExprTuple

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, ExprTuple, 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 = ExprTuple(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(\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..\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: 14
body: 2
2Conditionalvalue: 3
condition: 4
3Operationoperator: 5
operand: 8
4Operationoperator: 25
operands: 7
5Literal
6ExprTuple8
7ExprTuple9, 10
8Lambdaparameters: 11
body: 12
9Operationoperator: 13
operands: 14
10Variable
11ExprTuple32, 33
12Conditionalvalue: 15
condition: 16
13Literal
14ExprTuple30, 31
15Operationoperator: 18
operands: 17
16Operationoperator: 18
operands: 19
17ExprTuple20, 21
18Literal
19ExprTuple22, 23
20Operationoperator: 25
operands: 24
21Operationoperator: 25
operands: 26
22Operationoperator: 28
operands: 27
23Operationoperator: 28
operands: 29
24ExprTuple30, 32
25Literal
26ExprTuple31, 33
27ExprTuple32, 34
28Literal
29ExprTuple33, 34
30Variable
31Variable
32Variable
33Variable
34Operationoperator: 35
operand: 37
35Literal
36ExprTuple37
37Variable