logo

Expression of type Conditional

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 Conditional, i, j, k, x
from proveit.logic import And, Equals, InSet
from proveit.numbers import Add, Exp, Integer, Interval, LessEq, Sum, frac, one, subtract
In [2]:
# build up the expression from sub-expressions
expr = Conditional(Equals(Sum(index_or_indices = [i], summand = Exp(x, i), domain = Interval(j, k)), frac(subtract(Exp(x, j), Exp(x, Add(k, one))), subtract(one, x))), And(InSet(j, Integer), InSet(k, Integer), LessEq(j, k)))
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(\sum_{i = j}^{k} x^{i}\right) = \frac{x^{j} - x^{k + 1}}{1 - x} \textrm{ if } j \in \mathbb{Z} ,  k \in \mathbb{Z} ,  j \leq k\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, 10, 11
7Operationoperator: 12
operand: 19
8Operationoperator: 14
operands: 15
9Operationoperator: 33
operands: 16
10Operationoperator: 33
operands: 17
11Operationoperator: 18
operands: 43
12Literal
13ExprTuple19
14Literal
15ExprTuple20, 21
16ExprTuple46, 22
17ExprTuple51, 22
18Literal
19Lambdaparameter: 39
body: 24
20Operationoperator: 49
operands: 25
21Operationoperator: 49
operands: 26
22Literal
23ExprTuple39
24Conditionalvalue: 27
condition: 28
25ExprTuple29, 30
26ExprTuple52, 31
27Operationoperator: 44
operands: 32
28Operationoperator: 33
operands: 34
29Operationoperator: 44
operands: 35
30Operationoperator: 37
operand: 41
31Operationoperator: 37
operand: 47
32ExprTuple47, 39
33Literal
34ExprTuple39, 40
35ExprTuple47, 46
36ExprTuple41
37Literal
38ExprTuple47
39Variable
40Operationoperator: 42
operands: 43
41Operationoperator: 44
operands: 45
42Literal
43ExprTuple46, 51
44Literal
45ExprTuple47, 48
46Variable
47Variable
48Operationoperator: 49
operands: 50
49Literal
50ExprTuple51, 52
51Variable
52Literal