Mathlib Map

Theorems · Theorem

EmbeddingLike.comp_injective

∀ {α : Sort u_2} {β : Sort u_3} {γ : Sort u_4} {F : Sort u_5} [inst : FunLike F β γ] [EmbeddingLike F β γ] (f : α → β)
  (e : F), Function.Injective (⇑e ∘ f) ↔ Function.Injective f
Defined in
Mathlib.Data.FunLike.Embedding
Cited by
3 results in Mathlib
Foundations
Depth 7 from the axioms · uses no axioms
Assumes
FunLikeEmbeddingLike

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.