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 ExprTuple, Lambda, S, f, fx, g, gx, x
from proveit.logic import Forall, Implies
from proveit.numbers import LessEq, Sum
In [2]:
# build up the expression from sub-expressions
sub_expr1 = [x]
expr = ExprTuple(Lambda([S, f, g], Implies(Forall(instance_param_or_params = sub_expr1, instance_expr = LessEq(fx, gx), domain = S), LessEq(Sum(index_or_indices = sub_expr1, summand = fx, domain = S), Sum(index_or_indices = sub_expr1, summand = gx, domain = S)))))
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(S, f, g\right) \mapsto \left(\left[\forall_{x \in S}~\left(f\left(x\right) \leq g\left(x\right)\right)\right] \Rightarrow \left(\left[\sum_{x \in S}~f\left(x\right)\right] \leq \left[\sum_{x \in S}~g\left(x\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
1Lambdaparameters: 2
body: 3
2ExprTuple34, 28, 29
3Operationoperator: 4
operands: 5
4Literal
5ExprTuple6, 7
6Operationoperator: 8
operand: 11
7Operationoperator: 21
operands: 10
8Literal
9ExprTuple11
10ExprTuple12, 13
11Lambdaparameter: 33
body: 14
12Operationoperator: 16
operand: 19
13Operationoperator: 16
operand: 20
14Conditionalvalue: 18
condition: 27
15ExprTuple19
16Literal
17ExprTuple20
18Operationoperator: 21
operands: 22
19Lambdaparameter: 33
body: 23
20Lambdaparameter: 33
body: 24
21Literal
22ExprTuple25, 26
23Conditionalvalue: 25
condition: 27
24Conditionalvalue: 26
condition: 27
25Operationoperator: 28
operand: 33
26Operationoperator: 29
operand: 33
27Operationoperator: 31
operands: 32
28Variable
29Variable
30ExprTuple33
31Literal
32ExprTuple33, 34
33Variable
34Variable