logo

Expression of type Conditional

from the theory of proveit.linear_algebra.linear_maps

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, B, Conditional, Function, Lambda, V, W, x
from proveit.linear_algebra import LinMap, VecAdd
from proveit.logic import And, Equals, InSet
In [2]:
# build up the expression from sub-expressions
sub_expr1 = [x]
sub_expr2 = LinMap(V, W)
expr = Conditional(Equals(VecAdd(A, B), Lambda(x, Conditional(VecAdd(Function(A, sub_expr1), Function(B, sub_expr1)), InSet(x, V)))), And(InSet(A, sub_expr2), InSet(B, sub_expr2)))
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\right) = \left[x \mapsto \left\{A\left(x\right) + B\left(x\right) \textrm{ if } x \in V\right..\right] \textrm{ if } A \in \mathcal{L}\left(V, W\right) ,  B \in \mathcal{L}\left(V, W\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
operands: 4
2Operationoperator: 5
operands: 6
3Literal
4ExprTuple7, 8
5Literal
6ExprTuple9, 10
7Operationoperator: 18
operands: 11
8Lambdaparameter: 31
body: 12
9Operationoperator: 20
operands: 13
10Operationoperator: 20
operands: 14
11ExprTuple28, 29
12Conditionalvalue: 15
condition: 16
13ExprTuple28, 17
14ExprTuple29, 17
15Operationoperator: 18
operands: 19
16Operationoperator: 20
operands: 21
17Operationoperator: 22
operands: 23
18Literal
19ExprTuple24, 25
20Literal
21ExprTuple31, 26
22Literal
23ExprTuple26, 27
24Operationoperator: 28
operand: 31
25Operationoperator: 29
operand: 31
26Variable
27Variable
28Variable
29Variable
30ExprTuple31
31Variable