logo

Expression of type Lambda

from the theory of proveit.logic.booleans

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 A, Conditional, Lambda, P, PofA
from proveit.logic import And, Boolean, Equals, Forall, PofFalse, PofTrue, TRUE
In [2]:
# build up the expression from sub-expressions
expr = Lambda(P, Conditional(Equals(Forall(instance_param_or_params = [A], instance_expr = PofA, domain = Boolean), TRUE), And(Equals(PofTrue, TRUE), Equals(PofFalse, TRUE))))
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[\forall_{A \in \mathbb{B}}~P\left(A\right)\right] = \top \textrm{ if } P\left(\top\right) = \top ,  P\left(\bot\right) = \top\right..
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Lambdaparameter: 26
body: 2
1ExprTuple26
2Conditionalvalue: 3
condition: 4
3Operationoperator: 14
operands: 5
4Operationoperator: 6
operands: 7
5ExprTuple8, 24
6Literal
7ExprTuple9, 10
8Operationoperator: 11
operand: 16
9Operationoperator: 14
operands: 13
10Operationoperator: 14
operands: 15
11Literal
12ExprTuple16
13ExprTuple17, 24
14Literal
15ExprTuple18, 24
16Lambdaparameter: 30
body: 19
17Operationoperator: 26
operand: 24
18Operationoperator: 26
operand: 25
19Conditionalvalue: 22
condition: 23
20ExprTuple24
21ExprTuple25
22Operationoperator: 26
operand: 30
23Operationoperator: 28
operands: 29
24Literal
25Literal
26Variable
27ExprTuple30
28Literal
29ExprTuple30, 31
30Variable
31Literal