logo

Expression of type Lambda

from the theory of proveit.numbers.division

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, x, y, z
from proveit.logic import And, Equals, InSet, NotEquals
from proveit.numbers import Complex, frac, subtract, zero
In [2]:
# build up the expression from sub-expressions
expr = Lambda([x, y, z], Conditional(Equals(frac(subtract(x, y), z), subtract(frac(x, z), frac(y, z))), And(InSet(x, Complex), InSet(y, Complex), InSet(z, Complex), NotEquals(z, zero))))
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(x, y, z\right) \mapsto \left\{\frac{x - y}{z} = \left(\frac{x}{z} - \frac{y}{z}\right) \textrm{ if } x \in \mathbb{C} ,  y \in \mathbb{C} ,  z \in \mathbb{C} ,  z \neq 0\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
1ExprTuple33, 39, 40
2Conditionalvalue: 3
condition: 4
3Operationoperator: 5
operands: 6
4Operationoperator: 7
operands: 8
5Literal
6ExprTuple9, 10
7Literal
8ExprTuple11, 12, 13, 14
9Operationoperator: 37
operands: 15
10Operationoperator: 28
operands: 16
11Operationoperator: 19
operands: 17
12Operationoperator: 19
operands: 18
13Operationoperator: 19
operands: 20
14Operationoperator: 21
operands: 22
15ExprTuple23, 40
16ExprTuple24, 25
17ExprTuple33, 26
18ExprTuple39, 26
19Literal
20ExprTuple40, 26
21Literal
22ExprTuple40, 27
23Operationoperator: 28
operands: 29
24Operationoperator: 37
operands: 30
25Operationoperator: 35
operand: 34
26Literal
27Literal
28Literal
29ExprTuple33, 32
30ExprTuple33, 40
31ExprTuple34
32Operationoperator: 35
operand: 39
33Variable
34Operationoperator: 37
operands: 38
35Literal
36ExprTuple39
37Literal
38ExprTuple39, 40
39Variable
40Variable