Delete bound.kind

This commit is contained in:
Rígille S. B. Menezes 2021-12-03 13:36:23 -03:00 committed by GitHub
parent 2fd8b4dff8
commit 3d3130cc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +0,0 @@
Nat.log2.bound.up(n: Nat, m: Nat, H: Nat.lte(Nat.succ(n), Nat.pow(2, m)) == true): Nat.lte(Nat.succ(Nat.log2(n)), m) == true
?nat.log2.bound.up