Theorems · Theorem · information theory
hammingDist_comm
∀ {ι : Type u_2} {β : ι → Type u_3} [inst : Fintype ι] [inst_1 : (i : ι) → DecidableEq (β i)] (x y : (i : ι) → β i),
hammingDist x y = hammingDist y xCorresponds to dist_comm.
- Defined in
- Mathlib.InformationTheory.Hamming
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 55 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Finset.univproof · cited by 3,473
- Finset.cardproof · cited by 2,327
- Finset.filterproof · cited by 949
- Finset.filter_congrproof · cited by 167
- hammingDiststatement · cited by 26
Cited by4
Results whose statement or proof uses this declaration.
- hammingDist_zero_leftproof · cited by 0
- swap_hammingDistproof · cited by 0
- hammingDist_triangle_leftproof · cited by 0
- hammingDist_triangle_rightproof · cited by 0