logo

Expression of type Lambda

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 ExprRange, Function, Lambda, P, Pk, Variable, i, j, k
from proveit.logic import Exists, Implies, Or
from proveit.numbers import Interval
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = Lambda(P, Implies(Or(ExprRange(sub_expr1, Function(P, [sub_expr1]), i, j)), Exists(instance_param_or_params = [k], instance_expr = Pk, domain = Interval(i, j))))
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())
P \mapsto \left(\left(P\left(i\right) \lor  P\left(i + 1\right) \lor  \ldots \lor  P\left(j\right)\right) \Rightarrow \left[\exists_{k \in \{i~\ldotp \ldotp~j\}}~P\left(k\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
0Lambdaparameter: 19
body: 2
1ExprTuple19
2Operationoperator: 3
operands: 4
3Literal
4ExprTuple5, 6
5Operationoperator: 7
operands: 8
6Operationoperator: 9
operand: 12
7Literal
8ExprTuple11
9Literal
10ExprTuple12
11ExprRangelambda_map: 13
start_index: 28
end_index: 29
12Lambdaparameter: 24
body: 14
13Lambdaparameter: 23
body: 15
14Conditionalvalue: 16
condition: 17
15Operationoperator: 19
operand: 23
16Operationoperator: 19
operand: 24
17Operationoperator: 21
operands: 22
18ExprTuple23
19Variable
20ExprTuple24
21Literal
22ExprTuple24, 25
23Variable
24Variable
25Operationoperator: 26
operands: 27
26Literal
27ExprTuple28, 29
28Variable
29Variable