The Katona circle method #
This file provides tooling to use the Katona circle method, which is double-counting ways to order
n elements on a circle under some condition.
@[simp]
instance
Numbering.instDecidableIsPrefix
{X : Type u_1}
[Fintype X]
{f : Numbering X}
{s : Finset X}
[DecidableEq X]
:
Equations
The set of numberings of which s is a prefix.
Equations
- Numbering.prefixed s = {f : Numbering X | f.IsPrefix s}
Instances For
Decompose a numbering of which s is a prefix into a numbering of s and a numbering on sᶜ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]