I am getting started with Isabelle HOL and want to try to construct a combinatorial proof of some kind. I took Cayley's formula for the start.
Here it is: For every positive integer n, the number of trees on n labeled vertices is n^{n-2}.
How would one work wit something like that in Isabelle? I am assuming I will have to define trees, but then what?
Any help or related articles and or codes would be very much appreciated! Thanks in advance