logo

Expression of type Lambda

from the theory of proveit.logic.booleans.quantification.universality

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, n
from proveit.logic import Boolean, Forall, InSet
from proveit.logic.booleans.quantification import general_forall_Px
from proveit.numbers import NaturalPos
In [2]:
# build up the expression from sub-expressions
expr = Lambda(n, Conditional(Forall(instance_param_or_params = [P], instance_expr = InSet(general_forall_Px, Boolean)), InSet(n, NaturalPos)))
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_{P}~\left(\left[\forall_{x_{1}, x_{2}, \ldots, x_{n}}~P\left(x_{1}, x_{2}, \ldots, x_{n}\right)\right] \in \mathbb{B}\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: 24
body: 2
1ExprTuple24
2Conditionalvalue: 3
condition: 4
3Operationoperator: 15
operand: 7
4Operationoperator: 11
operands: 6
5ExprTuple7
6ExprTuple24, 8
7Lambdaparameter: 19
body: 10
8Literal
9ExprTuple19
10Operationoperator: 11
operands: 12
11Literal
12ExprTuple13, 14
13Operationoperator: 15
operand: 17
14Literal
15Literal
16ExprTuple17
17Lambdaparameters: 20
body: 18
18Operationoperator: 19
operands: 20
19Variable
20ExprTuple21
21ExprRangelambda_map: 22
start_index: 23
end_index: 24
22Lambdaparameter: 28
body: 25
23Literal
24Variable
25IndexedVarvariable: 26
index: 28
26Variable
27ExprTuple28
28Variable