logo

Expression of type Forall

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, n, x, y
from proveit.core_expr_types import x_1_to_n
from proveit.logic import Equals, Forall, NotEquals
from proveit.numbers import Add, Complex, frac, one, zero
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = Forall(instance_param_or_params = [x_1_to_n, y], instance_expr = Equals(frac(Add(x_1_to_n), y), Add(ExprRange(sub_expr1, frac(IndexedVar(x, sub_expr1), y), one, n))), domain = Complex, condition = NotEquals(y, zero))
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())
\forall_{x_{1}, x_{2}, \ldots, x_{n}, y \in \mathbb{C}~|~y \neq 0}~\left(\frac{x_{1} +  x_{2} +  \ldots +  x_{n}}{y} = \left(\frac{x_{1}}{y} +  \frac{x_{2}}{y} +  \ldots +  \frac{x_{n}}{y}\right)\right)
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
with_wrappingIf 'True', wrap the Expression after the parametersNoneNone/False('with_wrapping',)
condition_wrappingWrap 'before' or 'after' the condition (or None).NoneNone/False('with_wrap_after_condition', 'with_wrap_before_condition')
wrap_paramsIf 'True', wraps every two parameters AND wraps the Expression after the parametersNoneNone/False('with_params',)
justificationjustify to the 'left', 'center', or 'right' in the array cellscentercenter('with_justification',)
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Operationoperator: 1
operand: 3
1Literal
2ExprTuple3
3Lambdaparameters: 4
body: 5
4ExprTuple32, 41
5Conditionalvalue: 6
condition: 7
6Operationoperator: 8
operands: 9
7Operationoperator: 10
operands: 11
8Literal
9ExprTuple12, 13
10Literal
11ExprTuple14, 15, 16
12Operationoperator: 38
operands: 17
13Operationoperator: 27
operands: 18
14ExprRangelambda_map: 19
start_index: 36
end_index: 37
15Operationoperator: 30
operands: 20
16Operationoperator: 21
operands: 22
17ExprTuple23, 41
18ExprTuple24
19Lambdaparameter: 44
body: 25
20ExprTuple41, 34
21Literal
22ExprTuple41, 26
23Operationoperator: 27
operands: 28
24ExprRangelambda_map: 29
start_index: 36
end_index: 37
25Operationoperator: 30
operands: 31
26Literal
27Literal
28ExprTuple32
29Lambdaparameter: 44
body: 33
30Literal
31ExprTuple40, 34
32ExprRangelambda_map: 35
start_index: 36
end_index: 37
33Operationoperator: 38
operands: 39
34Literal
35Lambdaparameter: 44
body: 40
36Literal
37Variable
38Literal
39ExprTuple40, 41
40IndexedVarvariable: 42
index: 44
41Variable
42Variable
43ExprTuple44
44Variable