Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Coordinate-Deletion Frequency Transport

Abstract

Transport finite-family coordinate frequencies and union closure through coordinate deletion.

Theorem 1.1 (Quantitative and half-frequency transport).

Proof. Machine-checked in Lean as D5/S1/Phase/CoordinateDeletionFrequencyTransport.quantitative_and_half_frequency_transport (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let G be the image of F after deleting D, and let N, M, x, and b be the displayed family and coordinate-frequency counts. The first inequality holds without assuming that F is union-closed.

The proof injects each non-j deletion fibre into the powerset of D by sending A to its deleted trace A intersect D. Reconstruction from A minus D and A intersect D gives the fibre bound, while deletion outside j also gives b at most x.

If j occurs in at least half of G, the same two live counting bounds give the stated (2^r+1) frequency bound in F. This is a transport theorem and does not resolve the Frankl union-closed sets conjecture.

Theorem 1.2 (Coordinate deletion preserves union closure).

Proof. Machine-checked in Lean as D5/S1/Phase/CoordinateDeletionFrequencyTransport.union_closed_after_deletion (✓ std3). ∎

Source. Repository-derived.

Commentary.

For two members represented as A0 minus D and B0 minus D, their union is the deletion image of A0 union B0. This is the bind-only companion for the Frankl coordinate-deletion induction interface.

References

  • Truth anchor: D5/S1/Phase/CoordinateDeletionFrequencyTransport.quantitative_and_half_frequency_transport
  • Truth anchor: D5/S1/Phase/CoordinateDeletionFrequencyTransport.union_closed_after_deletion