Theorems · Theorem · order theory
Multiset.inf_coe
∀ {α : Type u_1} [inst : SemilatticeInf α] [inst_1 : OrderTop α] (l : List α),
(↑l).inf = List.foldr (fun x1 x2 => x1 ⊓ x2) ⊤ l- Defined in
- Mathlib.Data.Multiset.Lattice
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext
- Assumes
- SemilatticeInfOrderTop
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Top.topstatement · cited by 9,680
- SemilatticeInfstatement and proof · cited by 634
- OrderTopstatement and proof · cited by 493
- Multiset.ofListstatement · cited by 290
- Multiset.infstatement · cited by 19
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.