cluster_morphism
quiverlab.tautilting.cluster_morphism ¶
The tau-cluster morphism category W(A) + picture group (Plan 66 / R29).
A thin COMBINATORIAL layer over the merged Plan-45 tau-tilting engine, the Plan-64 wide-subcategory poset, and the Plan-65 Jasso tau-perpendicular reduction -- NO new representation theory (the bricks, wides and reductions are all inherited).
Objects and morphisms (Buan-Marsh, A category of wide subcategories, IMRN 2021):
- objects = the tau-perpendicular wide subcategories of
mod A; for a tau-tilting-FINITEAthese are ALL the finitely many wide subcategories, so#objects == wide_subcategories(A).size(the Enomoto core-label-order count, P64 -- the R29 "object count = #wide" cross-engine oracle); - morphisms
[U]: W -> W'= the support tau-rigid pairsUofWwithW' = J_W(U)its tau-perpendicular category, graded byrank = |U|.
Everything is read straight off A's own g-fan (the fan of the support tau-rigid
pairs -- a triangulated (n-1)-sphere): each face is a subset of the signed g-vector
columns of a support tau-tilting facet, and the closed star of a face U (the faces
V >= U, graded by |V| - |U|) IS the g-fan of the reduction C(U) (the Jasso
link identity, a theorem). So
- objects = the faces deduped by the wide
J(U)they cut out (J(U)identified by the set of bricks it contains --beta in J(U)iffHom(M, beta) = 0,Hom(beta, tau M) = 0andbetavanishes on the support ofP, for the pairU = (M, P)); - the per-object out-degree
= |closedStar(U_W)| = #faces(C_W); - the Hanson-Igusa classifying-space cube complex
face_vectorhasf_0 = #objects = #wide(one 0-cell per wide) andf_k = #(rank-k morphisms) = sum_W #(rank-k faces of C_W's g-fan)(one k-cell per rank-k morphism),sum(face_vector) = morphism_count,f_n = #sTt-- this is the ACTUAL topology, NOT theg-fan sphere (kept separately asg_fan_face_vector).
The picture group pi_1(|W(A)|) (Igusa-Todorov-Weyman arXiv:1609.02636; Hanson-Igusa):
one generator per brick, one relation per rank-2 wide (commutation for k x k, an
atom/pentagon for a connected kA_2 wide -- split by Ext^1 between the two simple
bricks), and the abelianization by exact Smith normal form.
Honest gate (STRICTER than a bounded region; P65 M1). W(A) is a FINITE category iff
A is tau-tilting-finite. A partial category / face vector / picture group off a
budget-truncated (or status != "complete") exchange graph would be a LIE, so P66 is
certified iff eg.is_complete and eg.status == "complete"; otherwise every invariant is
None and the honest note is set.
Scope (inherited from P45/P64/P65). Runs over QQ by default; bricks / hom /
tau / the exchange-graph BFS are rigorous over char 0 or char > dim (Dickson/CIW), a
brick decides End(B) = k over the algebraically-closed / char-0 base (the GF(p^n)
proper-division-ring caveat is honest-scope). Off scope the underlying engine refuses loudly.
Float-free: faces are frozenset of int tuples, counts are int, the abelianization is
exact SNF over ZZ. All refusals are QuiverlabError.
References: buan_marsh_wide (IMRN 2021 -- the category), hanson_igusa (Comm. Alg. 2021 -- the cube complex + Nakayama K(pi,1) + picture group), igusa_todorov_weyman (arXiv:1609.02636 -- the presentation), igusa_todorov_cat0 (arXiv:2203.16679 -- hereditary-Dynkin K(pi,1) / honest-scope); enomoto_wide_ice / jasso_reduction / air_tau_tilting / demonet_iyama_jasso (P64/P65/P45).
PictureGroup
dataclass
¶
PictureGroup(algebra: object, generators: tuple, relations: tuple, num_generators: object, num_relations: object, num_atom: object, num_commutation: object, abelianization: tuple, abelianization_rank: object, is_kpi1: object, kpi1_reason: str, is_complete: bool, status: str, note: str)
The picture-group presentation pi_1(|W(A)|) as DATA (Igusa-Todorov-Weyman;
Hanson-Igusa). See the module docstring; every invariant is None on a non-complete
exchange graph.
TauClusterCategory
dataclass
¶
TauClusterCategory(algebra: object, objects: tuple, object_count: object, morphisms: tuple, morphism_count: object, out_degree: dict, face_vector: object, g_fan_face_vector: object, euler_characteristic: object, is_kpi1: object, kpi1_reason: str, is_complete: bool, status: str, note: str)
The finite category W(A) (Buan-Marsh IMRN 2021) + its Hanson-Igusa classifying
space. See the module docstring for the field semantics; every invariant is None on a
non-complete exchange graph (the honest refusal).
picture_group ¶
picture_group(A, *, budget=512) -> PictureGroup
The picture-group presentation pi_1(|W(A)|) as DATA (Plan 66 / R29;
Igusa-Todorov-Weyman arXiv:1609.02636; Hanson-Igusa): generators = the bricks
(num_generators == #bricks), relations = the rank-2 wides (num_relations == #rank-2
wides, each typed commutation for k x k / atom for a connected kA_2 via
Ext^1), and the abelianization by exact SNF (abelianization_rank = #bricks -
rank(relation matrix) = #bricks - #(distinct extension bricks among the atoms), H2 -- NOT
#bricks - #atom). Certified complete iff A is tau-tilting-finite; else an honest
is_complete=False value with every invariant None.
Source code in src/quiverlab/tautilting/cluster_morphism.py
531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 | |
tau_cluster_block ¶
tau_cluster_block(A, *, budget=512) -> dict
The shared tau_cluster compute-kind payload (Plan 66 Task D): the category summary
(objects, morphisms, ranks), the Hanson-Igusa classifying-space cube complex (face_vector,
Euler characteristic, K(pi,1) verdict) alongside the g-fan/cluster SPHERE
(g_fan_face_vector, f_n = #sTt), and the picture-group presentation (generators,
typed relations, abelianization). Certified complete iff A is tau-tilting-finite; on an
incomplete exchange graph category = picture_group = None and a note (never a
partial-category lie). Consumed byte-identically by both runners (each adds citations).
Source code in src/quiverlab/tautilting/cluster_morphism.py
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 | |
tau_cluster_category ¶
tau_cluster_category(A, *, budget=512) -> TauClusterCategory
The tau-cluster morphism category W(A) (Plan 66 / R29; Buan-Marsh IMRN 2021 +
Hanson-Igusa Comm. Alg. 2021): objects = the tau-perpendicular wide subcategories
(object_count == wide_subcategories(A).size, cross-tied to P64), morphisms = support
tau-rigid pairs of the source graded by rank (out-degree = closed star = #faces(C_W)),
the Hanson-Igusa classifying-space face_vector (f_0 = #wide, f_k = #(rank-k
morphisms)), the separate g_fan_face_vector (the g-fan SPHERE, f_n = #sTt), the
Euler characteristic, and the theorem-anchored K(pi,1) verdict. Certified complete iff
A is tau-tilting-finite; else an honest is_complete=False value with every
invariant None (the P65 M1 loud refusal, never a partial-category lie).
Source code in src/quiverlab/tautilting/cluster_morphism.py
336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 | |