Theorems · Theorem · logic and foundations
Set.piecewise_op
∀ {α : Type u_1} {δ : α → Sort u_7} (s : Set α) (f g : (i : α) → δ i) [inst : (j : α) → Decidable (j ∈ s)]
{δ' : α → Sort u_8} (h : (i : α) → δ i → δ' i),
(s.piecewise (fun x => h x (f x)) fun x => h x (g x)) = fun x => h x (s.piecewise f g x)- Defined in
- Mathlib.Data.Set.Piecewise
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext, 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.piecewisestatement · cited by 136
- Set.apply_piecewiseproof · cited by 3
Cited by4
Results whose statement or proof uses this declaration.
- Set.piecewise_negproof · cited by 2
- Set.piecewise_smulproof · cited by 0
- Set.piecewise_invproof · cited by 0
- Set.piecewise_vaddproof · cited by 0