Equations
- instFintypeCell μ = inferInstanceAs (Fintype ↥μ.cells)
Equations
The simple graph of a Young diagram: two distinct cells are adjacent iff they lie in the same row or in the same column.
Equations
- μ.toSimpleGraph = SimpleGraph.fromRel fun (a b : μ.Cell) => (↑a).1 = (↑b).1 ∨ (↑a).2 = (↑b).2