src/HOL/Combinatorics/Combinatorics.thy
author wenzelm
Sun, 18 Aug 2024 18:08:16 +0200
changeset 80726 5f13872a33ea
parent 73648 1bd3463e30b8
permissions -rw-r--r--
misc tuning;


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