Int
📁 Source: Batteries/Data/Int.lean
Statistics
| Metric | Count |
|---|---|
| 2 | |
| 4 | |
| Total | 6 |
Int
Definitions
| Name | Category | Theorems |
|---|---|---|
ofBits 📖 | CompOp | |
testBit 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
ofBits_zero 📖 | mathematical | — | ofBits | — | — |
testBit_ofBits 📖 | mathematical | — | testBitofBits | — | testBit_ofBits_getestBit_ofBits_lt |
testBit_ofBits_ge 📖 | mathematical | — | testBitofBits | — | Nat.ofBits_lt_two_powNat.testBit_ofBits_ge |
testBit_ofBits_lt 📖 | mathematical | — | testBitofBits | — | Nat.ofBits_lt_two_powNat.testBit_ofBits_lt |
---