Theorems · Theorem
Function.not_injective_iff
∀ {α : Sort u_1} {β : Sort u_2} {f : α → β}, ¬Function.Injective f ↔ ∃ a b, f a = f b ∧ a ≠ b- Defined in
- Mathlib.Logic.Function.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by6
Results whose statement or proof uses this declaration.
- Matrix.PosDef.isUnitproof · cited by 4
- OrdinalApprox.exists_lfpApprox_eq_lfpApproxproof · cited by 2
- Function.not_injective_constproof · cited by 2
- Matrix.IsDetpBalanced.submatrix_of_card_leproof · cited by 1
- Matrix.detp_mulproof · cited by 1
- AffineIndependent.injective_affineSpan_imageproof · cited by 0