Financial Market
Last edited: August 8, 2025Why do we have a market?
Basically: it allows society to make decisions about the value of things—with the wisdom of the crowd. The stock market is how we (as people) decide what to make and how to make it.
Misc. Questions About the Market
Misc. Financial Market Questions
Knowledge
Finfinity is a Vector Space over F
Last edited: August 8, 2025We define:
\begin{equation} \mathbb{F}^{\infty} = \{(x_1, x_2, \dots): x_{j} \in \mathbb{F}, \forall j=1,2,\dots\} \end{equation}
closure of addition
We define addition:
\begin{equation} (x_1,x_2,\dots)+(y_1,y_2, \dots) = (x_1+y_1,x_2+y_2, \dots ) \end{equation}
Evidently, the output is also of infinite length, and as addition in \(\mathbb{F}\) is closed, then also closed.
closure of scalar multiplication
We define scalar multiplication:
\begin{equation} \lambda (x_1,x_2, \dots) = (\lambda x_1, \lambda x_2, \dots ) \end{equation}
ditto. as above
commutativity
extensible from commutativity of \(\mathbb{F}\)
Finite Difference Method
Last edited: August 8, 2025The Finite Difference Method is a method of solving partial Differential Equations. It follows two steps:
- Develop discrete difference equations for the desired expression
- Algebraically solve these equations to yield stepped solutions
https://www.youtube.com/watch?v=ZSNl5crAvsw
Follow Along
We will try to solve:
\begin{equation} \pdv{p(t,x)}{t} = \frac{1}{2}\pdv[2]{p(t,x)}{x} \end{equation}
To aid in notation, let us:
\begin{equation} p(t_{i}, x_{j}) := p_{i,j} \end{equation}
to represent one distinct value of our function \(p\).
Let’s begin by writing our expression above via our new notation:
Finite State Machine
Last edited: August 8, 2025A graph of states which is closed and connected.

Also relating to this is a derived variable. One way to prove reaching any state is via Floyd’s Invariant Method.
finite-dimensional vector space
Last edited: August 8, 2025A finite-dimensional vector space is a vector space where some actual list (which remember, has finite length) of vectors spans the space.
An infinite-demensional vector space is a vector space that’s not a finite-dimensional vector space.
additional information
every finite-dimensional vector space has a basis
Begin with a spanning list in the finite-dimensional vector space you are working with. Apply the fact that all spanning lists contains a basis of which you are spanning. Therefore, some elements of that list form a basis of the finite-dimensional vector space you are working with. \(\blacksquare\)