<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: The Mansions of Science</title>
    <description>The latest articles on DEV Community by The Mansions of Science (@themansionsofscience).</description>
    <link>https://dev.to/themansionsofscience</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3974798%2F49e6b0a3-a15b-4116-9c60-2c791c80defe.png</url>
      <title>DEV Community: The Mansions of Science</title>
      <link>https://dev.to/themansionsofscience</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/themansionsofscience"/>
    <language>en</language>
    <item>
      <title>Definition of the Cartan Subalgebra</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Tue, 16 Jun 2026 09:55:22 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/definition-of-the-cartan-subalgebra-4i36</link>
      <guid>https://dev.to/themansionsofscience/definition-of-the-cartan-subalgebra-4i36</guid>
      <description>&lt;p&gt;Given an 8 dimensional Lie algebra with generators A B C D E F G H. If it is the case that A B C D all commute with each other, and if you add any of E F G H, you end up breaking commutativity, then the collection A B C D is called a Cartan subalgebra and it has rank 4. For a given Lie group, even this one, it can be proven that all Cartan subalgebras have the same rank. For example, another Cartan subalgebra could very well be E F G H, as long as these 4 commute and adding any of A B C D would break commutativity.&lt;/p&gt;

&lt;p&gt;You can say this: The Cartan subalgebra picks out the largest set of directions where flows don’t interfere with each other.&lt;/p&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
    <item>
      <title>Lie Algebra = Generators + Commutation Relations. That’s it.</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Tue, 16 Jun 2026 04:52:37 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/lie-algebra-generators-commutation-relations-thats-it-3pnl</link>
      <guid>https://dev.to/themansionsofscience/lie-algebra-generators-commutation-relations-thats-it-3pnl</guid>
      <description>&lt;p&gt;So imagine I have a Lie group G. By definition, a Lie group has infinite elements. Out of these infinite number of elements, there are 10 independent generators. Meaning, with these 10 elements, I can "get to" every other element of G. The set of these 10 elements, along with their commutation relations, [X,Y] = XY - YX, where X and Y are two of the generators, form the Lie algebra of this Lie group G. We say that the Lie algebra is 10 dimensional. For example, SO(3) is the group of all rotations in 3D space. It has 3 generators (infinitesimal rotations). So the Lie algebra of the Lie group SO(3) is a 3 dimensional algebra.&lt;/p&gt;

&lt;p&gt;We also say that the tangent space at the identity element e is 10 dimensional. There are 10 different independent directions you can “go in”.&lt;/p&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
    <item>
      <title>Bilinear Form = Function of 2 Vectors (That's it)</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Tue, 16 Jun 2026 04:48:44 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/bilinear-form-function-of-2-vectors-thats-it-1h8l</link>
      <guid>https://dev.to/themansionsofscience/bilinear-form-function-of-2-vectors-thats-it-1h8l</guid>
      <description>&lt;p&gt;Bilinear Form Confusion:&lt;/p&gt;

&lt;p&gt;So, bilinear forms use to be confusing to me because I didn’t know what either bilinear meant or what forms meant. But, a form is, very often, just a function. Map is much more common among mathematicians but they’re just functions. They take in inputs and give you outputs. The same functions we’ve been using since middle school.&lt;/p&gt;

&lt;p&gt;Now, they take in two vectors and give you back a number. That’s it. The most famous example is the dot product, which even high schoolers know. You take in 2 vectors and you output a number. That’s it.&lt;/p&gt;

&lt;p&gt;Bilinear forms are a function that take in 2 vectors and give you back a number.&lt;/p&gt;

&lt;p&gt;They have the word “linear” in them because if you plug in (a+b,c), it’s the same as plugging in (a,c) + (b,c). Same for (a,b+c).&lt;/p&gt;

&lt;p&gt;If you have a symmetric bilinear form it means that (a,b) = (b,a). Skew-symmetric means what you think antisymmetric means (a,b) = -(b,a). So, like cross products.&lt;/p&gt;

&lt;p&gt;Next, I’ll be using bilinear forms to define the symplectic group.&lt;/p&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
    <item>
      <title>Skyscraper Sheaf = Dirac Delta Function</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Mon, 15 Jun 2026 01:17:48 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/skyscraper-sheaf-dirac-delta-function-7no</link>
      <guid>https://dev.to/themansionsofscience/skyscraper-sheaf-dirac-delta-function-7no</guid>
      <description>&lt;p&gt;You have a topological space, T, and a point in it, X.&lt;/p&gt;

&lt;p&gt;The Skyscraper Sheaf is literally a function F that takes in a subset of T as input and if the subset contains X, you get a nonzero output. If the subset does not contain X, you get 0.&lt;/p&gt;

&lt;p&gt;That's it.&lt;/p&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
    <item>
      <title>The Picard Group and Picard Variety</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Mon, 15 Jun 2026 01:07:23 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/the-picard-group-and-picard-variety-4c17</link>
      <guid>https://dev.to/themansionsofscience/the-picard-group-and-picard-variety-4c17</guid>
      <description>&lt;p&gt;Given a topological space, T, you can define the Picard Group, Pic(T). The Picard Variety is also sometimes Pic(T).&lt;/p&gt;

&lt;p&gt;You can build a fiber bundle by attaching 1D vector spaces at every point on T. You would get a line bundle.&lt;/p&gt;

&lt;p&gt;Some of the line bundles will be isomorphic to each other. The set of all isomorphism classes of these line bundles forms the Picard Group. The group operation is the tensor product.&lt;/p&gt;

&lt;p&gt;If you parametrize these isomorphism classes (13 params, 18 param, or 389213912, doesn't matter) into, say, 13 parameters, and somehow plotted them, you would get a 13D object. This is the Picard Variety.&lt;/p&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
    <item>
      <title>Variety vs Manifold (2 Major Differences)</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Sun, 14 Jun 2026 20:20:10 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/variety-vs-manifold-2-major-differences-2k5l</link>
      <guid>https://dev.to/themansionsofscience/variety-vs-manifold-2-major-differences-2k5l</guid>
      <description>&lt;p&gt;There are 2 major differences between a variety and a manifold.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A manifold looks like R^n if you keep zooming in. A variety can have corners, cusps, crossings (X marks), etc. You cannot zoom in and get rid of them. If a variety does not have them we call it a smooth variety. All smooth varieties are manifolds.&lt;/li&gt;
&lt;li&gt;An entire variety is described by a single polynomial. This can sometimes apply to a manifold, but often not the case. Maybe only some patches can be described by polynomials. But, in any case, often an entire manifold cannot be described by a single polynomial.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
    <item>
      <title>The Moduli Space of Elliptic Curves</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Sun, 14 Jun 2026 18:55:10 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/the-moduli-space-of-elliptic-curves-19ck</link>
      <guid>https://dev.to/themansionsofscience/the-moduli-space-of-elliptic-curves-19ck</guid>
      <description>&lt;p&gt;The Moduli Space of Elliptic Curves is parametrized by a single complex number, the j-invariant. There is a space, and every point in it has a single complex number called the j-invariant. Every point represents a family (infinite members) of elliptic curves that have the same j-invariant. You might notice that this moduli space must necessarily be isomorphic to the complex plane C.&lt;/p&gt;

&lt;p&gt;Elliptic curves are one of the most studied objects in modern mathematics. They are famously related to modular forms, were used to prove Fermat's Last Theorem and are part of the Langlands Program.&lt;/p&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
    <item>
      <title>What Is A Moduli Space?</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Sun, 14 Jun 2026 00:42:16 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/what-is-a-moduli-space-5gjl</link>
      <guid>https://dev.to/themansionsofscience/what-is-a-moduli-space-5gjl</guid>
      <description>&lt;p&gt;Moduli spaces study the structure of "families" of objects. For example, families of elliptic curves. You have a space where every point represents a "family" of some object: Triangles, curves, groups, whatever.&lt;/p&gt;

&lt;p&gt;In modern mathematics, we often use the moduli stack instead. Related to schemes, spectrums of rings, fibers and principle G-bundles.&lt;/p&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
    <item>
      <title>Learn Quantum Field Theory in 3.8 Minutes</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Sun, 14 Jun 2026 00:39:12 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/learn-quantum-field-theory-in-38-minutes-4i22</link>
      <guid>https://dev.to/themansionsofscience/learn-quantum-field-theory-in-38-minutes-4i22</guid>
      <description>&lt;p&gt;Second Quantization: Promote fields to operators and DEMOTE position&lt;/p&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
    <item>
      <title>A Lie Group is a Group + a Manifold - That's It</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Sun, 14 Jun 2026 00:32:26 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/a-lie-group-is-a-group-a-manifold-thats-it-5pl</link>
      <guid>https://dev.to/themansionsofscience/a-lie-group-is-a-group-a-manifold-thats-it-5pl</guid>
      <description>&lt;p&gt;What is a Lie group?&lt;/p&gt;

&lt;p&gt;The number line is R1. It is a 1-dimensional manifold; a 1-dimensional space. It is also a group, since all real numbers form an additive group. Therefore, the real number line R1 is a manifold and a group. A Lie group, after Norwegian mathematician Sophus Lie. &lt;/p&gt;

&lt;p&gt;R2, R3, Rn are all Lie groups! :D&lt;/p&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
    <item>
      <title>Visual Intuition for Differential Forms in 1.5 Minutes</title>
      <dc:creator>The Mansions of Science</dc:creator>
      <pubDate>Sat, 13 Jun 2026 18:47:33 +0000</pubDate>
      <link>https://dev.to/themansionsofscience/visual-intuition-for-differential-forms-in-15-minutes-4736</link>
      <guid>https://dev.to/themansionsofscience/visual-intuition-for-differential-forms-in-15-minutes-4736</guid>
      <description>&lt;p&gt;A one-form is a DIRECTED line segment (an arrow, a line with a direction). A two-form is a directed area segment. A three-form is a directed (oriented) volume element.&lt;/p&gt;

&lt;p&gt;That's it.&lt;/p&gt;

</description>
      <category>math</category>
      <category>physics</category>
    </item>
  </channel>
</rss>
