logo

Expression of type Lambda

from the theory of proveit.numbers.multiplication

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, Lambda, i, j
from proveit.core_expr_types import a_1_to_i, b_1_to_j
from proveit.logic import And, Equals, Forall, InSet
from proveit.numbers import Complex, Mult, Natural, one
In [2]:
# build up the expression from sub-expressions
expr = Lambda([i, j], Conditional(Forall(instance_param_or_params = [a_1_to_i, b_1_to_j], instance_expr = Equals(Mult(a_1_to_i, one, b_1_to_j), Mult(a_1_to_i, b_1_to_j)), domain = Complex), And(InSet(i, Natural), InSet(j, Natural))))
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(i, j\right) \mapsto \left\{\forall_{a_{1}, a_{2}, \ldots, a_{i}, b_{1}, b_{2}, \ldots, b_{j} \in \mathbb{C}}~\left(\left(a_{1} \cdot  a_{2} \cdot  \ldots \cdot  a_{i} \cdot 1\cdot b_{1} \cdot  b_{2} \cdot  \ldots \cdot  b_{j}\right) = \left(a_{1} \cdot  a_{2} \cdot  \ldots \cdot  a_{i}\cdot b_{1} \cdot  b_{2} \cdot  \ldots \cdot  b_{j}\right)\right) \textrm{ if } i \in \mathbb{N} ,  j \in \mathbb{N}\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
1ExprTuple35, 38
2Conditionalvalue: 3
condition: 4
3Operationoperator: 5
operand: 8
4Operationoperator: 19
operands: 7
5Literal
6ExprTuple8
7ExprTuple9, 10
8Lambdaparameters: 27
body: 11
9Operationoperator: 40
operands: 12
10Operationoperator: 40
operands: 13
11Conditionalvalue: 14
condition: 15
12ExprTuple35, 16
13ExprTuple38, 16
14Operationoperator: 17
operands: 18
15Operationoperator: 19
operands: 20
16Literal
17Literal
18ExprTuple21, 22
19Literal
20ExprTuple23, 24
21Operationoperator: 26
operands: 25
22Operationoperator: 26
operands: 27
23ExprRangelambda_map: 28
start_index: 37
end_index: 35
24ExprRangelambda_map: 29
start_index: 37
end_index: 38
25ExprTuple30, 37, 31
26Literal
27ExprTuple30, 31
28Lambdaparameter: 48
body: 32
29Lambdaparameter: 48
body: 33
30ExprRangelambda_map: 34
start_index: 37
end_index: 35
31ExprRangelambda_map: 36
start_index: 37
end_index: 38
32Operationoperator: 40
operands: 39
33Operationoperator: 40
operands: 41
34Lambdaparameter: 48
body: 42
35Variable
36Lambdaparameter: 48
body: 43
37Literal
38Variable
39ExprTuple42, 44
40Literal
41ExprTuple43, 44
42IndexedVarvariable: 45
index: 48
43IndexedVarvariable: 46
index: 48
44Literal
45Variable
46Variable
47ExprTuple48
48Variable