Theorems · Theorem · information theory
hammingDist_zero_right
∀ {ι : Type u_2} {β : ι → Type u_3} [inst : Fintype ι] [inst_1 : (i : ι) → DecidableEq (β i)]
[inst_2 : (i : ι) → Zero (β i)] (x : (i : ι) → β i), hammingDist x 0 = hammingNorm xCorresponds to dist_zero_right.
- Defined in
- Mathlib.InformationTheory.Hamming
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Quot.sound
- Assumes
- FintypeDecidableEqZero
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.
- Fintypestatement and proof · cited by 7,736
- hammingDiststatement · cited by 26
- hammingNormstatement · cited by 17
Cited by1
Results whose statement or proof uses this declaration.
- hammingDist_zero_leftproof · cited by 0