logo

Expression of type ExprTuple

from the theory of proveit.numbers.number_sets.natural_numbers

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 ExprTuple, Lambda, P, m, n
from proveit.logic import And, Forall, Implies
from proveit.numbers import Natural, P_mAddOne, Pm, Pn, Pzero
In [2]:
# build up the expression from sub-expressions
expr = ExprTuple(Lambda(P, Implies(And(Pzero, Forall(instance_param_or_params = [m], instance_expr = P_mAddOne, domain = Natural, condition = Pm)), Forall(instance_param_or_params = [n], instance_expr = Pn, domain = Natural))))
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(P \mapsto \left(\left(P\left(0\right) \land \left[\forall_{m \in \mathbb{N}~|~P\left(m\right)}~P\left(m + 1\right)\right]\right) \Rightarrow \left[\forall_{n \in \mathbb{N}}~P\left(n\right)\right]\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
1Lambdaparameter: 37
body: 3
2ExprTuple37
3Operationoperator: 4
operands: 5
4Literal
5ExprTuple6, 7
6Operationoperator: 28
operands: 8
7Operationoperator: 14
operand: 12
8ExprTuple10, 11
9ExprTuple12
10Operationoperator: 37
operand: 17
11Operationoperator: 14
operand: 18
12Lambdaparameter: 26
body: 16
13ExprTuple17
14Literal
15ExprTuple18
16Conditionalvalue: 19
condition: 20
17Literal
18Lambdaparameter: 41
body: 21
19Operationoperator: 37
operand: 26
20Operationoperator: 35
operands: 23
21Conditionalvalue: 24
condition: 25
22ExprTuple26
23ExprTuple26, 40
24Operationoperator: 37
operand: 30
25Operationoperator: 28
operands: 29
26Variable
27ExprTuple30
28Literal
29ExprTuple31, 32
30Operationoperator: 33
operands: 34
31Operationoperator: 35
operands: 36
32Operationoperator: 37
operand: 41
33Literal
34ExprTuple41, 39
35Literal
36ExprTuple41, 40
37Variable
38ExprTuple41
39Literal
40Literal
41Variable