summaryrefslogtreecommitdiff
path: root/AvlVerification/Tree.lean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add functional correctness of elements contained in the resulting treeRaito Bezarius2024-04-171-0/+3
| | | | | | | We revamp the typeclass mechanisms and we add an equality hypothesis now. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* feat: upgrade and close all proofs except Preorder on U32Raito Bezarius2024-04-121-3/+0
| | | | Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* refactor: generalize the theory and perform some liftsRaito Bezarius2024-03-281-0/+81
Move forward the "HSpec" idea, move around files, construct the hierarchy of trees, etc. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>