TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to name nested not well-defined sets and nested cyclic metagraphs?

2 pointsby eliomattiaabout 2 years ago
(Disclaimer: I am not a mathematician)<p>A not well-defined set A contains itself:<p><pre><code> A &lt;element_of&gt; A </code></pre> How to name a not well-defined set&#x27;s property of containing itself via a nesting structure in other sets?<p><pre><code> A &lt;element_of&gt; B &lt;element_of&gt; A A &lt;element_of&gt; B &lt;element_of&gt; C &lt;element_of&gt; A </code></pre> In hypergraphs, hyperedges can link multiple vertices. Metagraphs extend hypergraphs in that hyperedges can link multiple other hyperedges, as well as vertices. I have been unable to find a universally accepted definition of the concept of metagraphs.<p><pre><code> [hypergraph] hyperedge E links vertices A, B, and C [metagraph] hyperedge E links vertices A, B, and C; hyperedge F links vertices A and B with hyperedge E </code></pre> How to call a metagraph with self-containment cycles whereby a hyperedge E points to itself via another hyperedge F?<p><pre><code> [nested cyclic metagraph?] hyperedge E links hyperedge F with vertices B and C; hyperedge F links vertices A and B with hyperedge E </code></pre> A similar nesting parallel may be drawn with n-categories.<p>Finding literature on such data structures may become easier with a commonly accepted name, but the latter has eluded me for years. Should you have any ideas or pointers, please, put them down here.

no comments

no comments