logo

Expression of type Lambda

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

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, Q, n
from proveit.logic import Forall, Implies, InSet, Not
from proveit.logic.booleans.quantification import general_exists_Px_st_Qx, general_notexists_Py_st_Qy
from proveit.numbers import NaturalPos
In [2]:
# build up the expression from sub-expressions
expr = Lambda(n, Conditional(Forall(instance_param_or_params = [P, Q], instance_expr = Implies(Not(general_exists_Px_st_Qx), general_notexists_Py_st_Qy).with_wrapping_at(2)), 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, Q}~\left(\begin{array}{c} \begin{array}{l} (\lnot \left[\exists_{x_{1}, x_{2}, \ldots, x_{n}~|~Q\left(x_{1}, x_{2}, \ldots, x_{n}\right)}~P\left(x_{1}, x_{2}, \ldots, x_{n}\right)\right]) \Rightarrow  \\ \left[\nexists_{y_{1}, y_{2}, \ldots, y_{n}~|~Q\left(y_{1}, y_{2}, \ldots, y_{n}\right)}~P\left(y_{1}, y_{2}, \ldots, y_{n}\right)\right] \end{array} \end{array}\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: 40
body: 2
1ExprTuple40
2Conditionalvalue: 3
condition: 4
3Operationoperator: 5
operand: 9
4Operationoperator: 7
operands: 8
5Literal
6ExprTuple9
7Literal
8ExprTuple40, 10
9Lambdaparameters: 11
body: 12
10Literal
11ExprTuple32, 33
12Operationoperator: 13
operands: 14
13Literal
14ExprTuple15, 16
15Operationoperator: 17
operand: 20
16Operationoperator: 19
operand: 24
17Literal
18ExprTuple20
19Literal
20Operationoperator: 21
operand: 24
21Literal
22ExprTuple24
23Conditionalvalue: 25
condition: 26
24Lambdaparameters: 34
body: 27
25Operationoperator: 32
operands: 28
26Operationoperator: 33
operands: 28
27Conditionalvalue: 29
condition: 30
28ExprTuple31
29Operationoperator: 32
operands: 34
30Operationoperator: 33
operands: 34
31ExprRangelambda_map: 35
start_index: 39
end_index: 40
32Variable
33Variable
34ExprTuple36
35Lambdaparameter: 45
body: 37
36ExprRangelambda_map: 38
start_index: 39
end_index: 40
37IndexedVarvariable: 41
index: 45
38Lambdaparameter: 45
body: 42
39Literal
40Variable
41Variable
42IndexedVarvariable: 43
index: 45
43Variable
44ExprTuple45
45Variable