Module docstring
{"# Antidiagonals in ℕ × ℕ as finsets
This file defines the antidiagonals of ℕ × ℕ as finsets: the n-th antidiagonal is the finset of
pairs (i, j) such that i + j = n. This is useful for polynomial multiplication and more
generally for sums going from 0 to n.
Notes
This refines files Data.List.NatAntidiagonal and Data.Multiset.NatAntidiagonal, providing an
instance enabling Finset.antidiagonal on Nat.
"}