title | permalink | author |
---|---|---|
🦶TOESNAIL-MODE🐌 |
/ |
Zommuter |
Theory of Everything - Some Novel Approach Including Love ❤️ – Math on Demand Edition
$ \gdef\ltag#1{\tag{#1}} \gdef\eqref#1{(\text{#1})} $
Doesn't Theory of Everything (TOE) sound just great? So that's the general idea. A theory explaining life, the universe and everything. And since I was looking for an unused acronym starting with TOE that is sufficiently easy to pronounce I thought of TOENAIL. Then I thought better of potential internet search results and added the 🐌S. And since all is full of love and all you need is love, that's obviously what a theory of everything must include. Well, that's the theory at least, let's see where we really end up…
https://xkcd.com/55 (CC BY-NC 2.5)
So the idea I've been carrying around is a bit different from the typical textbook approaches I know of. In Physics there's usually the eternal cycle of observation, theoretical explanation, extrapolation (to new potential observations) and experimentation leading to both confirmed or new observation. This Scientific Method is just marvellous and really should be applied more in our everyday lives instead of hearsay, fake news and alternative facts. And that's what I love about Theoretical Physics and Pure Mathematics – you cannot argue with
Not everybody likes mathematics[citation needed]. Crazy, I know 🤪 No, let me be honest: I like mathematics iff it is useful. So maybe Pure Mathematics is not actually my preference. As an example back when studying I saw no purpose in learning about Eigenvalues in Linear Algebra lectures until much later when in Physics they were applied to e.g. Quantum Mechanics. So in this project I try a different approach called "math on demand". There will be mathematics(https://en.wikipedia.org/wiki/Group_theory) as an example), but only when it's actually needed and motivated. Anything we don't need here I won't bother to explain – think YAGNI, or even better, Occam's razor, which boils down to "don't overthink it (unless you have to)", and good old KISS.
The Shape of Things to Come – What to expect, and when?
Let's see where this leads to… Consider yourself lucky I woke up way too early tonight so I felt like finally starting to write this, but be aware that I'm an expert in getting things not-so-done aka procrastination, so don't get your hopes up too much. Then again, feel free to motivate me gently.
First of all, always writing something like "life, the universe and everything" is quite tedious. It is very convenient to use single-letter1 variables as abbreviations instead, such as
- Just use different letters, such as Phi
$\Phi$ (lowercase$\phi$ or sometime$\varphi$ though that usually rather denotes an angle), - Add indices as subscripts, e.g.
$\ket{\Psi_{\text{in}}}$ , - Explicit labels, such as
$\ket{42}$ or$\ket{\text{coin=heads}}$ .
So describing the entirety of existence as
Subsystems: Divide and Conquer!
If
There are multiple kinds of notation for this, another form omits the comma, and sometimes one encounters the form
where the
As mentioned before, the split should be made in such a way that
Projection: What you perceive is what you believe
In the coin example, the outcome can be either3
Here the symbol
Note how we multiply multiple ket vectors with real numbers and add those together - just like you'd say "three apples and two bananas". It's not witchcraft, but if you haven't seen this yet make sure you accept this crucial concept. This kind of combination of states is calles linear combination.
Before we talk about actual measurement, let's finally properly introduce a very convenient tool: The bra vector
The inner product
[^complex-numbers]{
For now, let's just say complex numbers are a pair of two real numbers, one denoting a positive length and the other an angle for a direction. The "usual" real numbers are either positive, which means an angle of 0°, or negative, which means an angle of 180° (but still a positive length!).
The angles of 90° and 270° yield imaginary numbers, which have the peculiar property of squaring to negative numbers - something deemed impossible for real numbers, hence the name. Just like
}
The inner product fulfills the following properties:
Aside from having introduced another greek letter Xi
For each
$\ket\Psi$ which is not the zero-Vector$\ket0$ , the following holds:$|\Psi|^2$ , which we define as$\braket{\Psi\vert\Psi}$ , is always positive ($> 0$ ).
Clearly
In other words, the zero-vector
For two unit vectors, the length of the inner product is always
More specifically, the bra-ket of a vector with itself,
-
$=:$ means the term right to the colon is defined to be equal the term left of the equals sign. The other direction$:=$ is also possible. This is a helpful notation to introduce abbreviations or new definitions -
$\ge$ means "greater$>$ or equal$=$ to". If a number is$\ge0$ that means it either zero or positive, which is also called non-negative. Similarly there's$\le$ denoting "less$<$ or equal to" - It is very common in Physics to use the same variable name for different things that should be clear from context and notation. Here both the vector
$\ket\Psi$ and its norm$\Psi$ use the greek letter$\Psi$ . We'll later also encounter e.g. operators$\hat\Psi$ and eigenvalues$\Psi_k$ , but don't worry about those for now and just keep in mind that the notation around the letter is relevant as well.
It is convention to use
The inner product is a measure of the similarity of two vectors. If it is zero the two vectors have nothing in common and are called orthogonal or perpendicular.
Let's continue with a roughly commented outline, consider this a sneak preview.
Transition: Time keeps on slippin'
Basically
The arrow
Measurement via operators, but not the Eigenvalue-Approach, rather some product space or such. Eigenvalues of course, too, but not as "measurement values" but rather to justify bases and such.
Gently get from dynamics via operators to group theory, conservation thanks to Noether's Theroem, and the connection between particle fields and gauge theory. Probably something about symmetry breaking à la Higgs, but I'll have to read up on that again first...
Footnotes
-
Programmers actually frown upon this, and indeed when programming there's often too many variables to still keep an overview, so they use descriptive variable names instead. In physics, formulae such as "velocity = (elapsed distance) / (elapsed time)" instead of $v =\frac{\Delta x}{\Delta t}$ would get quite messy quickly, especially when doing maths by hand. ↩
-
For more information feel free to consult the Wikipedia article on the bra-ket notation, but be advised it is heavy on maths and will quickly invoke terms such as Hilbert space – a very important concept, but way too soon to explain here. ↩
-
Yes, yes, it could also be $\ket{\text{picked by a bird mid-air}}$ and the likes, but remember KISS? ↩
-
The vector and not a vector, since it turns out for a given vector space the vector of norm zero is unique - but that is a #TODO for later. ↩