logo

Expression of type Lambda

from the theory of proveit.numbers.absolute_value

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, n, x
from proveit.core_expr_types import x_1_to_n
from proveit.logic import Equals, Forall, InSet
from proveit.numbers import Abs, Complex, Mult, NaturalPos, one
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 = [x_1_to_n], instance_expr = Equals(Abs(Mult(x_1_to_n)), Mult(ExprRange(sub_expr1, Abs(IndexedVar(x, sub_expr1)), one, n))), domain = Complex), InSet(n, NaturalPos)))
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_{x_{1}, x_{2}, \ldots, x_{n} \in \mathbb{C}}~\left(\left|x_{1} \cdot  x_{2} \cdot  \ldots \cdot  x_{n}\right| = \left(\left|x_{1}\right| \cdot  \left|x_{2}\right| \cdot  \ldots \cdot  \left|x_{n}\right|\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: 36
body: 2
1ExprTuple36
2Conditionalvalue: 3
condition: 4
3Operationoperator: 5
operand: 8
4Operationoperator: 29
operands: 7
5Literal
6ExprTuple8
7ExprTuple36, 9
8Lambdaparameters: 27
body: 10
9Literal
10Conditionalvalue: 11
condition: 12
11Operationoperator: 13
operands: 14
12Operationoperator: 15
operands: 16
13Literal
14ExprTuple17, 18
15Literal
16ExprTuple19
17Operationoperator: 37
operand: 23
18Operationoperator: 26
operands: 21
19ExprRangelambda_map: 22
start_index: 35
end_index: 36
20ExprTuple23
21ExprTuple24
22Lambdaparameter: 42
body: 25
23Operationoperator: 26
operands: 27
24ExprRangelambda_map: 28
start_index: 35
end_index: 36
25Operationoperator: 29
operands: 30
26Literal
27ExprTuple31
28Lambdaparameter: 42
body: 32
29Literal
30ExprTuple39, 33
31ExprRangelambda_map: 34
start_index: 35
end_index: 36
32Operationoperator: 37
operand: 39
33Literal
34Lambdaparameter: 42
body: 39
35Literal
36Variable
37Literal
38ExprTuple39
39IndexedVarvariable: 40
index: 42
40Variable
41ExprTuple42
42Variable