logo

Expression of type Lambda

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, Function, Lambda, a, b, f, fx, x
from proveit.logic import And, Equals, InSet
from proveit.numbers import Integer, Interval, Neg, Sum
In [2]:
# build up the expression from sub-expressions
sub_expr1 = [x]
expr = Lambda([a, b], Conditional(Equals(Sum(index_or_indices = sub_expr1, summand = fx, domain = Interval(a, b)), Sum(index_or_indices = sub_expr1, summand = Function(f, [Neg(x)]), domain = Interval(Neg(b), Neg(a)))), And(InSet(a, Integer), InSet(b, Integer))))
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(a, b\right) \mapsto \left\{\left(\sum_{x = a}^{b} f\left(x\right)\right) = \left(\sum_{x = -b}^{-a} f\left(-x\right)\right) \textrm{ if } a \in \mathbb{Z} ,  b \in \mathbb{Z}\right..
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Lambdaparameters: 34
body: 1
1Conditionalvalue: 2
condition: 3
2Operationoperator: 4
operands: 5
3Operationoperator: 6
operands: 7
4Literal
5ExprTuple8, 9
6Literal
7ExprTuple10, 11
8Operationoperator: 13
operand: 17
9Operationoperator: 13
operand: 18
10Operationoperator: 29
operands: 15
11Operationoperator: 29
operands: 16
12ExprTuple17
13Literal
14ExprTuple18
15ExprTuple45, 19
16ExprTuple44, 19
17Lambdaparameter: 38
body: 20
18Lambdaparameter: 38
body: 21
19Literal
20Conditionalvalue: 22
condition: 23
21Conditionalvalue: 24
condition: 25
22Operationoperator: 27
operand: 38
23Operationoperator: 29
operands: 26
24Operationoperator: 27
operand: 32
25Operationoperator: 29
operands: 30
26ExprTuple38, 31
27Variable
28ExprTuple32
29Literal
30ExprTuple38, 33
31Operationoperator: 36
operands: 34
32Operationoperator: 42
operand: 38
33Operationoperator: 36
operands: 37
34ExprTuple45, 44
35ExprTuple38
36Literal
37ExprTuple39, 40
38Variable
39Operationoperator: 42
operand: 44
40Operationoperator: 42
operand: 45
41ExprTuple44
42Literal
43ExprTuple45
44Variable
45Variable