Mathlib Map

Theorems · Theorem · order theory

Set.range_subset_range_iff_exists_comp

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {f : α → γ} {g : β → γ}, Set.range f ⊆ Set.range g ↔ ∃ h, f = g ∘ h
Defined in
Mathlib.Data.Set.Image
Cited by
3 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites2

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

  • Setstatement · cited by 53,352
  • Set.rangestatement · cited by 4,705

Cited by3

Results whose statement or proof uses this declaration.