Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

Hypergraph

Guides

  • Hypergraph Functionality

Symbols

  • AdjacencyHypergraph
  • AdjacencyTensor
  • EnumerateHypergraphs
  • HighlightRule
  • HypergraphDraw
  • HypergraphIncidenceMatrix
  • Hypergraph
  • HypergraphRule
  • HypermatrixGraph
  • Hypermatrix
  • IncidenceHypergraph
  • InsertionBracket
  • SimpleHypergraphPlot
WolframInstitute`HypergraphLoader`
InsertionBracket
​
InsertionBracket
[
hypegraph
1
,
hypegraph
2
,...]
computes the insertion bracket of given hypergraphs
​
​
InsertionBracket
[
hypergraph
1

a
11
,...,
hypergraph
2

a
21
,...,...]
distributes the insertion bracket linearly in each input
​
Details and Options

Examples  
(5)
Basic Examples  
(3)
Compute the vertex-ordered insertion Lie bracket of two hypergraphs:
In[1]:=
InsertionBracket

Hypergraph
[{1,2,3},{{1,2,3}}],
Hypergraph
[{1,2},{{1,2}}]//​​KeyMap
Hypergraph
[#,VertexLabelsAutomatic]&
Out[1]=

-1,
1,
-1,
1,
1
​
Compute the insertion Lie bracket of two rooted hypergraphs:
In[1]:=
InsertionBracket

Hypergraph
[{1,2,3},{{1,2,3}}],
Hypergraph
[{1,2},{{1,2}}],"IsomorphismClass""Rooted"//KeyMap
Hypergraph
[#,VertexStyle{First[VertexList[#]]Red}]&
Out[1]=

2,
-1
​
Compute the insertion Lie bracket of two tagged hypergraphs with cyclic edge symmetry:
In[1]:=
InsertionBracket

Hypergraph
[{{1,4},{1,2,3},{4,5,6}},"EdgeSymmetry""Cyclic"],
Hypergraph
[{{1,2,3},{1,2}},"EdgeSymmetry""Cyclic"],"IsomorphismClass""Tagged"//KeyMap
Hypergraph
[#,EdgeStyle{First[EdgeList[#]]Red}]&
Out[1]=

2,
2,
2,
-2
Properties & Relations  
(2)

RelatedLinks
▪
M. Marcolli, A. Port: Graph Grammars, Insertion Lie Algebras, and Quantum Field Theory (2015)
P. Hajek: [WWS25] Lie brackets on hypergraphs (2025)
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com