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 Conditional, Lambda, beta, fi, gamma, i, x, y
from proveit.linear_algebra import ScalarMult, TensorProd
from proveit.logic import CartExp, InSet
from proveit.numbers import Interval, Real, four, three, two
In [2]:
# build up the expression from sub-expressions
sub_expr1 = CartExp(Real, three)
expr = Lambda(i, Conditional(InSet(TensorProd(x, ScalarMult(ScalarMult(gamma, beta), fi), y), TensorProd(sub_expr1, sub_expr1, sub_expr1)), InSet(i, Interval(two, four))))
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())
i \mapsto \left\{\left(x {\otimes} \left(\left(\gamma \cdot \beta\right) \cdot f\left(i\right)\right) {\otimes} y\right) \in \left(\mathbb{R}^{3} {\otimes} \mathbb{R}^{3} {\otimes} \mathbb{R}^{3}\right) \textrm{ if } i \in \{2~\ldotp \ldotp~4\}\right..
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Lambdaparameter: 34
body: 1
1Conditionalvalue: 2
condition: 3
2Operationoperator: 5
operands: 4
3Operationoperator: 5
operands: 6
4ExprTuple7, 8
5Literal
6ExprTuple34, 9
7Operationoperator: 11
operands: 10
8Operationoperator: 11
operands: 12
9Operationoperator: 13
operands: 14
10ExprTuple15, 16, 17
11Literal
12ExprTuple18, 18, 18
13Literal
14ExprTuple19, 20
15Variable
16Operationoperator: 28
operands: 21
17Variable
18Operationoperator: 22
operands: 23
19Literal
20Literal
21ExprTuple24, 25
22Literal
23ExprTuple26, 27
24Operationoperator: 28
operands: 29
25Operationoperator: 30
operand: 34
26Literal
27Literal
28Literal
29ExprTuple32, 33
30Variable
31ExprTuple34
32Variable
33Variable
34Variable