Theorems · Theorem · number theory
Nat.ldiff_bit
∀ (a : Bool) (m : ℕ) (b : Bool) (n : ℕ), (Nat.bit a m).ldiff (Nat.bit b n) = Nat.bit (a && !b) (m.ldiff n)
- Defined in
- Mathlib.Data.Nat.Bitwise
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, 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.bitstatement · cited by 92
- Nat.bitwise_bitproof · cited by 6
- Nat.ldiffstatement · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.