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, ExprRange, IndexedVar, M, Variable, a, i, n
from proveit.core_expr_types import a_i, v_i
from proveit.linear_algebra import ScalarMult, VecSum
from proveit.logic import And, Equals, InSet
from proveit.numbers import Complex, Interval, one
from proveit.physics.quantum import Bra, Ket, Qmult
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = Conditional(Equals(M, VecSum(index_or_indices = [i], summand = ScalarMult(a_i, Qmult(Ket(v_i), Bra(v_i))), domain = Interval(one, n))), And(ExprRange(sub_expr1, InSet(IndexedVar(a, sub_expr1), Complex), one, 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())
\left\{M = \left(\sum_{i=1}^{n} \left(a_{i} \cdot \left(\lvert v_{i} \rangle \thinspace \langle v_{i} \rvert\right)\right)\right) \textrm{ if } \left(a_{1} \in \mathbb{C}\right) \land  \left(a_{2} \in \mathbb{C}\right) \land  \ldots \land  \left(a_{n} \in \mathbb{C}\right)\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
operands: 4
2Operationoperator: 5
operands: 6
3Literal
4ExprTuple7, 8
5Literal
6ExprTuple9
7Variable
8Operationoperator: 10
operand: 13
9ExprRangelambda_map: 12
start_index: 37
end_index: 38
10Literal
11ExprTuple13
12Lambdaparameter: 29
body: 14
13Lambdaparameter: 45
body: 15
14Operationoperator: 23
operands: 16
15Conditionalvalue: 17
condition: 18
16ExprTuple19, 20
17Operationoperator: 21
operands: 22
18Operationoperator: 23
operands: 24
19IndexedVarvariable: 30
index: 29
20Literal
21Literal
22ExprTuple26, 27
23Literal
24ExprTuple45, 28
25ExprTuple29
26IndexedVarvariable: 30
index: 45
27Operationoperator: 31
operands: 32
28Operationoperator: 33
operands: 34
29Variable
30Variable
31Literal
32ExprTuple35, 36
33Literal
34ExprTuple37, 38
35Operationoperator: 39
operand: 42
36Operationoperator: 40
operand: 42
37Literal
38Variable
39Literal
40Literal
41ExprTuple42
42IndexedVarvariable: 43
index: 45
43Variable
44ExprTuple45
45Variable