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, Equals, 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 = Equals(And(Pk_a1_to_an), 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}~\left(\left(P\left(a_{1}\right) \land  P\left(a_{2}\right) \land  \ldots \land  P\left(a_{n}\right)\right) = \left[\forall_{x \in \left\{a_{1}, a_{2}, \ldots, a_{n}\right\}}~P\left(x\right)\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: 41
body: 2
1ExprTuple41
2Conditionalvalue: 3
condition: 4
3Operationoperator: 20
operand: 7
4Operationoperator: 32
operands: 6
5ExprTuple7
6ExprTuple41, 8
7Lambdaparameters: 37
body: 9
8Literal
9Operationoperator: 20
operand: 11
10ExprTuple11
11Lambdaparameter: 30
body: 13
12ExprTuple30
13Operationoperator: 14
operands: 15
14Literal
15ExprTuple16, 17
16Operationoperator: 18
operands: 19
17Operationoperator: 20
operand: 23
18Literal
19ExprTuple22
20Literal
21ExprTuple23
22ExprRangelambda_map: 24
start_index: 40
end_index: 41
23Lambdaparameter: 34
body: 25
24Lambdaparameter: 45
body: 26
25Conditionalvalue: 27
condition: 28
26Operationoperator: 30
operand: 42
27Operationoperator: 30
operand: 34
28Operationoperator: 32
operands: 33
29ExprTuple42
30Variable
31ExprTuple34
32Literal
33ExprTuple34, 35
34Variable
35Operationoperator: 36
operands: 37
36Literal
37ExprTuple38
38ExprRangelambda_map: 39
start_index: 40
end_index: 41
39Lambdaparameter: 45
body: 42
40Literal
41Variable
42IndexedVarvariable: 43
index: 45
43Variable
44ExprTuple45
45Variable