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, U, n
from proveit.linear_algebra import Unitary
from proveit.logic import CartExp, Forall, InSet
from proveit.numbers import Complex
from proveit.physics.quantum import Qmult, var_ket_psi
In [2]:
# build up the expression from sub-expressions
sub_expr1 = CartExp(Complex, n)
expr = Lambda(U, Conditional(Forall(instance_param_or_params = [var_ket_psi], instance_expr = InSet(Qmult(U, var_ket_psi), sub_expr1), domain = sub_expr1), InSet(U, Unitary(n))))
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())
U \mapsto \left\{\forall_{\lvert \psi \rangle \in \mathbb{C}^{n}}~\left(\left(U \thinspace \lvert \psi \rangle\right) \in \mathbb{C}^{n}\right) \textrm{ if } U \in \textrm{U}\left(n\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: 25
body: 2
1ExprTuple25
2Conditionalvalue: 3
condition: 4
3Operationoperator: 5
operand: 8
4Operationoperator: 17
operands: 7
5Literal
6ExprTuple8
7ExprTuple25, 9
8Lambdaparameter: 26
body: 11
9Operationoperator: 12
operand: 28
10ExprTuple26
11Conditionalvalue: 14
condition: 15
12Literal
13ExprTuple28
14Operationoperator: 17
operands: 16
15Operationoperator: 17
operands: 18
16ExprTuple19, 20
17Literal
18ExprTuple26, 20
19Operationoperator: 21
operands: 22
20Operationoperator: 23
operands: 24
21Literal
22ExprTuple25, 26
23Literal
24ExprTuple27, 28
25Variable
26Variable
27Literal
28Variable