logo

Expression of type ExprTuple

from the theory of proveit.numbers.summation

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 ExprTuple, i, m, n, x
from proveit.logic import Equals, InSet, NotEquals
from proveit.numbers import Add, Complex, Exp, Interval, Natural, Sum, frac, one, subtract, zero
In [2]:
# build up the expression from sub-expressions
expr = ExprTuple(InSet(x, Complex), InSet(n, Natural), NotEquals(x, one), InSet(m, Natural), Equals(Sum(index_or_indices = [i], summand = Exp(x, i), domain = Interval(zero, m)), frac(subtract(one, Exp(x, Add(m, one))), subtract(one, x))))
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(x \in \mathbb{C}, n \in \mathbb{N}, x \neq 1, m \in \mathbb{N}, \left(\sum_{i = 0}^{m} x^{i}\right) = \frac{1 - x^{m + 1}}{1 - x}\right)
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
wrap_positionsposition(s) at which wrapping is to occur; 'n' is after the nth comma.()()('with_wrapping_at',)
justificationif any wrap positions are set, justify to the 'left', 'center', or 'right'leftleft('with_justification',)
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0ExprTuple1, 2, 3, 4, 5
1Operationoperator: 34
operands: 6
2Operationoperator: 34
operands: 7
3Operationoperator: 8
operands: 9
4Operationoperator: 34
operands: 10
5Operationoperator: 11
operands: 12
6ExprTuple47, 13
7ExprTuple14, 15
8Literal
9ExprTuple47, 52
10ExprTuple51, 15
11Literal
12ExprTuple16, 17
13Literal
14Variable
15Literal
16Operationoperator: 18
operand: 22
17Operationoperator: 20
operands: 21
18Literal
19ExprTuple22
20Literal
21ExprTuple23, 24
22Lambdaparameter: 39
body: 26
23Operationoperator: 49
operands: 27
24Operationoperator: 49
operands: 28
25ExprTuple39
26Conditionalvalue: 29
condition: 30
27ExprTuple52, 31
28ExprTuple52, 32
29Operationoperator: 44
operands: 33
30Operationoperator: 34
operands: 35
31Operationoperator: 37
operand: 41
32Operationoperator: 37
operand: 47
33ExprTuple47, 39
34Literal
35ExprTuple39, 40
36ExprTuple41
37Literal
38ExprTuple47
39Variable
40Operationoperator: 42
operands: 43
41Operationoperator: 44
operands: 45
42Literal
43ExprTuple46, 51
44Literal
45ExprTuple47, 48
46Literal
47Variable
48Operationoperator: 49
operands: 50
49Literal
50ExprTuple51, 52
51Variable
52Literal