Mathlib Map

Theorems · Definition · logic and foundations

Equiv.Set.imageOfInjOn

{α : Type u_3} → {β : Type u_4} → (f : α → β) → (s : Set α) → Set.InjOn f s → ↑s ≃ ↑(f '' s)

If a function f is injective on a set s, then s is equivalent to f '' s.

Defined in
Mathlib.Logic.Equiv.Set
Cited by
11 results in Mathlib
Foundations
Depth 12 from the axioms · uses Classical.choice

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.

  • Setstatement and proof · cited by 53,352
  • Equivstatement · cited by 8,337
  • Set.Elemstatement and proof · cited by 7,166
  • Set.imagestatement and proof · cited by 5,609
  • Set.InjOnstatement and proof · cited by 543

Cited by12

Results whose statement or proof uses this declaration.