logo

Expression of type ExprTuple

from the theory of proveit.numbers.modular

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, N, a, b, c, x
from proveit.logic import And, Bijections, InSet
from proveit.numbers import Integer, Interval, Mod, one, subtract, zero
In [2]:
# build up the expression from sub-expressions
expr = ExprTuple(Lambda([a, b, c], Conditional(InSet(Lambda(x, Mod(x, N)), Bijections(Interval(a, b), Interval(zero, subtract(N, one)))), And(InSet(a, Integer), InSet(b, Integer), InSet(c, Integer)))))
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\right) \mapsto \left\{\left[x \mapsto \left(x ~\textup{mod}~ N\right)\right] \in \left[\{a~\ldotp \ldotp~b\} \xrightarrow[\text{onto}]{\text{1-to-1}} \{0~\ldotp \ldotp~N - 1\}\right] \textrm{ if } a \in \mathbb{Z} ,  b \in \mathbb{Z} ,  c \in \mathbb{Z}\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
2ExprTuple32, 33, 26
3Conditionalvalue: 4
condition: 5
4Operationoperator: 20
operands: 6
5Operationoperator: 7
operands: 8
6ExprTuple9, 10
7Literal
8ExprTuple11, 12, 13
9Lambdaparameter: 28
body: 15
10Operationoperator: 16
operands: 17
11Operationoperator: 20
operands: 18
12Operationoperator: 20
operands: 19
13Operationoperator: 20
operands: 21
14ExprTuple28
15Operationoperator: 22
operands: 23
16Literal
17ExprTuple24, 25
18ExprTuple32, 27
19ExprTuple33, 27
20Literal
21ExprTuple26, 27
22Literal
23ExprTuple28, 38
24Operationoperator: 30
operands: 29
25Operationoperator: 30
operands: 31
26Variable
27Literal
28Variable
29ExprTuple32, 33
30Literal
31ExprTuple34, 35
32Variable
33Variable
34Literal
35Operationoperator: 36
operands: 37
36Literal
37ExprTuple38, 39
38Variable
39Operationoperator: 40
operand: 42
40Literal
41ExprTuple42
42Literal