Theorems · Theorem · order theory
Set.eqOn_union
∀ {α : Type u_1} {β : Type u_2} {s₁ s₂ : Set α} {f₁ f₂ : α → β},
Set.EqOn f₁ f₂ (s₁ ∪ s₂) ↔ Set.EqOn f₁ f₂ s₁ ∧ Set.EqOn f₁ f₂ s₂- Defined in
- Mathlib.Data.Set.Function
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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.EqOnstatement · cited by 603
- forall₂_or_leftproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- Monoid.Coprod.hom_extproof · cited by 14
- AddMonoid.Coprod.hom_extproof · cited by 12
- Set.EqOn.unionproof · cited by 1