Papers
Topics
Authors
Recent
Search
2000 character limit reached

Cobweb: Algorithms, Posets, and Economic Models

Updated 14 July 2026
  • Cobweb is a cross-disciplinary concept encompassing AI's incremental concept learning, graded posets defined by sequence F, economic adjustment models, and various network applications.
  • In AI, the Cobweb algorithm incrementally builds a hierarchical probabilistic model using category utility to optimize concept formation and prediction.
  • In combinatorics, Cobweb posets offer a graded DAG framework with F-nomial coefficients that link classical binomials to Fibonacci and Gaussian q-binomial frameworks.

Cobweb denotes, in different research areas, an incremental conceptual clustering algorithm, a family of graded posets and admissible sequences, an economic adjustment model, several resistor-network and lattice geometries, a tomography-analysis toolbox, and a class of compact hyperbolic manifolds. Across these uses, the shared label does not imply a single formal theory; rather, each literature develops its own technical object, notation, and problem set. The best-known computational meaning is the Cobweb algorithm for incremental, hierarchical category learning, while the best-developed mathematical meaning is the cobweb poset, a layered directed acyclic structure determined by a sequence FF (Lian et al., 2024, 0801.3985).

1. Cobweb as incremental hierarchical concept learning

In artificial intelligence and cognitive modeling, Cobweb is a classic incremental model of concept formation over discrete attribute–value instances. It learns a probabilistic concept hierarchy in which each node stores frequency counts or probability tables over attribute values, and each new instance is inserted sequentially into the tree rather than processed in batch form. At each node, Cobweb evaluates four structural operations—adding the instance to an existing child, creating a new child, merging two children, or splitting a child into its children—and selects the option that maximizes average category quality (Lian et al., 2024).

The organizing criterion is category utility. In the information-theoretic formulation reported for Cobweb,

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),

and

CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].

This makes good categories those that increase predictability relative to the parent concept. Because the hierarchy is learned incrementally and its sufficient statistics are updated online, Cobweb functions simultaneously as a hierarchical clustering method and as a probabilistic predictor of missing attribute values (Lian et al., 2024).

A central distinction in this literature is between prediction at the leaf level and prediction at the basic level. Leaf nodes correspond to highly specific subordinate concepts, whereas the basic level is the node on a root-to-leaf path with the highest category utility. This distinction allows the same hierarchy to support more exemplar-like behavior when inference is taken from leaves and more prototype-like behavior when inference is taken from higher-utility internal nodes. Reported experiments on the Medin and Schaffer task gave overall correlations with human probabilities of r=0.768r=0.768 for leaf predictions and r=0.713r=0.713 for basic predictions, while RMSD was smaller for the basic level ($0.130$ versus $0.166$). On Shepard, Hovland, and Jenkins category structures, Cobweb showed strong alignment on Type I, II, IV, and V tasks, while Type VI exposed a limitation of the basic-level representation because the task lacks a stable natural structure (Lian et al., 2024).

This usage of Cobweb is sometimes misread as a flat clustering algorithm. The cited work instead presents it as a hierarchy-building system whose explanatory force depends on multi-level concept structure, not merely on partitioning instances into disjoint clusters (Lian et al., 2024).

2. Continuous, visual, and retrieval-oriented extensions

Standard Cobweb is formulated for enumerated or qualitative attributes, so numerical proximity is not directly represented: two unequal numeric values are treated as different symbols. A modification for numerical data replaces crisp matching by a Gaussian membership function over a grid of reference values. For attribute AjA_j, the membership of observed value amja_{mj} to grid point vijv_{ij} is

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),0

with

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),1

The corresponding probabilities used by Cobweb are redefined by normalized sums of these membership values, and category utility is replaced by a fuzzy version over numeric grids. The purpose is to preserve Cobweb’s incremental conceptual-clustering logic while making it sensitive to actual numeric proximity and less brittle than hard discretization (Korobeynikov et al., 2013).

A further extension, Convolutional Cobweb, adapts concept formation to U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),2D image data. In the reported MNIST setting, a U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),3 image is decomposed into all U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),4 patches, yielding U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),5 patches. These are sorted through a convolutional filter hierarchy learned by Cobweb; each patch is then replaced by the label of the matched filter concept, and the resulting representation is processed by a second Cobweb hierarchy for classification. The model was evaluated in an incremental regime with 300 images per run, balanced at 30 images per digit class and repeated across 50 runs. It outperformed Cobweb/3 and CNN-Simple in that setting, was stronger than the deeper CNN in the first U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),6 examples, and later was overtaken by the deeper CNN. The reported implementation was computationally expensive, taking about 5 hours on a CPU for 300 incrementally processed MNIST images (Csanády et al., 2022).

Cobweb has also been repurposed as a hierarchy-aware semantic retrieval framework. In that setting, sentence embeddings are organized into a prototype tree using Cobweb/4V, with internal nodes modeled as diagonal Gaussians over embedding dimensions. The retrieval score is the collocation score

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),7

which, under the stated assumptions, is equivalent to ranking by U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),8. Two inference procedures were studied: a generalized best-first search over the tree and a path-sum ranker

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),9

On MS MARCO and QQP, these methods were reported as competitive with flat dot-product retrieval when encoder embeddings were strong, more robust when GPT-2 embeddings were anisotropic, and substantially dependent on whitening; for example, on QQP with RoBERTa, Cobweb-BFS recall@5 increased from about 11% without whitening to about 86% with whitening. Cobweb-PathSum was reported as roughly 20–100x faster than Cobweb-BFS (Gupta et al., 2 Oct 2025).

These extensions show that Cobweb is not restricted to symbolic concept learning. The literature explicitly distinguishes, however, between the original discrete-instance algorithm, fuzzy modifications for numerical data, convolutional architectures for images, and hierarchy-based retrieval over dense embeddings (Korobeynikov et al., 2013, Csanády et al., 2022, Gupta et al., 2 Oct 2025).

3. Cobweb posets and the CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].0-nomial framework

In combinatorics and order theory, a cobweb poset is a graded infinite poset whose levels CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].1 are prescribed by a natural-number-valued sequence CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].2, with

CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].3

Its Hasse diagram is a directed acyclic graph built level by level, and the defining local structure is a complete bipartite one-direction digraph between consecutive levels. This led to the description of cobweb posets as chains of di-bicliques and, in related work, as examples of KoDAGs, or orderable directed acyclic graphs (0801.3985, 0802.3703).

The associated combinatorics is organized by CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].4-factorials and CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].5-nomial coefficients: CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].6

CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].7

CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].8

A sequence CU(c)=P(c)[U(cp)U(c)].CU(c)=P(c)\,[U(c_p)-U(c)].9 is cobweb-admissible precisely when these generalized binomial coefficients are nonnegative integers for all r=0.768r=0.7680. This admissibility condition is the basis for the “joint combinatorial interpretation” of the r=0.768r=0.7681-nomials (0801.3985).

The principal counting interpretation is chain-theoretic. The number of maximal chains from the root to level r=0.768r=0.7682 is

r=0.768r=0.7683

and the number of maximal chains from r=0.768r=0.7684 to r=0.768r=0.7685 is

r=0.768r=0.7686

The r=0.768r=0.7687-nomial coefficient then counts the number of mutually max-disjoint equipotent copies of a finite cobweb subposet r=0.768r=0.7688 rooted at a fixed vertex. In this way, ordinary binomial coefficients, Fibonomial coefficients, and Gaussian r=0.768r=0.7689-binomial coefficients are treated as instances of a common cobweb-poset scheme (0801.3985).

This framework is explicitly presented as a generalization of Fibonacci-tree constructions. If r=0.713r=0.7130 is the Fibonacci sequence, the cobweb poset becomes a Fibonacci tree sheathed with cobweb structure; if r=0.713r=0.7131, the structure specializes to the natural-number case. The literature stresses that the resulting objects are graded DAG posets rather than arbitrary layered graphs (0801.3985, 0802.1696).

4. Admissible sequences, primary decompositions, and tilings

A major structural result on admissible sequences is the Production Theorem. If r=0.713r=0.7132 is cobweb-admissible, then each term admits a prime factorization

r=0.713r=0.7133

and this induces primary sequences r=0.713r=0.7134 with

r=0.713r=0.7135

The theorem states that any cobweb-admissible sequence is the pointwise product of primary cobweb-admissible sequences, each taking values in r=0.713r=0.7136 for a fixed prime r=0.713r=0.7137. For a primary sequence r=0.713r=0.7138, admissibility is equivalent to the exponent inequality

r=0.713r=0.7139

The same paper encodes these inequalities in a rooted weighted tree $0.130$0, whose infinite paths are exactly the primary admissible sequences; taken across all primes, this yields a constructive generation scheme for the full family of cobweb-admissible sequences (0801.4699).

A separate but closely related line of work studies tilings of finite cobweb layers $0.130$1 by max-disjoint blocks $0.130$2, where $0.130$3 is a prime cobweb poset and $0.130$4 permutes levels. For the natural-number sequence $0.130$5, every layer $0.130$6 with $0.130$7 can be partitioned into max-disjoint blocks $0.130$8, using the decomposition

$0.130$9

For the Fibonacci sequence, an analogous theorem uses

$0.166$0

These identities induce the ordinary binomial and Fibonomial recurrences, respectively (0709.4263).

The tiling program has a geometric reformulation in terms of discrete $0.166$1-boxes. For $0.166$2,

$0.166$3

with volume

$0.166$4

Tilings of $0.166$5 by oriented sub-boxes congruent to $0.166$6 are equivalent to tilings of cobweb layers by cobweb blocks. A sufficient family of tiling sequences is defined by linear decompositions

$0.166$7

which generate Pascal-type recurrences for $0.166$8 and multi-$0.166$9-nomial coefficients (0802.3473).

An important corrective point in this literature is that admissibility does not imply tilability. The cited papers prove that not all cobweb-admissible sequences are cobweb tiling sequences, and they give an explicit counterexample obtained as the product of two tiling sequences whose product fails the tiling property on the layer AjA_j0 (0709.4263, 0801.3985).

5. Incidence algebra, Whitney numbers, and characteristic polynomials

Because cobweb posets are locally finite, they admit a standard incidence algebra

AjA_j1

with convolution

AjA_j2

For cobweb coordinates AjA_j3, AjA_j4, the zeta function is given explicitly by

AjA_j5

and the cover relation is

AjA_j6

Powers AjA_j7 count chains of length AjA_j8, while

AjA_j9

counts maximal chains of length amja_{mj}0 (0802.3703).

For finite cobweb subposets amja_{mj}1, the Whitney numbers of the second kind are immediate: amja_{mj}2 The Möbius values depend only on rank and satisfy

amja_{mj}3

Hence the Whitney numbers of the first kind are

amja_{mj}4

From these coefficients, the characteristic polynomial of amja_{mj}5 is

amja_{mj}6

with recurrence

amja_{mj}7

amja_{mj}8

This solves the characteristic-polynomial problem for the finite cobweb family in closed form (0802.2696).

A related prefab-poset construction introduces two partial orders. The amja_{mj}9-independent order on layers vijv_{ij}0 yields Stirling-like Whitney numbers vijv_{ij}1 and Bell-like numbers

vijv_{ij}2

The vijv_{ij}3-dependent order on vijv_{ij}4 identifies the Whitney numbers of the second kind with vijv_{ij}5-binomial coefficients: vijv_{ij}6 In the same construction, the Bell-like numbers are

vijv_{ij}7

and are linked to the author’s vijv_{ij}8-Fibonacci triad sequences (0802.1696).

These results make cobweb posets unusual among graded DAGs: their incidence algebra, Möbius function, Whitney arrays, and characteristic polynomials are all governed directly by the defining sequence vijv_{ij}9, so structural variation at the level of sequence data is mirrored algebraically (0802.2696, 0802.3703, 0802.1696).

6. Cobweb models in economics and fractional dynamics

In economics, the cobweb model describes a market for a non-storable good in which demand depends on current price and supply depends on the previous period’s price. The classical linear form reported in the cited work is

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),00

with equilibrium price

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),01

and classical stability condition

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),02

The model is used to represent oscillatory adjustment around equilibrium under production lag (Raghavan et al., 2020).

A fractional-order extension introduces the Hilfer fractional derivative

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),03

which interpolates between the Riemann–Liouville case U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),04 and the Caputo case U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),05. In the demand-memory version,

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),06

so that

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),07

The reported unique solution is

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),08

where

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),09

and U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),10 is determined by the fractional initial condition. A parallel supply-memory model replaces the supply function by

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),11

and yields an analogous explicit solution (Raghavan et al., 2020).

The main stability statement is that the classical condition remains decisive: if

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),12

then the solution converges to

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),13

The paper reports this for both the demand-side and supply-side Hilfer models. In the numerical examples, larger U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),14 improved closeness to equilibrium, and varying the type parameter U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),15 altered transient behavior; the Riemann–Liouville case was stated to be new in the cobweb-model literature discussed there (Raghavan et al., 2020).

Thus, in economics the term “cobweb” refers neither to hierarchy learning nor to graded posets, but to a lagged price-adjustment model whose recent generalizations are formulated in fractional calculus (Raghavan et al., 2020).

7. Scientific software, network theory, and geometric usages

A distinct applied-software usage is CobWeb 1.0, a MATLAB-based graphical toolbox for tomographic image analysis in digital rock physics. It supports TIFF and RAW input, GUI-based ROI selection, preprocessing with non-local means, anisotropic diffusion, median filtering, contrast adjustment, and segmentation with K-means, Fuzzy C-means, least square support vector machine, and ensemble classification via bagging and boosting. It also includes ROC analysis, entropy, and 10-fold cross-validation, along with export to Excel, MATLAB, ParaView-compatible VTK, DSI Studio U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),16, and image formats. The reported gas-hydrate workflow used dual filtering with non-local means and anisotropic diffusion, followed by dual clustering: first K-means with seven classes to isolate noise and edge-enhancement bands, then class-mean replacement and a second K-means run with three classes. On Berea sandstone and Grosmont carbonate datasets, the reported mean relative porosities were about U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),17 and U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),18, with pore size distributions of approximately U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),19 and U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),20, respectively (Chauhan et al., 2018).

In electrical-network theory, a cobweb network is a radially structured resistor network. One formulation treats the cobweb as an U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),21 lattice with periodic boundary conditions in the circumferential direction and one boundary connected to a center node U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),22. A cofactor-based Laplacian formulation gives exact two-point resistances and proves the Tan–Zhou–Yang conjecture for the center-to-boundary resistance; it also yields a closed product formula for the spanning-tree generating function

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),23

A related direct current-summation method studies an U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),24 cobweb with superconducting boundary, topologically equivalent to a globe, and derives a single-summation formula for the resistance between arbitrary nodes. Another exact study compares spanning trees on cobweb and fan networks and shows that, although the fan has four corners and the cobweb has none, the fan’s corner contributions cancel exactly, so both geometries share the same universal finite-size corner behavior in the spanning-tree problem (Izmailian et al., 2013, Tan et al., 2014, Izmailian et al., 2020).

In hyperbolic geometry, the term appears again in a separate sense. A compact hyperbolic cobweb manifold U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),25 is constructed from complete hyperbolic Coxeter orthoschemes and an extended reflection group. The resulting manifold has reported volume

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),26

largest embedded-ball radius

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),27

and diameter

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),28

It is presented as a representative of a conjectured infinite family

U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),29

obtained by an algorithmic face-pairing procedure around a kernel point U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),30 (Molnár et al., 2017).

These usages make clear that “Cobweb” is a cross-disciplinary label rather than a single doctrine. In AI it names an incremental concept hierarchy; in combinatorics it names a family of graded DAG posets and their U(c)=iP(Xic)U(Xic),U(Xic)=jP(xijc)logP(xijc),U(c)=\sum_i P(X_i|c)U(X_i|c), \qquad U(X_i|c)=-\sum_j P(x_{ij}|c)\log P(x_{ij}|c),31-nomial calculus; in economics it names a lagged market-adjustment model; and in applied mathematics, software, and geometry it names specific network, visualization, and manifold constructions (Lian et al., 2024, 0801.3985, Raghavan et al., 2020, Chauhan et al., 2018, Molnár et al., 2017).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Cobweb.