logo

Expression of type Conditional

from the theory of proveit.linear_algebra.scalar_multiplication

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, ExprRange, IndexedVar, K, V, Variable, a, n
from proveit.core_expr_types import x_1_to_n
from proveit.linear_algebra import lin_comb_axn
from proveit.logic import And, Forall, InSet
from proveit.numbers import one
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = Conditional(Forall(instance_param_or_params = [x_1_to_n], instance_expr = InSet(lin_comb_axn, V), domain = V), And(ExprRange(sub_expr1, InSet(IndexedVar(a, sub_expr1), K), one, n)))
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_{x_{1}, x_{2}, \ldots, x_{n} \in V}~\left(\left(\left(a_{1} \cdot x_{1}\right) +  \left(a_{2} \cdot x_{2}\right) +  \ldots +  \left(a_{n} \cdot x_{n}\right)\right) \in V\right) \textrm{ if } \left(a_{1} \in K\right) \land  \left(a_{2} \in K\right) \land  \ldots \land  \left(a_{n} \in K\right)\right..
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
condition_delimiter'comma' or 'and'commacomma('with_comma_delimiter', 'with_conjunction_delimiter')
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Conditionalvalue: 1
condition: 2
1Operationoperator: 3
operand: 6
2Operationoperator: 17
operands: 5
3Literal
4ExprTuple6
5ExprTuple7
6Lambdaparameters: 8
body: 9
7ExprRangelambda_map: 10
start_index: 29
end_index: 30
8ExprTuple11
9Conditionalvalue: 12
condition: 13
10Lambdaparameter: 42
body: 14
11ExprRangelambda_map: 15
start_index: 29
end_index: 30
12Operationoperator: 31
operands: 16
13Operationoperator: 17
operands: 18
14Operationoperator: 31
operands: 19
15Lambdaparameter: 42
body: 38
16ExprTuple20, 34
17Literal
18ExprTuple21
19ExprTuple37, 22
20Operationoperator: 23
operands: 24
21ExprRangelambda_map: 25
start_index: 29
end_index: 30
22Variable
23Literal
24ExprTuple26
25Lambdaparameter: 42
body: 27
26ExprRangelambda_map: 28
start_index: 29
end_index: 30
27Operationoperator: 31
operands: 32
28Lambdaparameter: 42
body: 33
29Literal
30Variable
31Literal
32ExprTuple38, 34
33Operationoperator: 35
operands: 36
34Variable
35Literal
36ExprTuple37, 38
37IndexedVarvariable: 39
index: 42
38IndexedVarvariable: 40
index: 42
39Variable
40Variable
41ExprTuple42
42Variable