Theorems · Theorem · ring theory
boole_mul
∀ {α : Type u_1} [inst : MulZeroOneClass α] (P : Prop) [inst_1 : Decidable P] (a : α),
(if P then 1 else 0) * a = if P then a else 0- Defined in
- Mathlib.Algebra.Ring.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext
- Assumes
- MulZeroOneClassDecidable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- one_mulproof · cited by 2,841
- MulZeroClass.zero_mulproof · cited by 1,625
- MulZeroOneClassstatement and proof · cited by 184
- ite_mulproof · cited by 83
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.taylor_coeffproof · cited by 4
- MvPowerSeries.pderiv_X_selfproof · cited by 2
- MvPowerSeries.pderiv_X_of_neproof · cited by 0