Skip to content

Extend weighted LGV to directed multigraphs - #8

Open
faabian wants to merge 1 commit into
facebookresearch:mainfrom
faabian:fidelity/lgv-multidigraph
Open

Extend weighted LGV to directed multigraphs#8
faabian wants to merge 1 commit into
facebookresearch:mainfrom
faabian:fidelity/lgv-multidigraph

Conversation

@faabian

@faabian faabian commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add a directed multigraph representation with a genuine type of arcs, retaining parallel arcs
  • reduce multigraph paths to the standard incidence subdivision, where each arc becomes a distinct intermediate vertex
  • repackage the existing weighted LGV proof to establish the full path-finite acyclic digraph statement from the TeX source

The subdivision preserves path weights by assigning the original weight to the first half-edge and weight one to the second. It also preserves vertex-disjointness: sharing an intermediate arc vertex forces sharing that arc's endpoints.

Validation

  • targeted build of AlgebraicCombinatorics.Determinants.LGVMultiDigraph
  • full project build (8,079 jobs)
  • #print axioms LGV.MultiDigraph.lgv_weighted_multidigraph: only propext, Classical.choice, and Quot.sound; no sorryAx
  • git diff --check

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants