logo

Expression of type ExprTuple

from the theory of proveit.numbers.summation

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, c, l
from proveit.logic import Equals, Forall, InSet
from proveit.numbers import Add, Integer, Mult, one
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Add(l, one)
sub_expr2 = InSet(l, Integer)
sub_expr3 = Mult(c, sub_expr1)
sub_expr4 = Mult(sub_expr1, c)
expr = ExprTuple(Forall(instance_param_or_params = [l], instance_expr = Equals(sub_expr3, sub_expr4), domain = Integer), Equals(Lambda(l, Conditional(sub_expr3, sub_expr2)), Lambda(l, Conditional(sub_expr4, sub_expr2))).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_{l \in \mathbb{Z}}~\left(\left(c \cdot \left(l + 1\right)\right) = \left(\left(l + 1\right) \cdot c\right)\right), \begin{array}{c} \begin{array}{l} \left[l \mapsto \left\{c \cdot \left(l + 1\right) \textrm{ if } l \in \mathbb{Z}\right..\right] =  \\ \left[l \mapsto \left\{\left(l + 1\right) \cdot c \textrm{ if } l \in \mathbb{Z}\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: 29
body: 9
7Lambdaparameter: 29
body: 10
8Lambdaparameter: 29
body: 12
9Conditionalvalue: 13
condition: 14
10Conditionalvalue: 19
condition: 14
11ExprTuple29
12Conditionalvalue: 20
condition: 14
13Operationoperator: 15
operands: 16
14Operationoperator: 17
operands: 18
15Literal
16ExprTuple19, 20
17Literal
18ExprTuple29, 21
19Operationoperator: 23
operands: 22
20Operationoperator: 23
operands: 24
21Literal
22ExprTuple26, 25
23Literal
24ExprTuple25, 26
25Operationoperator: 27
operands: 28
26Variable
27Literal
28ExprTuple29, 30
29Variable
30Literal