logo

Expression of type Lambda

from the theory of proveit.numbers.exponentiation

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
from proveit.numbers import Complex, Mult, NaturalPos, one, sqrt
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 = Equals(sqrt(Mult(a_1_to_n)), Mult(ExprRange(sub_expr1, sqrt(IndexedVar(a, 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_{a_{1}, a_{2}, \ldots, a_{n} \in \mathbb{C}}~\left(\sqrt{\left(a_{1} \cdot  a_{2} \cdot  \ldots \cdot  a_{n}\right)} = \left(\sqrt{\left(a_{1}\right)} \cdot  \sqrt{\left(a_{2}\right)} \cdot  \ldots \cdot  \sqrt{\left(a_{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: 35
body: 2
1ExprTuple35
2Conditionalvalue: 3
condition: 4
3Operationoperator: 5
operand: 8
4Operationoperator: 29
operands: 7
5Literal
6ExprTuple8
7ExprTuple35, 9
8Lambdaparameters: 27
body: 10
9Literal
10Conditionalvalue: 11
condition: 12
11Operationoperator: 13
operands: 14
12Operationoperator: 15
operands: 16
13Literal
14ExprTuple17, 18
15Literal
16ExprTuple19
17Operationoperator: 36
operands: 20
18Operationoperator: 26
operands: 21
19ExprRangelambda_map: 22
start_index: 45
end_index: 35
20ExprTuple23, 39
21ExprTuple24
22Lambdaparameter: 44
body: 25
23Operationoperator: 26
operands: 27
24ExprRangelambda_map: 28
start_index: 45
end_index: 35
25Operationoperator: 29
operands: 30
26Literal
27ExprTuple31
28Lambdaparameter: 44
body: 32
29Literal
30ExprTuple38, 33
31ExprRangelambda_map: 34
start_index: 45
end_index: 35
32Operationoperator: 36
operands: 37
33Literal
34Lambdaparameter: 44
body: 38
35Variable
36Literal
37ExprTuple38, 39
38IndexedVarvariable: 40
index: 44
39Operationoperator: 42
operands: 43
40Variable
41ExprTuple44
42Literal
43ExprTuple45, 46
44Variable
45Literal
46Literal