Mathlib Map

Theorems · Theorem · order theory

Set.InjOn.image_diff_subset

Deprecated since 2026-06-03Use Set.InjOn.image_sdiff_subset instead.

∀ {α : Type u_1} {β : Type u_2} {s : Set α} {f : α → β} {t : Set α},
  Set.InjOn f s → t ⊆ s → f '' (s \ t) = f '' s \ f '' t

Alias of Set.InjOn.image_sdiff_subset.

Defined in
Mathlib.Data.Set.Function
Cited by
0 results in Mathlib
Foundations
Depth 61 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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.