src/HOL/Combinatorics/Combinatorics.thy
author haftmann
Sun, 26 Nov 2023 21:06:46 +0000
changeset 79070 a4775fe69f5d
parent 73648 1bd3463e30b8
permissions -rw-r--r--
restructured


section \<open>Basic combinatorics in Isabelle/HOL (and the Archive of Formal Proofs)\<close>

theory Combinatorics
imports
  Transposition
  Stirling
  Permutations
  List_Permutation
  Multiset_Permutations
  Cycles
  Perm
  Orbits
begin

end