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
๐Ÿ“ Sample Theorem If $A \\subseteq B$ and $B \\subseteq A$, then $A = B$ Proof: Let $x \\in A$. Since $A \\subseteq B$, we have $x \\in B$ by definition of subset. Therefore, every element of $A$ is in $B$. Now, let $y \\in B$. Since $B \\subseteq A$, we have $y \\in A$ by definition. Therefore, every element of $B$ is in $A$. Since $A \\subseteq B$ and $B \\subseteq A... From: Algebraic Number Theory Learn more: Explore all courses:
๐Ÿ“ Structure Theorem for Finitely Generated Abelian Groups Every finitely generated abelian group is isomorphic to $\\mathbb{Z}^r \\oplus \\mathbb{Z}/d_1\\mathbb{Z} \\oplus \\cdots \\oplus \\mathbb{Z}/d_k\\mathbb{Z}$ with $d_1 \\mid d_2 \\mid \\cdots \\mid d_k$. From: df-course Learn more: Explore all courses:
๐Ÿ’ก Proposition VII.1 Two unequal numbers being set out, and the less being continually subtracted in turn from the greater, if the number which is left never measures the one before it until a unit is left, the original numbers will be prime to one another. From: Euclid's Elements Learn more: Explore all courses:
๐Ÿ“– Exact Sequence A sequence $\\cdots \\to M_{i-1} \\xrightarrow{\\phi_{i-1}} M_i \\xrightarrow{\\phi_i} M_{i+1} \\to \\cdots$ is \\textbf{exact} at $M_i$ if $\\text{Im}(\\phi_{i-1}) = \\ker(\\phi_i)$. From: df-course Learn more: Explore all courses:
๐Ÿ“– Support Vector Machine SVM extends the support vector classifier using kernels to handle non-linear boundaries: $f(x) = \\beta_0 + \\sum_{i \\in S}\\alpha_i K(x, x_i)$ where $K$ is a kernel function. From: Intro to Statistical Learning Learn more: Explore all courses:
๐Ÿ“ Matrix Multiplication as Composition For linear transformations $T: V \\to W$ and $S: W \\to X$ with appropriate bases: $[S \\circ T]_\\beta^\\delta = [S]_\\gamma^\\delta [T]_\\beta^\\gamma$. Proof: Let $\\{v_1, \\ldots, v_n\\}$ be the basis $\\beta$ of $V$. For each $j$: $$[(S \\circ T)(v_j)]_\\delta = [S(T(v_j))]_\\delta = [S]_\\gamma^\\delta [T(v_j)]_\\gamma = [S]_\\gamma^\\delta ([T]_\\beta^\\gamma)_j$$ where $([T]_\\beta^\\gamma)_j$ denotes column $j$ of $[T]_\\beta^\\gamma$. This equ... From: Advanced Linear Algebra Learn more: Explore all courses:
๐Ÿ“– Residual Standard Error (RSE) $\\text{RSE} = \\sqrt{\\frac{1}{n-2}\\text{RSS}} = \\sqrt{\\frac{1}{n-2}\\sum_{i=1}^{n}(y_i - \\hat{y}_i)^2}$ From: Intro to Statistical Learning Learn more: Explore all courses:
๐Ÿ“– ROC Curve and AUC The ROC curve plots sensitivity (true positive rate) vs. 1 - specificity (false positive rate) for all classification thresholds. AUC (area under the curve) summarizes overall classifier performance. From: Intro to Statistical Learning Learn more: Explore all courses:
๐Ÿ“ Altitude to Hypotenuse In a right triangle, the altitude to the hypotenuse creates two triangles similar to the original and to each other. The altitude length is the geometric mean of the two segments it creates on the hypotenuse. Proof: Let $\\triangle ABC$ have right angle at $C$, with altitude $CD$ to hypotenuse $AB$. $\\triangle ACD \\sim \\triangle ABC$ (AA similarity: shared angle at $A$, right angles). $\\triangle BCD \\sim \\triangle ABC$ (AA similarity: shared angle at $B$, right angles). Therefore $\\triangle ACD \\sim ... From: Four Pillars of Geometry Learn more: Explore all courses:
๐Ÿ“– Hazard Function $h(t) = \\lim_{\\Delta t \\to 0}\\frac{\\Pr(t < T \\leq t + \\Delta t | T > t)}{\\Delta t}$ is the instantaneous rate of event occurrence given survival to time $t$. From: Intro to Statistical Learning Learn more: Explore all courses:
โ†‘