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 Conditional, Lambda, a
from proveit.core_expr_types import B_1_to_j
from proveit.linear_algebra import ScalarMult
from proveit.logic import Equals, Forall, InClass, InSet
from proveit.numbers import Complex
from proveit.physics.quantum import Qmult, QmultCodomain
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Qmult(B_1_to_j)
expr = Lambda(a, Conditional(Forall(instance_param_or_params = [B_1_to_j], instance_expr = Equals(Qmult(a, B_1_to_j), ScalarMult(a, sub_expr1)).with_wrapping_at(2), condition = InClass(sub_expr1, QmultCodomain)), InSet(a, Complex)))
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())
a \mapsto \left\{\forall_{B_{1}, B_{2}, \ldots, B_{j}~|~\left(B_{1} \thinspace  B_{2} \thinspace  \ldots \thinspace  B_{j}\right) \underset{{\scriptscriptstyle c}}{\in} \mathcal{Q^*}}~\left(\begin{array}{c} \begin{array}{l} \left(a\thinspace B_{1} \thinspace  B_{2} \thinspace  \ldots \thinspace  B_{j}\right) =  \\ \left(a \cdot \left(B_{1} \thinspace  B_{2} \thinspace  \ldots \thinspace  B_{j}\right)\right) \end{array} \end{array}\right) \textrm{ if } a \in \mathbb{C}\right..
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Lambdaparameter: 24
body: 2
1ExprTuple24
2Conditionalvalue: 3
condition: 4
3Operationoperator: 5
operand: 9
4Operationoperator: 7
operands: 8
5Literal
6ExprTuple9
7Literal
8ExprTuple24, 10
9Lambdaparameters: 27
body: 11
10Literal
11Conditionalvalue: 12
condition: 13
12Operationoperator: 14
operands: 15
13Operationoperator: 16
operands: 17
14Literal
15ExprTuple18, 19
16Literal
17ExprTuple25, 20
18Operationoperator: 26
operands: 21
19Operationoperator: 22
operands: 23
20Literal
21ExprTuple24, 28
22Literal
23ExprTuple24, 25
24Variable
25Operationoperator: 26
operands: 27
26Literal
27ExprTuple28
28ExprRangelambda_map: 29
start_index: 30
end_index: 31
29Lambdaparameter: 35
body: 32
30Literal
31Variable
32IndexedVarvariable: 33
index: 35
33Variable
34ExprTuple35
35Variable