(* Title: Binary Search Trees, Isar-Style Author: Viktor Kuncak, MIT CSAIL, November 2003 Maintainer: Larry Paulson <Larry.Paulson at cl.cam.ac.uk> License: LGPL *) section ‹Isar-style Reasoning for Binary Tree Operations› theory BinaryTree imports Main begin text ‹We prove correctness of operations on binary search tree implementing a set. This document is LGPL. Author: Viktor Kuncak, MIT CSAIL, November 2003› (*============================================================*) section ‹Tree Definition› (*============================================================*)