logo

Expression of type Conditional

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, U, alpha, n
from proveit.linear_algebra import Norm
from proveit.logic import CartExp, Equals, Forall, InSet
from proveit.numbers import Complex, RealNonNeg
from proveit.physics.quantum import Qmult, var_ket_psi
In [2]:
# build up the expression from sub-expressions
expr = Conditional(Forall(instance_param_or_params = [var_ket_psi], instance_expr = Equals(Norm(Qmult(U, var_ket_psi)), alpha), domain = CartExp(Complex, n), condition = Equals(Norm(var_ket_psi), alpha)), InSet(alpha, RealNonNeg))
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\{\forall_{\lvert \psi \rangle \in \mathbb{C}^{n}~|~\left \|\lvert \psi \rangle\right \| = \alpha}~\left(\left \|U \thinspace \lvert \psi \rangle\right \| = \alpha\right) \textrm{ if } \alpha \in \mathbb{R}^{\ge 0}\right..
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
condition_delimiter'comma' or 'and'commacomma('with_comma_delimiter', 'with_conjunction_delimiter')
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Conditionalvalue: 1
condition: 2
1Operationoperator: 3
operand: 6
2Operationoperator: 18
operands: 5
3Literal
4ExprTuple6
5ExprTuple25, 7
6Lambdaparameter: 35
body: 8
7Literal
8Conditionalvalue: 9
condition: 10
9Operationoperator: 20
operands: 11
10Operationoperator: 12
operands: 13
11ExprTuple14, 25
12Literal
13ExprTuple15, 16
14Operationoperator: 30
operand: 22
15Operationoperator: 18
operands: 19
16Operationoperator: 20
operands: 21
17ExprTuple22
18Literal
19ExprTuple35, 23
20Literal
21ExprTuple24, 25
22Operationoperator: 26
operands: 27
23Operationoperator: 28
operands: 29
24Operationoperator: 30
operand: 35
25Variable
26Literal
27ExprTuple32, 35
28Literal
29ExprTuple33, 34
30Literal
31ExprTuple35
32Variable
33Literal
34Variable
35Variable