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 Conditional, ExprTuple, Lambda, beta, gamma, i
from proveit.logic import Equals, Forall, InSet
from proveit.numbers import Add, Interval, Mult, four, one, two
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Add(i, one)
sub_expr2 = Interval(two, four)
sub_expr3 = Mult(beta, gamma, i, sub_expr1)
sub_expr4 = Mult(gamma, beta, i, sub_expr1)
sub_expr5 = InSet(i, sub_expr2)
expr = ExprTuple(Forall(instance_param_or_params = [i], instance_expr = Equals(sub_expr3, sub_expr4), domain = sub_expr2), Equals(Lambda(i, Conditional(sub_expr3, sub_expr5)), Lambda(i, Conditional(sub_expr4, sub_expr5))).with_wrapping_at(2))
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(\forall_{i \in \{2~\ldotp \ldotp~4\}}~\left(\left(\beta \cdot \gamma \cdot i \cdot \left(i + 1\right)\right) = \left(\gamma \cdot \beta \cdot i \cdot \left(i + 1\right)\right)\right), \begin{array}{c} \begin{array}{l} \left[i \mapsto \left\{\beta \cdot \gamma \cdot i \cdot \left(i + 1\right) \textrm{ if } i \in \{2~\ldotp \ldotp~4\}\right..\right] =  \\ \left[i \mapsto \left\{\gamma \cdot \beta \cdot i \cdot \left(i + 1\right) \textrm{ if } i \in \{2~\ldotp \ldotp~4\}\right..\right] \end{array} \end{array}\right)
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
wrap_positionsposition(s) at which wrapping is to occur; 'n' is after the nth comma.()()('with_wrapping_at',)
justificationif any wrap positions are set, justify to the 'left', 'center', or 'right'leftleft('with_justification',)
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0ExprTuple1, 2
1Operationoperator: 3
operand: 6
2Operationoperator: 15
operands: 5
3Literal
4ExprTuple6
5ExprTuple7, 8
6Lambdaparameter: 34
body: 9
7Lambdaparameter: 34
body: 10
8Lambdaparameter: 34
body: 12
9Conditionalvalue: 13
condition: 14
10Conditionalvalue: 19
condition: 14
11ExprTuple34
12Conditionalvalue: 20
condition: 14
13Operationoperator: 15
operands: 16
14Operationoperator: 17
operands: 18
15Literal
16ExprTuple19, 20
17Literal
18ExprTuple34, 21
19Operationoperator: 23
operands: 22
20Operationoperator: 23
operands: 24
21Operationoperator: 25
operands: 26
22ExprTuple28, 27, 34, 29
23Literal
24ExprTuple27, 28, 34, 29
25Literal
26ExprTuple30, 31
27Variable
28Variable
29Operationoperator: 32
operands: 33
30Literal
31Literal
32Literal
33ExprTuple34, 35
34Variable
35Literal