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, Lambda, a, b, c, d
from proveit.logic import And, Equals, InSet
from proveit.numbers import Add, Exp, Mult, Real, RealPos
In [2]:
# build up the expression from sub-expressions
expr = Lambda([a, b, c, d], Conditional(Equals(Exp(a, b), Mult(Exp(a, c), Exp(a, d))), And(InSet(a, RealPos), InSet(b, Real), InSet(c, Real), InSet(d, Real), Equals(b, Add(c, d)))))
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(a, b, c, d\right) \mapsto \left\{a^{b} = \left(a^{c} \cdot a^{d}\right) \textrm{ if } a \in \mathbb{R}^+ ,  b \in \mathbb{R} ,  c \in \mathbb{R} ,  d \in \mathbb{R} ,  b = \left(c + d\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
1ExprTuple36, 29, 37, 38
2Conditionalvalue: 3
condition: 4
3Operationoperator: 23
operands: 5
4Operationoperator: 6
operands: 7
5ExprTuple8, 9
6Literal
7ExprTuple10, 11, 12, 13, 14
8Operationoperator: 32
operands: 15
9Operationoperator: 16
operands: 17
10Operationoperator: 21
operands: 18
11Operationoperator: 21
operands: 19
12Operationoperator: 21
operands: 20
13Operationoperator: 21
operands: 22
14Operationoperator: 23
operands: 24
15ExprTuple36, 29
16Literal
17ExprTuple25, 26
18ExprTuple36, 27
19ExprTuple29, 28
20ExprTuple37, 28
21Literal
22ExprTuple38, 28
23Literal
24ExprTuple29, 30
25Operationoperator: 32
operands: 31
26Operationoperator: 32
operands: 33
27Literal
28Literal
29Variable
30Operationoperator: 34
operands: 35
31ExprTuple36, 37
32Literal
33ExprTuple36, 38
34Literal
35ExprTuple37, 38
36Variable
37Variable
38Variable