mobius-path-filter

Identify tangled geodesics in proof dependency graphs via Möbius inversion.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill mobius-path-filter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobius-path-filter
Source: https://github.com/plurigrid/asi/tree/main/ies/music-topos/.codex/skills/mobius-path-filter
Command: npx skills add https://github.com/plurigrid/asi --skill mobius-path-filter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies tangled geodesics in proof dependency graphs via Möbius inversion, classifying paths by prime factorization to detect cycles and redundancies.

Core Features & Use Cases

  • Path enumeration and Möbius weight calculation.
  • Filter tangled paths to isolate linear chains.
  • Generate human-readable analysis reports.

Quick Start

Enumerate paths from an adjacency matrix and filter tangled paths.

Frequently Asked Questions about mobius-path-filter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect cycles and redundancies in proof dependency graphs?

Möbius path filtering identifies tangled geodesics in proof graphs via Möbius inversion, classifying paths by prime factorization to isolate cycles and redundant dependencies for theorem verification.

What does Möbius inversion do for dependency graph analysis?

Möbius inversion computes weights across paths in dependency graphs, distinguishing linear chains from tangled paths to reveal structural problems in theorem proofs and their prerequisites.

How do I enumerate and filter paths in a Julia proof graph?

Use enumerate_paths to extract all routes through an adjacency matrix, then apply mobius_weight and filter_tangled_paths to compute Möbius weights and isolate problematic versus optimal dependency chains.

Can I use path filtering to audit theorem dependency correctness?

Yes. Generate a human-readable analysis report via generate_filter_report to identify cycles, classify paths by prime factorization, and produce actionable rewrites for dependency auditing and theorem verification.

What input data format does the path filter require?

Provide an adjacency matrix representing your proof dependency graph. The Skill enumerates paths, applies Möbius weights, and outputs classification results and integration-compatible reports.