logo

Expression of type And

from the theory of proveit.numbers.division

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 ExprRange, IndexedVar, Variable, m, n, w, x, y, z
from proveit.logic import And, InSet, NotEquals
from proveit.numbers import Complex, one, zero
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
sub_expr2 = IndexedVar(w, sub_expr1)
sub_expr3 = IndexedVar(z, sub_expr1)
expr = And(ExprRange(sub_expr1, InSet(sub_expr2, Complex), one, m), InSet(x, Complex), InSet(y, Complex), ExprRange(sub_expr1, InSet(sub_expr3, Complex), one, n), NotEquals(y, zero), ExprRange(sub_expr1, NotEquals(sub_expr2, zero), one, m), ExprRange(sub_expr1, NotEquals(sub_expr3, zero), 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(w_{1} \in \mathbb{C}\right) \land  \left(w_{2} \in \mathbb{C}\right) \land  \ldots \land  \left(w_{m} \in \mathbb{C}\right) \land \left(x \in \mathbb{C}\right) \land \left(y \in \mathbb{C}\right)\land \left(z_{1} \in \mathbb{C}\right) \land  \left(z_{2} \in \mathbb{C}\right) \land  \ldots \land  \left(z_{n} \in \mathbb{C}\right) \land \left(y \neq 0\right)\land \left(w_{1} \neq 0\right) \land  \left(w_{2} \neq 0\right) \land  \ldots \land  \left(w_{m} \neq 0\right)\land \left(z_{1} \neq 0\right) \land  \left(z_{2} \neq 0\right) \land  \ldots \land  \left(z_{n} \neq 0\right)
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
operation'infix' or 'function' style formattinginfixinfix
wrap_positionsposition(s) at which wrapping is to occur; '2 n - 1' is after the nth operand, '2 n' is after the nth operation.()()('with_wrapping_at', 'with_wrap_before_operator', 'with_wrap_after_operator', 'without_wrapping', 'wrap_positions')
justificationif any wrap positions are set, justify to the 'left', 'center', or 'right'centercenter('with_justification',)
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Operationoperator: 1
operands: 2
1Literal
2ExprTuple3, 4, 5, 6, 7, 8, 9
3ExprRangelambda_map: 10
start_index: 18
end_index: 16
4Operationoperator: 27
operands: 11
5Operationoperator: 27
operands: 12
6ExprRangelambda_map: 13
start_index: 18
end_index: 19
7Operationoperator: 30
operands: 14
8ExprRangelambda_map: 15
start_index: 18
end_index: 16
9ExprRangelambda_map: 17
start_index: 18
end_index: 19
10Lambdaparameter: 39
body: 20
11ExprTuple21, 32
12ExprTuple23, 32
13Lambdaparameter: 39
body: 22
14ExprTuple23, 35
15Lambdaparameter: 39
body: 24
16Variable
17Lambdaparameter: 39
body: 25
18Literal
19Variable
20Operationoperator: 27
operands: 26
21Variable
22Operationoperator: 27
operands: 28
23Variable
24Operationoperator: 30
operands: 29
25Operationoperator: 30
operands: 31
26ExprTuple33, 32
27Literal
28ExprTuple34, 32
29ExprTuple33, 35
30Literal
31ExprTuple34, 35
32Literal
33IndexedVarvariable: 36
index: 39
34IndexedVarvariable: 37
index: 39
35Literal
36Variable
37Variable
38ExprTuple39
39Variable