logo

Expression of type Lambda

from the theory of proveit.physics.quantum.algebra

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 A, B, Conditional, Lambda, X, Y
from proveit.linear_algebra import HilbertSpaces, Hspace, LinMap
from proveit.logic import And, Forall, InClass, InSet
from proveit.physics.quantum import Qmult, QmultCodomain
In [2]:
# build up the expression from sub-expressions
expr = Lambda([Hspace, X, Y], Conditional(Forall(instance_param_or_params = [A, B], instance_expr = InClass(Qmult(A, B), QmultCodomain), conditions = [InSet(Qmult(A), LinMap(X, Y)), InSet(Qmult(B), LinMap(Hspace, X))]), And(InClass(Hspace, HilbertSpaces), InClass(X, HilbertSpaces), InClass(Y, HilbertSpaces))))
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(\mathcal{H}, X, Y\right) \mapsto \left\{\forall_{A, B~|~\left[A\right] \in \mathcal{L}\left(X, Y\right), \left[B\right] \in \mathcal{L}\left(\mathcal{H}, X\right)}~\left(\left(A \thinspace B\right) \underset{{\scriptscriptstyle c}}{\in} \mathcal{Q^*}\right) \textrm{ if } \mathcal{H} \underset{{\scriptscriptstyle c}}{\in} \textrm{HilbertSpaces} ,  X \underset{{\scriptscriptstyle c}}{\in} \textrm{HilbertSpaces} ,  Y \underset{{\scriptscriptstyle c}}{\in} \textrm{HilbertSpaces}\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
1ExprTuple44, 45, 42
2Conditionalvalue: 3
condition: 4
3Operationoperator: 5
operand: 8
4Operationoperator: 21
operands: 7
5Literal
6ExprTuple8
7ExprTuple9, 10, 11
8Lambdaparameters: 27
body: 12
9Operationoperator: 19
operands: 13
10Operationoperator: 19
operands: 14
11Operationoperator: 19
operands: 15
12Conditionalvalue: 16
condition: 17
13ExprTuple44, 18
14ExprTuple45, 18
15ExprTuple42, 18
16Operationoperator: 19
operands: 20
17Operationoperator: 21
operands: 22
18Literal
19Literal
20ExprTuple23, 24
21Literal
22ExprTuple25, 26
23Operationoperator: 37
operands: 27
24Literal
25Operationoperator: 29
operands: 28
26Operationoperator: 29
operands: 30
27ExprTuple41, 43
28ExprTuple31, 32
29Literal
30ExprTuple33, 34
31Operationoperator: 37
operand: 41
32Operationoperator: 39
operands: 36
33Operationoperator: 37
operand: 43
34Operationoperator: 39
operands: 40
35ExprTuple41
36ExprTuple45, 42
37Literal
38ExprTuple43
39Literal
40ExprTuple44, 45
41Variable
42Variable
43Variable
44Variable
45Variable