Theorems · Theorem · number theory
Behrend.map_eq_iff
∀ {n d : ℕ} {x₁ x₂ : Fin n.succ → ℕ},
(∀ (i : Fin n.succ), x₁ i < d) →
(∀ (i : Fin n.succ), x₂ i < d) →
((Behrend.map d) x₁ = (Behrend.map d) x₂ ↔
x₁ 0 = x₂ 0 ∧ (Behrend.map d) (x₁ ∘ Fin.succ) = (Behrend.map d) (x₂ ∘ Fin.succ))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- AddMonoidHomstatement · cited by 3,230
- LT.lt.ne'proof · cited by 1,417
- add_right_injproof · cited by 71
- pos_of_gtproof · cited by 24
- mul_eq_mul_right_iffproof · cited by 12
- Behrend.mapstatement and proof · cited by 11
- Behrend.map_succproof · cited by 3
- Behrend.map_modproof · cited by 1
- Behrend.map_succ'proof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Behrend.map_injOnproof · cited by 2