logo

Expression of type Conditional

from the theory of proveit.logic.booleans.disjunction

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, B, C, Conditional, ExprRange, IndexedVar, Variable, m, n
from proveit.core_expr_types import A_1_to_m, C_1_to_n
from proveit.logic import And, Boolean, InSet, Or
from proveit.numbers import one
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = Conditional(Or(A_1_to_m, B, C_1_to_n), And(ExprRange(sub_expr1, InSet(IndexedVar(A, sub_expr1), Boolean), one, m), InSet(B, Boolean), ExprRange(sub_expr1, InSet(IndexedVar(C, sub_expr1), Boolean), one, n), B))
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\{A_{1} \lor  A_{2} \lor  \ldots \lor  A_{m} \lor B\lor C_{1} \lor  C_{2} \lor  \ldots \lor  C_{n} \textrm{ if } \left(A_{1} \in \mathbb{B}\right) ,  \left(A_{2} \in \mathbb{B}\right) ,  \ldots ,  \left(A_{m} \in \mathbb{B}\right) ,  B \in \mathbb{B}, \left(C_{1} \in \mathbb{B}\right) ,  \left(C_{2} \in \mathbb{B}\right) ,  \ldots ,  \left(C_{n} \in \mathbb{B}\right) ,  B\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: 3
operands: 4
2Operationoperator: 5
operands: 6
3Literal
4ExprTuple7, 21, 8
5Literal
6ExprTuple9, 10, 11, 21
7ExprRangelambda_map: 12
start_index: 18
end_index: 15
8ExprRangelambda_map: 13
start_index: 18
end_index: 19
9ExprRangelambda_map: 14
start_index: 18
end_index: 15
10Operationoperator: 24
operands: 16
11ExprRangelambda_map: 17
start_index: 18
end_index: 19
12Lambdaparameter: 32
body: 26
13Lambdaparameter: 32
body: 27
14Lambdaparameter: 32
body: 20
15Variable
16ExprTuple21, 28
17Lambdaparameter: 32
body: 22
18Literal
19Variable
20Operationoperator: 24
operands: 23
21Variable
22Operationoperator: 24
operands: 25
23ExprTuple26, 28
24Literal
25ExprTuple27, 28
26IndexedVarvariable: 29
index: 32
27IndexedVarvariable: 30
index: 32
28Literal
29Variable
30Variable
31ExprTuple32
32Variable