logo

Expression of type Lambda

from the theory of proveit.logic.sets.enumeration

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, Lambda, P, Px, n, x
from proveit.core_expr_types import Pk_a1_to_an, a_1_to_n
from proveit.logic import And, Forall, InSet, Set
from proveit.numbers import Natural
In [2]:
# build up the expression from sub-expressions
expr = Lambda(n, Conditional(Forall(instance_param_or_params = [a_1_to_n], instance_expr = Forall(instance_param_or_params = [P], instance_expr = And(Pk_a1_to_an), condition = Forall(instance_param_or_params = [x], instance_expr = Px, domain = Set(a_1_to_n)))), InSet(n, Natural)))
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())
n \mapsto \left\{\forall_{a_{1}, a_{2}, \ldots, a_{n}}~\left[\forall_{P~|~\forall_{x \in \left\{a_{1}, a_{2}, \ldots, a_{n}\right\}}~P\left(x\right)}~\left(P\left(a_{1}\right) \land  P\left(a_{2}\right) \land  \ldots \land  P\left(a_{n}\right)\right)\right] \textrm{ if } n \in \mathbb{N}\right..
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Lambdaparameter: 39
body: 2
1ExprTuple39
2Conditionalvalue: 3
condition: 4
3Operationoperator: 18
operand: 7
4Operationoperator: 30
operands: 6
5ExprTuple7
6ExprTuple39, 8
7Lambdaparameters: 35
body: 9
8Literal
9Operationoperator: 18
operand: 11
10ExprTuple11
11Lambdaparameter: 28
body: 13
12ExprTuple28
13Conditionalvalue: 14
condition: 15
14Operationoperator: 16
operands: 17
15Operationoperator: 18
operand: 21
16Literal
17ExprTuple20
18Literal
19ExprTuple21
20ExprRangelambda_map: 22
start_index: 38
end_index: 39
21Lambdaparameter: 32
body: 23
22Lambdaparameter: 43
body: 24
23Conditionalvalue: 25
condition: 26
24Operationoperator: 28
operand: 40
25Operationoperator: 28
operand: 32
26Operationoperator: 30
operands: 31
27ExprTuple40
28Variable
29ExprTuple32
30Literal
31ExprTuple32, 33
32Variable
33Operationoperator: 34
operands: 35
34Literal
35ExprTuple36
36ExprRangelambda_map: 37
start_index: 38
end_index: 39
37Lambdaparameter: 43
body: 40
38Literal
39Variable
40IndexedVarvariable: 41
index: 43
41Variable
42ExprTuple43
43Variable