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, n
from proveit.core_expr_types import a_1_to_n
from proveit.logic import Equals, Forall, InSet, Or
from proveit.numbers import Complex, Mult, Natural, ZeroSet, one, zero
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = Conditional(Forall(instance_param_or_params = [a_1_to_n], instance_expr = InSet(Mult(a_1_to_n), ZeroSet), domain = Complex, condition = Or(ExprRange(sub_expr1, Equals(IndexedVar(a, sub_expr1), zero), one, n))), InSet(n, Natural))
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_{a_{1}, a_{2}, \ldots, a_{n} \in \mathbb{C}~|~\left(a_{1} = 0\right) \lor  \left(a_{2} = 0\right) \lor  \ldots \lor  \left(a_{n} = 0\right)}~\left(\left(a_{1} \cdot  a_{2} \cdot  \ldots \cdot  a_{n}\right) \in \left\{0\right\}\right) \textrm{ if } n \in \mathbb{N}\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: 29
operands: 5
3Literal
4ExprTuple6
5ExprTuple33, 7
6Lambdaparameters: 19
body: 8
7Literal
8Conditionalvalue: 9
condition: 10
9Operationoperator: 29
operands: 11
10Operationoperator: 12
operands: 13
11ExprTuple14, 15
12Literal
13ExprTuple16, 17
14Operationoperator: 18
operands: 19
15Operationoperator: 20
operand: 39
16ExprRangelambda_map: 22
start_index: 32
end_index: 33
17Operationoperator: 23
operands: 24
18Literal
19ExprTuple25
20Literal
21ExprTuple39
22Lambdaparameter: 42
body: 26
23Literal
24ExprTuple27
25ExprRangelambda_map: 28
start_index: 32
end_index: 33
26Operationoperator: 29
operands: 30
27ExprRangelambda_map: 31
start_index: 32
end_index: 33
28Lambdaparameter: 42
body: 38
29Literal
30ExprTuple38, 34
31Lambdaparameter: 42
body: 35
32Literal
33Variable
34Literal
35Operationoperator: 36
operands: 37
36Literal
37ExprTuple38, 39
38IndexedVarvariable: 40
index: 42
39Literal
40Variable
41ExprTuple42
42Variable