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, n, x
from proveit.logic import And, 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 = Conditional(Equals(Sum(index_or_indices = [i], summand = Exp(x, i), domain = Interval(zero, n)), frac(subtract(one, Exp(x, Add(n, one))), subtract(one, x))), And(InSet(x, Complex), InSet(n, Natural), NotEquals(x, one)))
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 = 0}^{n} x^{i}\right) = \frac{1 - x^{n + 1}}{1 - x} \textrm{ if } x \in \mathbb{C} ,  n \in \mathbb{N} ,  x \neq 1\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: 20
8Operationoperator: 14
operands: 15
9Operationoperator: 34
operands: 16
10Operationoperator: 34
operands: 17
11Operationoperator: 18
operands: 19
12Literal
13ExprTuple20
14Literal
15ExprTuple21, 22
16ExprTuple47, 23
17ExprTuple51, 24
18Literal
19ExprTuple47, 52
20Lambdaparameter: 39
body: 26
21Operationoperator: 49
operands: 27
22Operationoperator: 49
operands: 28
23Literal
24Literal
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