Theorems · Theorem · order theory
Set.domRestrict_dite
∀ {α : Type u_1} {β : Type u_2} {s : Set α} [inst : (x : α) → Decidable (x ∈ s)] (f : (a : α) → a ∈ s → β)
(g : (a : α) → a ∉ s → β), (s.domRestrict fun a => if h : a ∈ s then f a h else g a h) = fun a => f ↑a ⋯- Defined in
- Mathlib.Data.Set.Restrict
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses Quot.sound
- Assumes
- Decidable
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.Elemstatement and proof · cited by 7,166
- Set.domRestrictstatement · cited by 383
Cited by4
Results whose statement or proof uses this declaration.
- Set.domRestrict_iteproof · cited by 2
- Measurable.diteproof · cited by 2
- Set.domRestrict_extend_rangeproof · cited by 2
- Set.restrict_diteproof · cited by 0