logo

Expression of type Forall

from the theory of proveit.logic.equality

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
from proveit.core_expr_types import x_1_to_np1
from proveit.logic import Equals, Forall
from proveit.numbers import Add, one
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_np1], instance_expr = Equals(IndexedVar(x, one), IndexedVar(x, Add(n, one))), condition = ExprRange(sub_expr1, Equals(IndexedVar(x, sub_expr1), IndexedVar(x, Add(sub_expr1, one))), 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())
\forall_{x_{1}, x_{2}, \ldots, x_{n + 1}~|~\left(x_{1} = x_{1 + 1}\right), \left(x_{2} = x_{2 + 1}\right), \ldots, \left(x_{n} = x_{n + 1}\right)}~\left(x_{1} = x_{n + 1}\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
4ExprTuple6
5Conditionalvalue: 7
condition: 8
6ExprRangelambda_map: 9
start_index: 34
end_index: 19
7Operationoperator: 22
operands: 10
8Operationoperator: 11
operands: 12
9Lambdaparameter: 33
body: 25
10ExprTuple13, 14
11Literal
12ExprTuple15
13IndexedVarvariable: 28
index: 34
14IndexedVarvariable: 28
index: 19
15ExprRangelambda_map: 18
start_index: 34
end_index: 24
16ExprTuple34
17ExprTuple19
18Lambdaparameter: 33
body: 20
19Operationoperator: 31
operands: 21
20Operationoperator: 22
operands: 23
21ExprTuple24, 34
22Literal
23ExprTuple25, 26
24Variable
25IndexedVarvariable: 28
index: 33
26IndexedVarvariable: 28
index: 30
27ExprTuple33
28Variable
29ExprTuple30
30Operationoperator: 31
operands: 32
31Literal
32ExprTuple33, 34
33Variable
34Literal