Theorems · Theorem · order theory
Set.SurjOn.cancel_right
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {s : Set α} {t : Set β} {f : α → β} {g₁ g₂ : β → γ},
Set.SurjOn f s t → Set.MapsTo f s t → (Set.EqOn (g₁ ∘ f) (g₂ ∘ f) s ↔ Set.EqOn g₁ g₂ t)- Defined in
- Mathlib.Data.Set.Function
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Set.MapsTostatement and proof · cited by 732
- Set.EqOnstatement and proof · cited by 603
- Set.SurjOnstatement and proof · cited by 186
- Set.EqOn.comp_rightproof · cited by 2
- Set.EqOn.cancel_rightproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Set.eqOn_comp_right_iffproof · cited by 1