logo

Expression of type ExprTuple

from the theory of proveit.logic.booleans.disjunction

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, ExprRange, ExprTuple, Function, Lambda, P, Pk, Variable, i, j, k
from proveit.logic import Exists, Implies, Or
from proveit.numbers import Add, Interval, LessEq, one
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = ExprTuple(Lambda(P, Conditional(Implies(Exists(instance_param_or_params = [k], instance_expr = Pk, domain = Interval(i, j)), Or(ExprRange(sub_expr1, Function(P, [sub_expr1]), i, j))), LessEq(i, Add(j, 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(P \mapsto \left\{\left[\exists_{k \in \{i~\ldotp \ldotp~j\}}~P\left(k\right)\right] \Rightarrow \left(P\left(i\right) \lor  P\left(i + 1\right) \lor  \ldots \lor  P\left(j\right)\right) \textrm{ if } i \leq \left(j + 1\right)\right..\right)
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0ExprTuple1
1Lambdaparameter: 30
body: 3
2ExprTuple30
3Conditionalvalue: 4
condition: 5
4Operationoperator: 6
operands: 7
5Operationoperator: 8
operands: 9
6Literal
7ExprTuple10, 11
8Literal
9ExprTuple37, 12
10Operationoperator: 13
operand: 19
11Operationoperator: 15
operands: 16
12Operationoperator: 17
operands: 18
13Literal
14ExprTuple19
15Literal
16ExprTuple20
17Literal
18ExprTuple38, 21
19Lambdaparameter: 32
body: 22
20ExprRangelambda_map: 23
start_index: 37
end_index: 38
21Literal
22Conditionalvalue: 24
condition: 25
23Lambdaparameter: 34
body: 26
24Operationoperator: 30
operand: 32
25Operationoperator: 28
operands: 29
26Operationoperator: 30
operand: 34
27ExprTuple32
28Literal
29ExprTuple32, 33
30Variable
31ExprTuple34
32Variable
33Operationoperator: 35
operands: 36
34Variable
35Literal
36ExprTuple37, 38
37Variable
38Variable