This is an old revision of the document!


Structural Induction

Recall the ADTs defined in the previous lab:

  • Tree
  • FIFO
  • Map

Prove the following properties are true, using structural induction:

1. $ forall t\in \texttt{Tree}. size(t) \geq height(t)$