TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ladder of Algebraic Structures

193 点作者 JWKennington大约 5 年前

19 条评论

JWKennington大约 5 年前
I first encountered a diagram of algebraic structures at the end of Jeevanjee&#x27;s second chapter, &quot;Vector Spaces&quot;, which elegantly summarizes the high-level differences in structure between sets, vector spaces, and inner product spaces. I&#x27;ve attempted to augment this map along two dimensions: a structure dimension that aims to measure the number of attributes an algebraic object has, and a specificity dimension that measures the number of constraints placed on each attribute.<p>This is aimed primarily at mathematical physics, and is intended as a quick reference -- it&#x27;s obviously incomplete and isn&#x27;t a substitute for Hungerford, Lang, or [insert favorite algebra book].<p>I hope you find it as helpful as I did in making it!
davnn大约 5 年前
There is also the abstract algebra cheatsheet [1]. Not my work, I have just bookmarked it a couple of years ago.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;mavam&#x2F;abstract-algebra-cheatsheet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mavam&#x2F;abstract-algebra-cheatsheet</a>
fyp大约 5 年前
Most algebraic structures are best understood by which axioms it satisfies. For example basically every subset of axioms of an abelian group is useful enough to have a name. Wiki has a really nice table:<p>Semigroupoid<p>Small Category<p>Groupoid<p>Magma<p>Quasigroup<p>Unital Magma<p>Loop<p>Semigroup<p>Inverse Semigroup<p>Monoid<p>Commutative monoid<p>Group<p>Abelian group<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Abelian_group" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Abelian_group</a>
评论 #22865369 未加载
评论 #22864778 未加载
评论 #22863564 未加载
评论 #22866754 未加载
Koshkin大约 5 年前
Regardless of the &quot;ladder&quot; (or any other attempts to organize algebraic structures), what I find interesting (and somewhat unexpected) is that each particular structure exhibits so many features exclusive to it and such a rich behavior that is not found in any other structures - even closely related ones (like, for example, commutative vs. non-commutative rings) - that these attempts of organizing them and of some kind generalization seem to have not much value. It is only category theory that has managed to bring in something of a common viewpoint on many mathematical constructs (and not just those in algebra).
fermigier大约 5 年前
Slightly related: <a href="http:&#x2F;&#x2F;nicolas.thiery.name&#x2F;Talks&#x2F;2018-10-08-CategoriesPyData.pdf" rel="nofollow">http:&#x2F;&#x2F;nicolas.thiery.name&#x2F;Talks&#x2F;2018-10-08-CategoriesPyData...</a><p>(How this is implemented in SageMath.)
_hardwaregeek大约 5 年前
Likewise this is a pretty useful chain of inclusions:<p>commutative rings ⊃ integral domains ⊃ integrally closed domains ⊃ GCD domains ⊃ unique factorization domains ⊃ principal ideal domains ⊃ Euclidean domains ⊃ fields ⊃ finite fields
评论 #22863162 未加载
heinrichhartman大约 5 年前
Categories are Algebraic structures, that are related to this hierarchy:<p>- Monoids are Categories with a single object.<p>- Algebras (Non-commutative, Associative) are k-linear Categories, with a single object.<p>- Any object X in a k-linear category comes with an algebra: R = End(X) = Hom(X,X).<p>- Any other objects comes with an R-module: Hom(R, X)<p>- In some cases, we can use this to describe the category as a category of R modules: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Gabriel%E2%80%93Popescu_theorem" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Gabriel%E2%80%93Popescu_theore...</a>
_ouml_大约 5 年前
See page 4 of <a href="https:&#x2F;&#x2F;leanprover-community.github.io&#x2F;papers&#x2F;mathlib-paper.pdf" rel="nofollow">https:&#x2F;&#x2F;leanprover-community.github.io&#x2F;papers&#x2F;mathlib-paper....</a> for a part of the hierarchy of algebraic structures in the Lean theorem prover. (If you give it a normed field, it will use this hierarchy to automatically deduce that it is also a ring or a topological space, etc...)
hope-striker大约 5 年前
Small note: people often (but don&#x27;t always) assume that a ring is unital (has an identity element), and that an algebra over a field is unital and associative.<p>Also, the label &quot;algebra&quot; is vague here, and refers to an &quot;algebra over a field&quot;, but sometimes it refers to an &quot;algebra over a ring&quot;.
h91wka大约 5 年前
This diagram doesn&#x27;t show semigroup and monoid. Although these structures aren&#x27;t used in physics much, I find them very useful for understanding groups.
foxes大约 5 年前
Out of clarity this is an &quot;algebra over a field&quot; vs a more general concept of an algebra over a ring. More generally an algebra A, over a ring R, <i>an R-algebra</i>, is a ring A equipped with a map Hom(A,Z(R)). Algebra over a field is a special case. Here&#x27;s a &quot;fun&quot; object for you to consider:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Field_with_one_element" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Field_with_one_element</a>
评论 #22864408 未加载
tom_mellior大约 5 年前
Somewhat ironic that lattices are missing from this lattice of algebraic structures :-) Though I guess they might not be as important in mathematical physics as in some other areas.
mikhailfranco大约 5 年前
Max Tegmark has a larger diagram for math in his paper:<p><i>Is &quot;the theory of everything&#x27;&#x27; merely the ultimate ensemble theory?</i><p><a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;gr-qc&#x2F;9704009" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;gr-qc&#x2F;9704009</a><p>and a sketchy one for physics in his paper:<p><i>The Mathematical Universe</i><p><a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;0704.0646" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;0704.0646</a>
senderista大约 5 年前
Robert Geroch&#x27;s _Mathematical Physics_ is organized around algebraic structures, motivated by category theory.
评论 #22867112 未加载
twic大约 5 年前
Another attempt at that diagram, with more structures but less detail on how they differ:<p><a href="http:&#x2F;&#x2F;us.metamath.org&#x2F;mpegif&#x2F;mmtopstr.html" rel="nofollow">http:&#x2F;&#x2F;us.metamath.org&#x2F;mpegif&#x2F;mmtopstr.html</a>
billfruit大约 5 年前
How does geometric spaces like affine, projective etc come into this taxonomy.
评论 #22864920 未加载
Sharlin大约 5 年前
Why is &quot;commutative +&quot; a step up rather than a step to the right? I guess there should be Abelian groups and commutative rings somewhere between groups and modules.
评论 #22864928 未加载
killjoywashere大约 5 年前
Not often that something on HN causes me to hit print, but that figure is worth printing and tucking into a book.
amelius大约 5 年前
Questions:<p>1. Isn&#x27;t this more like a tree, where only one path is shown?<p>2. Is it possible to find a pattern and extend the ladder in the most logical way?