logo

Expression of type Forall

from the theory of proveit.numbers.exponentiation

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, m
from proveit.core_expr_types import b_1_to_m
from proveit.logic import Equals, Forall, NotEquals
from proveit.numbers import Add, Complex, Exp, NaturalPos, Real, zero
from proveit.numbers.exponentiation import prod_a_raise_bi__1_to_m
In [2]:
# build up the expression from sub-expressions
expr = Forall(instance_param_or_params = [m], instance_expr = Forall(instance_param_or_params = [a, b_1_to_m], instance_expr = Equals(prod_a_raise_bi__1_to_m, Exp(a, Add(b_1_to_m))), domains = [Complex, Real], condition = NotEquals(a, zero)), domain = NaturalPos)
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())
\forall_{m \in \mathbb{N}^+}~\left[\forall_{a \in \mathbb{C},\left(b_{1} \in \mathbb{R}\right), \left(b_{2} \in \mathbb{R}\right), \ldots, \left(b_{m} \in \mathbb{R}\right)~|~a \neq 0}~\left(\left(a^{b_{1}} \cdot  a^{b_{2}} \cdot  \ldots \cdot  a^{b_{m}}\right) = a^{b_{1} +  b_{2} +  \ldots +  b_{m}}\right)\right]
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
with_wrappingIf 'True', wrap the Expression after the parametersNoneNone/False('with_wrapping',)
condition_wrappingWrap 'before' or 'after' the condition (or None).NoneNone/False('with_wrap_after_condition', 'with_wrap_before_condition')
wrap_paramsIf 'True', wraps every two parameters AND wraps the Expression after the parametersNoneNone/False('with_params',)
justificationjustify to the 'left', 'center', or 'right' in the array cellscentercenter('with_justification',)
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Operationoperator: 7
operand: 2
1ExprTuple2
2Lambdaparameter: 49
body: 4
3ExprTuple49
4Conditionalvalue: 5
condition: 6
5Operationoperator: 7
operand: 10
6Operationoperator: 40
operands: 9
7Literal
8ExprTuple10
9ExprTuple49, 11
10Lambdaparameters: 12
body: 13
11Literal
12ExprTuple50, 43
13Conditionalvalue: 14
condition: 15
14Operationoperator: 16
operands: 17
15Operationoperator: 18
operands: 19
16Literal
17ExprTuple20, 21
18Literal
19ExprTuple22, 23, 24
20Operationoperator: 25
operands: 26
21Operationoperator: 45
operands: 27
22Operationoperator: 40
operands: 28
23ExprRangelambda_map: 29
start_index: 48
end_index: 49
24Operationoperator: 30
operands: 31
25Literal
26ExprTuple32
27ExprTuple50, 33
28ExprTuple50, 34
29Lambdaparameter: 54
body: 35
30Literal
31ExprTuple50, 36
32ExprRangelambda_map: 37
start_index: 48
end_index: 49
33Operationoperator: 38
operands: 39
34Literal
35Operationoperator: 40
operands: 41
36Literal
37Lambdaparameter: 54
body: 42
38Literal
39ExprTuple43
40Literal
41ExprTuple51, 44
42Operationoperator: 45
operands: 46
43ExprRangelambda_map: 47
start_index: 48
end_index: 49
44Literal
45Literal
46ExprTuple50, 51
47Lambdaparameter: 54
body: 51
48Literal
49Variable
50Variable
51IndexedVarvariable: 52
index: 54
52Variable
53ExprTuple54
54Variable