(* Title: AVL Trees Author: Tobias Nipkow and Cornelia Pusch, converted to Isar by Gerwin Klein contributions by Achim Brucker, Burkhart Wolff and Jan Smaus delete formalization and a transformation to Isar by Ondrej Kuncar Maintainer: Gerwin Klein <gerwin.klein at nicta.com.au> see the file Changelog for a list of changes *) section "AVL Trees" theory AVL imports Main begin text ‹ This is a monolithic formalization of AVL trees. › subsection ‹AVL tree type definition›