logo

Expression of type Lambda

from the theory of proveit.linear_algebra.addition

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, K, Lambda, V, x
from proveit.linear_algebra import VecAdd, VecSpaces, VecZero
from proveit.logic import Equals, Forall, InClass
In [2]:
# build up the expression from sub-expressions
sub_expr1 = VecZero(V)
expr = Lambda(V, Conditional(Forall(instance_param_or_params = [x], instance_expr = Equals(VecAdd(sub_expr1, x), sub_expr1), domain = V), InClass(V, VecSpaces(K))))
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())
V \mapsto \left\{\forall_{x \in V}~\left(\left(\vec{0}\left(V\right) + x\right) = \vec{0}\left(V\right)\right) \textrm{ if } V \underset{{\scriptscriptstyle c}}{\in} \textrm{VecSpaces}\left(K\right)\right..
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Lambdaparameter: 28
body: 1
1Conditionalvalue: 2
condition: 3
2Operationoperator: 4
operand: 8
3Operationoperator: 6
operands: 7
4Literal
5ExprTuple8
6Literal
7ExprTuple28, 9
8Lambdaparameter: 25
body: 11
9Operationoperator: 12
operand: 16
10ExprTuple25
11Conditionalvalue: 14
condition: 15
12Literal
13ExprTuple16
14Operationoperator: 17
operands: 18
15Operationoperator: 19
operands: 20
16Variable
17Literal
18ExprTuple21, 24
19Literal
20ExprTuple25, 28
21Operationoperator: 22
operands: 23
22Literal
23ExprTuple24, 25
24Operationoperator: 26
operand: 28
25Variable
26Literal
27ExprTuple28
28Variable