logo

Expression of type Conditional

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, PofA
from proveit.logic import And, Boolean, Equals, Forall, PofFalse, PofTrue, TRUE
In [2]:
# build up the expression from sub-expressions
expr = 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())
\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()
namedescriptiondefaultcurrent valuerelated methods
condition_delimiter'comma' or 'and'commacomma('with_comma_delimiter', 'with_conjunction_delimiter')
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Conditionalvalue: 1
condition: 2
1Operationoperator: 12
operands: 3
2Operationoperator: 4
operands: 5
3ExprTuple6, 22
4Literal
5ExprTuple7, 8
6Operationoperator: 9
operand: 14
7Operationoperator: 12
operands: 11
8Operationoperator: 12
operands: 13
9Literal
10ExprTuple14
11ExprTuple15, 22
12Literal
13ExprTuple16, 22
14Lambdaparameter: 28
body: 17
15Operationoperator: 24
operand: 22
16Operationoperator: 24
operand: 23
17Conditionalvalue: 20
condition: 21
18ExprTuple22
19ExprTuple23
20Operationoperator: 24
operand: 28
21Operationoperator: 26
operands: 27
22Literal
23Literal
24Variable
25ExprTuple28
26Literal
27ExprTuple28, 29
28Variable
29Literal