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, ExprRange, IndexedVar, Lambda, Variable, a, n
from proveit.core_expr_types import a_1_to_n
from proveit.logic import Equals, Forall, InSet, Or
from proveit.numbers import Complex, Mult, Natural, ZeroSet, one, zero
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = Lambda(n, Conditional(Forall(instance_param_or_params = [a_1_to_n], instance_expr = InSet(Mult(a_1_to_n), ZeroSet), domain = Complex, condition = Or(ExprRange(sub_expr1, Equals(IndexedVar(a, sub_expr1), zero), one, n))), InSet(n, 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())
n \mapsto \left\{\forall_{a_{1}, a_{2}, \ldots, a_{n} \in \mathbb{C}~|~\left(a_{1} = 0\right) \lor  \left(a_{2} = 0\right) \lor  \ldots \lor  \left(a_{n} = 0\right)}~\left(\left(a_{1} \cdot  a_{2} \cdot  \ldots \cdot  a_{n}\right) \in \left\{0\right\}\right) \textrm{ if } n \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
0Lambdaparameter: 35
body: 2
1ExprTuple35
2Conditionalvalue: 3
condition: 4
3Operationoperator: 5
operand: 8
4Operationoperator: 31
operands: 7
5Literal
6ExprTuple8
7ExprTuple35, 9
8Lambdaparameters: 21
body: 10
9Literal
10Conditionalvalue: 11
condition: 12
11Operationoperator: 31
operands: 13
12Operationoperator: 14
operands: 15
13ExprTuple16, 17
14Literal
15ExprTuple18, 19
16Operationoperator: 20
operands: 21
17Operationoperator: 22
operand: 41
18ExprRangelambda_map: 24
start_index: 34
end_index: 35
19Operationoperator: 25
operands: 26
20Literal
21ExprTuple27
22Literal
23ExprTuple41
24Lambdaparameter: 44
body: 28
25Literal
26ExprTuple29
27ExprRangelambda_map: 30
start_index: 34
end_index: 35
28Operationoperator: 31
operands: 32
29ExprRangelambda_map: 33
start_index: 34
end_index: 35
30Lambdaparameter: 44
body: 40
31Literal
32ExprTuple40, 36
33Lambdaparameter: 44
body: 37
34Literal
35Variable
36Literal
37Operationoperator: 38
operands: 39
38Literal
39ExprTuple40, 41
40IndexedVarvariable: 42
index: 44
41Literal
42Variable
43ExprTuple44
44Variable