logo

Expression of type ExprTuple

from the theory of proveit.numbers.number_sets.integers

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, ExprTuple, Lambda, a, b, c, d
from proveit.logic import And, InSet, ProperSubset
from proveit.numbers import Integer, Interval, Less, LessEq
In [2]:
# build up the expression from sub-expressions
expr = ExprTuple(Lambda([a, b, c, d], Conditional(ProperSubset(Interval(b, c), Interval(a, d)), And(InSet(a, Integer), InSet(b, Integer), InSet(c, Integer), InSet(d, Integer), And(Less(a, b), LessEq(b, c), Less(c, d)).with_total_ordering_style()))))
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(a, b, c, d\right) \mapsto \left\{\{b~\ldotp \ldotp~c\} \subset \{a~\ldotp \ldotp~d\} \textrm{ if } a \in \mathbb{Z} ,  b \in \mathbb{Z} ,  c \in \mathbb{Z} ,  d \in \mathbb{Z} ,  a < b \leq c < d\right..\right)
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0ExprTuple1
1Lambdaparameters: 2
body: 3
2ExprTuple34, 35, 36, 37
3Conditionalvalue: 4
condition: 5
4Operationoperator: 6
operands: 7
5Operationoperator: 23
operands: 8
6Literal
7ExprTuple9, 10
8ExprTuple11, 12, 13, 14, 15
9Operationoperator: 16
operands: 31
10Operationoperator: 16
operands: 17
11Operationoperator: 21
operands: 18
12Operationoperator: 21
operands: 19
13Operationoperator: 21
operands: 20
14Operationoperator: 21
operands: 22
15Operationoperator: 23
operands: 24
16Literal
17ExprTuple34, 37
18ExprTuple34, 25
19ExprTuple35, 25
20ExprTuple36, 25
21Literal
22ExprTuple37, 25
23Literal
24ExprTuple26, 27, 28
25Literal
26Operationoperator: 32
operands: 29
27Operationoperator: 30
operands: 31
28Operationoperator: 32
operands: 33
29ExprTuple34, 35
30Literal
31ExprTuple35, 36
32Literal
33ExprTuple36, 37
34Variable
35Variable
36Variable
37Variable