General concepts of graphs
A little general abstract combinatorial nonsense delivered in this note is a presentation of some old and basic concepts, central to discrete mathematics, in terms of new words. The treatment is from a structural and systematic point of view. This note consists essentially of definitions and summaries.
đĄ Research Summary
The paper presents a systematic reâphrasing of the foundational concepts of graph theory using a fresh vocabulary that aligns more closely with contemporary computerâscience terminology. It begins by redefining a graph as a collection of ânodesâ (vertices) and âconnectionsâ (edges), distinguishing between âunidirectional connectionsâ and âbidirectional connectionsâ to cover directed and undirected graphs within a single framework. The notion of adjacency is expanded into âproximityâ: directly linked nodes are âdirectly proximal,â while nodes linked through a single intermediate node are âindirectly proximal.â This terminology clarifies immediate versus mediated relationships, which is useful in network flow and routing contexts.
Degree is renamed âconnection count,â with directed graphs further split into âinâconnection countâ and âoutâconnection count,â providing an intuitive way to discuss inbound and outbound traffic in communication networks or circuit designs. Paths and cycles become âcontinuous connection sequencesâ and âclosed connection sequences,â respectively. The paper explicitly introduces âsimple continuous connection sequencesâ (no repeated vertices) and âsimple closed connection sequencesâ to emphasize the nonârepetition condition that underlies many classic results. The concept of a âshortest continuous connection sequenceâ replaces the traditional âshortest path,â allowing the same algorithmic problems to be expressed in the new lexicon.
Connectivity is categorized as âglobal proximityâ (the whole graph forms a single âproximity clusterâ) or âpartial proximityâ (the graph consists of multiple disjoint clusters). Each cluster maintains internal proximity while possibly lacking connections to other clusters, mirroring community structures in socialânetwork analysis.
Trees are defined as ânonâclosed continuous connection structures,â i.e., acyclic connected graphs. A rooted tree is a âcontinuous connection structure with a designated start point,â making the distinction between root and leaves explicit. The paper restates classic tree properties as formal statements such as âevery nonâclosed continuous connection structure possesses at least one start point.â
Bipartite graphs are described as âproximity clusters that can be partitioned into two sets with only crossâset connections,â termed âcrossâproximity.â This reframing unifies the 2âcolorability theorem and matching theory under a single terminology. The author provides a concise theorem: âA graph that can be partitioned into two sets satisfying crossâproximity is bipartite and therefore 2âcolorable.â
The bulk of the article consists of a series of definitions followed by succinct theorems that restate wellâknown results in the new language. By doing so, the paper aims to reduce terminological friction for students and practitioners, offering a coherent, structureâoriented perspective that can be directly applied in teaching, algorithm design, and interdisciplinary research. In essence, the work is a lexiconâdriven reâengineering of graph theoryâs core ideas, preserving mathematical rigor while enhancing conceptual clarity for modern applications.
Comments & Academic Discussion
Loading comments...
Leave a Comment