logo

Expression of type Conditional

from the theory of proveit.numbers.multiplication

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, Variable, a, b, i, j
from proveit.core_expr_types import a_1_to_i, b_1_to_j
from proveit.logic import And, Equals, InSet
from proveit.numbers import Complex, Mult, one, zero
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = Conditional(Equals(Mult(a_1_to_i, zero, b_1_to_j), zero), And(ExprRange(sub_expr1, InSet(IndexedVar(a, sub_expr1), Complex), one, i), ExprRange(sub_expr1, InSet(IndexedVar(b, sub_expr1), Complex), one, j)))
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\{\left(a_{1} \cdot  a_{2} \cdot  \ldots \cdot  a_{i} \cdot 0\cdot b_{1} \cdot  b_{2} \cdot  \ldots \cdot  b_{j}\right) = 0 \textrm{ if } \left(a_{1} \in \mathbb{C}\right) ,  \left(a_{2} \in \mathbb{C}\right) ,  \ldots ,  \left(a_{i} \in \mathbb{C}\right), \left(b_{1} \in \mathbb{C}\right) ,  \left(b_{2} \in \mathbb{C}\right) ,  \ldots ,  \left(b_{j} \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, 15
5Literal
6ExprTuple8, 9
7Operationoperator: 10
operands: 11
8ExprRangelambda_map: 12
start_index: 22
end_index: 20
9ExprRangelambda_map: 13
start_index: 22
end_index: 23
10Literal
11ExprTuple14, 15, 16
12Lambdaparameter: 33
body: 17
13Lambdaparameter: 33
body: 18
14ExprRangelambda_map: 19
start_index: 22
end_index: 20
15Literal
16ExprRangelambda_map: 21
start_index: 22
end_index: 23
17Operationoperator: 25
operands: 24
18Operationoperator: 25
operands: 26
19Lambdaparameter: 33
body: 27
20Variable
21Lambdaparameter: 33
body: 28
22Literal
23Variable
24ExprTuple27, 29
25Literal
26ExprTuple28, 29
27IndexedVarvariable: 30
index: 33
28IndexedVarvariable: 31
index: 33
29Literal
30Variable
31Variable
32ExprTuple33
33Variable