summaryrefslogtreecommitdiff
path: root/AvlVerification/BinarySearchTree.lean (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-23feat: close `find` / `insert` proofsRaito Bezarius1-54/+0
After a complete 180 with the Order theory, we close the goals of find and insert and we give an example of U32 order that we will upstream to Aeneas directly. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-12feat: upgrade and close all proofs except Preorder on U32Raito Bezarius1-15/+26
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-04refactor: define some projectors for ForallNodeRaito Bezarius1-0/+6
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-28refactor: generalize the theory and perform some liftsRaito Bezarius1-0/+37
Move forward the "HSpec" idea, move around files, construct the hierarchy of trees, etc. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>