logo

Expression of type Lambda

from the theory of proveit.numbers.numerals.decimals

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, f, i, j
from proveit.core_expr_types import f_i_to_j
from proveit.logic import Equals
from proveit.numbers import Add, five, four, one, six, three, two
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Add(i, six)
expr = Lambda([f, i, j], Conditional(Equals([f_i_to_j], [Function(f, [i]), Function(f, [Add(i, one)]), Function(f, [Add(i, two)]), Function(f, [Add(i, three)]), Function(f, [Add(i, four)]), Function(f, [Add(i, five)]), Function(f, [sub_expr1])]), Equals(j, sub_expr1)))
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(f, i, j\right) \mapsto \left\{\left(f\left(i\right), f\left(i + 1\right), \ldots, f\left(j\right)\right) = \left(f\left(i\right), f\left(i + 1\right), f\left(i + 2\right), f\left(i + 3\right), f\left(i + 4\right), f\left(i + 5\right), f\left(i + 6\right)\right) \textrm{ if } j = \left(i + 6\right)\right..
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Lambdaparameters: 1
body: 2
1ExprTuple34, 49, 19
2Conditionalvalue: 3
condition: 4
3Operationoperator: 6
operands: 5
4Operationoperator: 6
operands: 7
5ExprTuple8, 9
6Literal
7ExprTuple19, 33
8ExprTuple10
9ExprTuple11, 12, 13, 14, 15, 16, 17
10ExprRangelambda_map: 18
start_index: 49
end_index: 19
11Operationoperator: 34
operand: 49
12Operationoperator: 34
operand: 28
13Operationoperator: 34
operand: 29
14Operationoperator: 34
operand: 30
15Operationoperator: 34
operand: 31
16Operationoperator: 34
operand: 32
17Operationoperator: 34
operand: 33
18Lambdaparameter: 43
body: 27
19Variable
20ExprTuple49
21ExprTuple28
22ExprTuple29
23ExprTuple30
24ExprTuple31
25ExprTuple32
26ExprTuple33
27Operationoperator: 34
operand: 43
28Operationoperator: 41
operands: 36
29Operationoperator: 41
operands: 37
30Operationoperator: 41
operands: 38
31Operationoperator: 41
operands: 39
32Operationoperator: 41
operands: 40
33Operationoperator: 41
operands: 42
34Variable
35ExprTuple43
36ExprTuple49, 44
37ExprTuple49, 45
38ExprTuple49, 46
39ExprTuple49, 47
40ExprTuple49, 48
41Literal
42ExprTuple49, 50
43Variable
44Literal
45Literal
46Literal
47Literal
48Literal
49Variable
50Literal