Theorems · Theorem · measure theory
Set.indicator_const_preimage_eq_union
∀ {α : Type u_1} {M : Type u_3} [inst : Zero M] (U : Set α) (s : Set M) (a : M) [inst_1 : Decidable (a ∈ s)]
[inst_2 : Decidable (0 ∈ s)], (U.indicator fun x => a) ⁻¹' s = (if a ∈ s then U else ∅) ∪ if 0 ∈ s then Uᶜ else ∅- Defined in
- Mathlib.Algebra.Notation.Indicator
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.univproof · cited by 3,945
- Compl.complstatement and proof · cited by 2,925
- Set.indicatorstatement · cited by 723
- Set.univ_interproof · cited by 258
- Set.union_emptyproof · cited by 78
- Set.union_compl_selfproof · cited by 57
- Set.empty_unionproof · cited by 52
- Set.iteproof · cited by 44
- Set.compl_eq_univ_sdiffproof · cited by 43
- Set.union_selfproof · cited by 32
Cited by3
Results whose statement or proof uses this declaration.
- aemeasurable_indicator_const_iffproof · cited by 5
- ProbabilityTheory.Kernel.iIndepSet.iIndepFun_indicatorproof · cited by 2
- Set.indicator_const_preimageproof · cited by 2