logo

Expression of type Implies

from the theory of proveit.numbers.summation

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 Function, R, S, a, f, fa, fx, gy, x, y
from proveit.logic import Equals, Forall, Implies, InSet
from proveit.numbers import Complex, Sum
In [2]:
# build up the expression from sub-expressions
expr = Implies(Forall(instance_param_or_params = [a], instance_expr = InSet(fa, Complex), domain = R), Equals(Sum(index_or_indices = [x], summand = fx, domain = R), Sum(index_or_indices = [y], summand = Function(f, [gy]), domain = S)))
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[\forall_{a \in R}~\left(f\left(a\right) \in \mathbb{C}\right)\right] \Rightarrow \left(\left[\sum_{x \in R}~f\left(x\right)\right] = \left[\sum_{y \in S}~f\left(g\left(y\right)\right)\right]\right)
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
operation'infix' or 'function' style formattinginfixinfix
wrap_positionsposition(s) at which wrapping is to occur; '2 n - 1' is after the nth operand, '2 n' is after the nth operation.()()('with_wrapping_at', 'with_wrap_before_operator', 'with_wrap_after_operator', 'without_wrapping', 'wrap_positions')
justificationif any wrap positions are set, justify to the 'left', 'center', or 'right'centercenter('with_justification',)
directionDirection of the relation (normal or reversed)normalnormal('with_direction_reversed', 'is_reversed')
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Operationoperator: 1
operands: 2
1Literal
2ExprTuple3, 4
3Operationoperator: 5
operand: 9
4Operationoperator: 7
operands: 8
5Literal
6ExprTuple9
7Literal
8ExprTuple10, 11
9Lambdaparameter: 37
body: 12
10Operationoperator: 14
operand: 18
11Operationoperator: 14
operand: 19
12Conditionalvalue: 16
condition: 17
13ExprTuple18
14Literal
15ExprTuple19
16Operationoperator: 35
operands: 20
17Operationoperator: 35
operands: 21
18Lambdaparameter: 38
body: 22
19Lambdaparameter: 44
body: 23
20ExprTuple24, 25
21ExprTuple37, 39
22Conditionalvalue: 26
condition: 27
23Conditionalvalue: 28
condition: 29
24Operationoperator: 33
operand: 37
25Literal
26Operationoperator: 33
operand: 38
27Operationoperator: 35
operands: 32
28Operationoperator: 33
operand: 40
29Operationoperator: 35
operands: 36
30ExprTuple37
31ExprTuple38
32ExprTuple38, 39
33Variable
34ExprTuple40
35Literal
36ExprTuple44, 41
37Variable
38Variable
39Variable
40Operationoperator: 42
operand: 44
41Variable
42Variable
43ExprTuple44
44Variable