Theorems · Theorem · order theory
IncidenceAlgebra.mu_apply
∀ {𝕜 : Type u_2} {α : Type u_5} [inst : AddCommGroup 𝕜] [inst_1 : One 𝕜] [inst_2 : Preorder α]
[inst_3 : LocallyFiniteOrder α] [inst_4 : DecidableEq α] (a b : α),
(IncidenceAlgebra.mu 𝕜) a b = if a = b then 1 else -∑ x ∈ Finset.Ico a b, (IncidenceAlgebra.mu 𝕜) a x- Cited by
- 2 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- AddCommGroupstatement and proof · cited by 12,871
- Preorderstatement and proof · cited by 7,952
- Finset.sumstatement and proof · cited by 5,195
- LocallyFiniteOrderstatement and proof · cited by 658
- Finset.Icostatement and proof · cited by 450
- Finset.sum_attachproof · cited by 54
- IncidenceAlgebrastatement and proof · cited by 51
- IncidenceAlgebra.mustatement · cited by 15
- IncidenceAlgebra.coe_mkproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- IncidenceAlgebra.mu_selfproof · cited by 1
- IncidenceAlgebra.mu_eq_neg_sum_Ico_of_neproof · cited by 1