Theorems · Theorem · logic and foundations
ite_and
∀ {α : Sort u_1} (P Q : Prop) [inst : Decidable P] (a b : α) [inst_1 : Decidable Q],
(if P ∧ Q then a else b) = if P then if Q then a else b else b- Defined in
- Mathlib.Logic.Basic
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by14
Results whose statement or proof uses this declaration.
- finsuppTensorFinsupp_applyproof · cited by 5
- Algebra.Generators.map_toComp_kerproof · cited by 3
- Matrix.kroneckerMap_diagonal_diagonalproof · cited by 3
- Module.Basis.linearMap_apply_applyproof · cited by 2
- Matrix.trace_single_mulproof · cited by 1
- AlgHom.mulLeftRightMatrix.comp_invproof · cited by 1
- AlgHom.mulLeftRightMatrix.inv_compproof · cited by 1
- Equiv.Perm.card_of_cycleType_singletonproof · cited by 1
- Polynomial.resultant_succ_left_degproof · cited by 1
- Ideal.single_mem_jacobson_matrixproof · cited by 1
- Matrix.trace_mul_singleproof · cited by 1
- Polynomial.toMatrix_sylvesterMapproof · cited by 1