Theorems · Theorem · order theory
Set.domRestrict_ite
∀ {α : Type u_1} {β : Type u_2} (f g : α → β) (s : Set α) [inst : (x : α) → Decidable (x ∈ s)],
(s.domRestrict fun a => if a ∈ s then f a else g a) = s.domRestrict f- Defined in
- Mathlib.Data.Set.Restrict
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses Quot.sound
- Assumes
- Decidable
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.
- Setstatement and proof · cited by 53,352
- Set.Elemstatement · cited by 7,166
- Set.domRestrictstatement · cited by 383
- Set.domRestrict_diteproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- Set.domRestrict_piecewiseproof · cited by 4
- Set.restrict_iteproof · cited by 0