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 ExprTuple, K, Lambda, i
from proveit.core_expr_types import V_1_to_i
from proveit.linear_algebra import TensorProd, VecSpaces
from proveit.logic import Forall, InClass
from proveit.numbers import NaturalPos
In [2]:
# build up the expression from sub-expressions
sub_expr1 = VecSpaces(K)
expr = ExprTuple(Lambda(K, Forall(instance_param_or_params = [i], instance_expr = Forall(instance_param_or_params = [V_1_to_i], instance_expr = InClass(TensorProd(V_1_to_i), sub_expr1), domain = sub_expr1), domain = NaturalPos)))
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(K \mapsto \left[\forall_{i \in \mathbb{N}^+}~\left[\forall_{V_{1}, V_{2}, \ldots, V_{i} \underset{{\scriptscriptstyle c}}{\in} \textrm{VecSpaces}\left(K\right)}~\left(\left(V_{1} {\otimes}  V_{2} {\otimes}  \ldots {\otimes}  V_{i}\right) \underset{{\scriptscriptstyle c}}{\in} \textrm{VecSpaces}\left(K\right)\right)\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
1Lambdaparameter: 40
body: 2
2Operationoperator: 9
operand: 4
3ExprTuple4
4Lambdaparameter: 30
body: 6
5ExprTuple30
6Conditionalvalue: 7
condition: 8
7Operationoperator: 9
operand: 13
8Operationoperator: 11
operands: 12
9Literal
10ExprTuple13
11Literal
12ExprTuple30, 14
13Lambdaparameters: 24
body: 15
14Literal
15Conditionalvalue: 16
condition: 17
16Operationoperator: 31
operands: 18
17Operationoperator: 19
operands: 20
18ExprTuple21, 34
19Literal
20ExprTuple22
21Operationoperator: 23
operands: 24
22ExprRangelambda_map: 25
start_index: 29
end_index: 30
23Literal
24ExprTuple26
25Lambdaparameter: 39
body: 27
26ExprRangelambda_map: 28
start_index: 29
end_index: 30
27Operationoperator: 31
operands: 32
28Lambdaparameter: 39
body: 33
29Literal
30Variable
31Literal
32ExprTuple33, 34
33IndexedVarvariable: 35
index: 39
34Operationoperator: 37
operand: 40
35Variable
36ExprTuple39
37Literal
38ExprTuple40
39Variable
40Variable