Theorems · Theorem · combinatorics
Fin.lt_of_injective_of_notMem
∀ {m n : ℕ} (f : Fin m → Fin n), Function.Injective f → ∀ {b : Fin n}, b ∉ Set.range f → m < nIf we have an injective map from Fin m to Fin n whose image does not contain everything,
then m < n. See also Fintype.card_lt_of_injective_of_notMem for the generalisation to
arbitrary finite types.
- Defined in
- Mathlib.Data.Fin.Pigeonhole
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Set.rangestatement and proof · cited by 4,705
- Fintype.card_finproof · cited by 270
- Fintype.card_lt_of_injective_of_notMemproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.