Theorems · Theorem · logic and foundations
Set.piecewise_preimage
∀ {α : Type u_1} {β : Type u_2} (s : Set α) [inst : (j : α) → Decidable (j ∈ s)] (f g : α → β) (t : Set β),
s.piecewise f g ⁻¹' t = s.ite (f ⁻¹' t) (g ⁻¹' t)- Defined in
- Mathlib.Data.Set.Piecewise
- Cited by
- 6 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.
Cites7
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.preimagestatement and proof · cited by 4,946
- Set.extproof · cited by 2,266
- Set.piecewisestatement · cited by 136
- Set.piecewise_eq_of_memproof · cited by 49
- Set.piecewise_eq_of_notMemproof · cited by 49
- Set.itestatement · cited by 44
Cited by6
Results whose statement or proof uses this declaration.
- Measurable.piecewiseproof · cited by 9
- Set.indicator_preimageproof · cited by 5
- ContinuousOn.aemeasurableproof · cited by 4
- Set.mulIndicator_preimageproof · cited by 2
- ContinuousOn.measurable_piecewiseproof · cited by 2
- IsOpen.continuous_piecewise_of_specializesproof · cited by 1