summaryrefslogtreecommitdiff
path: root/AvlVerification/Specifications.lean (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-17feat: add functional correctness of elements contained in the resulting treeRaito Bezarius1-14/+22
We revamp the typeclass mechanisms and we add an equality hypothesis now. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-12feat: upgrade and close all proofs except Preorder on U32Raito Bezarius1-24/+38
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-05feat: close the BST proof modulo unbundlingRaito Bezarius1-0/+10
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-04feat: lift Rust "totality" to total ordersRaito Bezarius1-15/+30
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-28refactor: generalize the theory and perform some liftsRaito Bezarius1-0/+55
Move forward the "HSpec" idea, move around files, construct the hierarchy of trees, etc. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>