Theorems · Theorem · group theory
Set.injOn_iff_map_eq_one
∀ {F : Type u_3} {G : Type u_4} {H : Type u_5} {S : Type u_6} [inst : Group G] [inst_1 : Group H]
[inst_2 : FunLike F G H] [MonoidHomClass F G H] (f : F) [inst_4 : SetLike S G] [OneMemClass S G] [MulMemClass S G]
[InvMemClass S G] (s : S), Set.InjOn ⇑f ↑s ↔ ∀ a ∈ s, f a = 1 → a = 1- Defined in
- Mathlib.Algebra.Group.Subgroup.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- SetLike.coestatement and proof · cited by 8,199
- Groupstatement and proof · cited by 6,238
- FunLikestatement and proof · cited by 2,560
- map_mulproof · cited by 1,137
- SetLikestatement and proof · cited by 1,084
- map_oneproof · cited by 861
- Set.InjOnstatement and proof · cited by 543
- MonoidHomClassstatement and proof · cited by 244
- MulMemClass.mul_memproof · cited by 173
- mul_inv_cancelproof · cited by 128
- map_invproof · cited by 95
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.