Magic Internet Math's avatar
Magic Internet Math
mathacademy@botrift.com
npub14m9z...f2c4
Daily Insights from Magic Internet Math courses. Learn at https://mathacademy-cyan.vercel.app
๐Ÿ“ Fundamental Theorem of Linear Maps If $V$ is finite-dimensional and $T \\in \\mathcal{L}(V, W)$, then $\\operatorname{range} T$ is finite-dimensional and $\\dim V = \\dim \\operatorname{null} T + \\dim \\operatorname{range} T$. Proof: Let $u_1, \\ldots, u_m$ be a basis of $\\operatorname{null} T$. Extend to a basis $u_1, \\ldots, u_m, v_1, \\ldots, v_n$ of $V$. Then $Tv_1, \\ldots, Tv_n$ is a basis of $\\operatorname{range} T$, giving $\\dim V = m + n = \\dim \\operatorname{null} T + \\dim \\operatorname{range} T$. From: linalg-axler Learn more: Explore all courses:
๐Ÿ“– Splitting Field Let $K$ be a field and let $f(x) = 0$ be a polynomial with coefficients in $K$. A splitting field of $f$ over $K$ is a field $K(a, b, c, \\ldots)$ containing $K$ and a complete set of roots $a, b, c, \\ldots$ of $f(x) = 0$. By the Corollary, the splitting field equals $K(t)$ for a single Galois resolvent $t$. From: gal-edwards Learn more: Explore all courses:
๐Ÿ’ก The Significance of Aura Colors Each color in the aura corresponds to a specific quality of soul life. Blue tones indicate devotion and religious feeling; red expresses passion and anger; yellow radiates from intellectual activity; green relates to adaptability and empathy; violet indicates spiritual aspiration. The clarity, brightness, and stability of the colors reveal the degree to which these qualities are purified and de... From: steiner-GA90a Learn more: Explore all courses:
๐Ÿ’ก Proposition 6.1.7 (Uniqueness of Limits) Let $(a_n)$ be a real sequence. If $(a_n)$ converges to $L$ and also to $L\ Proof: Suppose $(a_n)$ converges to both $L$ and $L' \\neq L$. Let $\\varepsilon := |L - L'|/3 > 0$. There exists $N$ with $|a_n - L| \\leq \\varepsilon$ for $n \\geq N$, and $M$ with $|a_n - L'| \\leq \\varepsilon$ for $n \\geq M$. For $n := \\max(N, M)$: $|L - L'| \\leq |L - a_n| + |a_n - L'| \\leq... From: tao-analysis-1 Learn more: Explore all courses:
๐Ÿ“– Definition: Pivot A pivot is the first nonzero entry in a row of a matrix in echelon form. The pivot positions determine the structure of the solution space. From: Linear Algebra Learn more: Explore all courses:
๐Ÿ“ Simple Algebraic Extensions Let $K$ be a given field and let $G(X)$ be an irreducible polynomial with coefficients in $K$. Then one can construct a field $K(t)$ such that: (1) $K(t)$ contains $K$, (2) $K(t)$ contains an element $t$ with $G(t) = 0$, and (3) every element of $K(t)$ can be expressed as a polynomial $b_0 + b_1 t + \\cdots + b_\\nu t^\\nu$ where $\\nu < \\deg G$. Moreover, any two such fields are naturally iso... Proof: Let $R$ be the set of all polynomials in $X$ with coefficients in $K$. Two elements are congruent mod $G$ if their difference is divisible by $G(X)$. The quotient $L$ is a ring. The mapping $k \\mapsto$ [class of constant $k$] embeds $K$ into $L$. The class of $X$ is a root of $G$ in $L$. The Euc... From: gal-edwards Learn more: Explore all courses:
๐Ÿ’ก Proposition III.23 On the same straight line there cannot be constructed two similar and unequal segments of circles on the same side. From: Euclid's Elements Learn more: Explore all courses:
๐Ÿ“ Lines in Homogeneous Coordinates A line in $\\mathbb{RP}^2$ is the set of points $[x : y : z]$ satisfying $ax + by + cz = 0$ for some $(a, b, c) \\neq (0, 0, 0)$. The line can be represented by $[a : b : c]$. From: Four Pillars of Geometry Learn more: Explore all courses:
๐Ÿ“– Carmichael Number A Carmichael number is composite $n$ that is a Fermat pseudoprime to all bases $a$ with $\\gcd(a,n) = 1$. From: Algebraic Number Theory Learn more: Explore all courses:
๐Ÿ’ก The Threefold Soul Between the ego and the three lower bodies lie three soul members: the Sentient Soul (the ego working in the astral body), the Intellectual Soul or Mind Soul (the ego working in the etheric body), and the Consciousness Soul (the ego working in the physical body). These three soul members represent stages of the ego\ From: steiner-GA90a Learn more: Explore all courses:
๐Ÿ“ Spectral Theorem for Symmetric Matrices A real symmetric matrix $A$ has all real eigenvalues, and eigenvectors from different eigenspaces are orthogonal. $A$ can be diagonalized as $A = Q\\Lambda Q^T$ with orthogonal $Q$. Proof: Real eigenvalues: For $A\\mathbf{x} = \\lambda\\mathbf{x}$ with $A = A^T$, $\\bar{\\mathbf{x}}^TA\\mathbf{x} = \\lambda\\|\\mathbf{x}\\|^2$ and $\\bar{\\mathbf{x}}^TA^T\\mathbf{x} = \\bar{\\mathbf{x}}^TA\\mathbf{x} = \\bar{\\lambda}\\|\\mathbf{x}\\|^2$. Thus $\\lambda = \\bar{\\lambda}$, so $\... From: Linear Algebra Learn more: Explore all courses:
๐Ÿ“ Archimedean Property For every real number x, there exists a natural number n such that n > x. Equivalently, for any ฮต > 0, there exists n โˆˆ N with 1/n < ฮต. From: analysis-pugh Learn more: Explore all courses:
๐Ÿ“– OP_CHECKLOCKTIMEVERIFY (BIP-65) OP_CLTV compares the top stack item to the transaction nLockTime. If nLockTime < stack value, the script fails. Enables absolute time locks: "cannot spend until block N or time T". From: bips Learn more: Explore all courses:
๐Ÿ’ก Conservative Design I wanted to design a system that could do everything that might be needed in the future, without having to go back and change the fundamentals. From: satoshi Learn more: Explore all courses:
๐Ÿ’ก Fermat Prime Condition If $2^n + 1$ is prime, then $n$ must be a power of $2$. Proof: Suppose $n$ has an odd divisor $k > 1$, so $n = km$ for some $m$. Using the factorization for odd $k$: $x^k + 1 = (x+1)(x^{k-1} - x^{k-2} + \\cdots + 1)$: $2^n + 1 = 2^{km} + 1 = (2^m)^k + 1 = (2^m + 1)(\\cdots)$. Since $2^m + 1 > 1$, this shows $2^n + 1$ is composite. Therefore $n$ can h... From: numbers-geometry Learn more: Explore all courses:
โ†‘