Theorems · Theorem · number theory
Nat.bitIndices_two_mul_add_one
∀ (n : ℕ), (2 * n + 1).bitIndices = 0 :: List.map (fun x => x + 1) n.bitIndices
- Defined in
- Mathlib.Data.Nat.BitIndices
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.bitIndicesstatement and proof · cited by 22
- Nat.bit_trueproof · cited by 3
- Nat.bitIndices_bit_trueproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Nat.sum_map_two_pow_bitIndicesproof · cited by 3
- Nat.bitIndices_sortedproof · cited by 3
- Nat.mem_bitIndicesproof · cited by 0