Pow
📁 Source: Mathlib/Tactic/NormNum/Pow.lean
Statistics
| Metric | Count |
|---|---|
| 6 | |
Theoremsbit0, bit1, run, run', trans, intPow_negOfNat_bit0, intPow_negOfNat_bit1, intPow_ofNat, isInt_pow, isInt_zpow_neg, isInt_zpow_pos, isNNRat_pow, isNNRat_zpow_neg, isNNRat_zpow_pos, isNat_pow, isNat_zpow_neg, isNat_zpow_pos, isRat_pow, isRat_zpow_neg, isRat_zpow_pos, natPow_one, natPow_zero, one_natPow, zero_natPow | 24 |
| Total | 30 |
Mathlib.Meta.NormNum
Definitions
| Name | Category | Theorems |
|---|---|---|
IsNatPowT 📖 | CompData | |
evalIntPow 📖 | CompOp | — |
evalNatPow 📖 | CompOp | — |
evalPow 📖 | CompOp | — |
evalZPow 📖 | CompOp | — |
Theorems
Mathlib.Meta.NormNum.IsNatPowT
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
bit0 📖 | mathematical | — | Mathlib.Meta.NormNum.IsNatPowT | — | two_mulpow_add |
bit1 📖 | mathematical | — | Mathlib.Meta.NormNum.IsNatPowT | — | two_mulpow_addpow_onemul_assoc |
run 📖 | — | Mathlib.Meta.NormNum.IsNatPowT | — | — | run' |
run' 📖 | — | Mathlib.Meta.NormNum.IsNatPowT | — | — | — |
trans 📖 | — | Mathlib.Meta.NormNum.IsNatPowT | — | — | run' |
Mathlib.Meta.NormNum.evalPow
Definitions
| Name | Category | Theorems |
|---|---|---|
core 📖 | CompOp | — |
---