Theorems · Theorem · logic and foundations
Set.range_piecewise
∀ {α : Type u_1} {β : Type u_2} (s : Set α) [inst : (j : α) → Decidable (j ∈ s)] (f g : α → β),
Set.range (s.piecewise f g) = f '' s ∪ g '' sᶜ- Defined in
- Mathlib.Data.Set.Piecewise
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses propext, Quot.sound
- Assumes
- Decidable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.imagestatement and proof · cited by 5,609
- Set.rangestatement and proof · cited by 4,705
- Compl.complstatement and proof · cited by 2,925
- Set.extproof · cited by 2,266
- Set.piecewisestatement and proof · cited by 136
- Set.piecewise_eq_of_memproof · cited by 49
- Set.piecewise_eq_of_notMemproof · cited by 49
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.SimpleFunc.inductionproof · cited by 14
- Function.Embedding.schroeder_bernstein_of_relproof · cited by 2
- MeasureTheory.SimpleFunc.induction'proof · cited by 1
- MeasureTheory.SimpleFunc.range_indicatorproof · cited by 1