Documentation Verification Report

Lattice

📁 Source: Mathlib/Data/Multiset/Lattice.lean

Statistics

MetricCount
Definitionsinf, sup
2
Theoremsinf_add, inf_coe, inf_cons, inf_dedup, inf_le, inf_mono, inf_ndinsert, inf_ndunion, inf_singleton, inf_union, inf_zero, le_inf, le_sup, nodup_sup_iff, sup_add, sup_coe, sup_cons, sup_dedup, sup_le, sup_mono, sup_ndinsert, sup_ndunion, sup_singleton, sup_union, sup_zero
25
Total27

Multiset

Definitions

NameCategoryTheorems
inf 📖CompOp
16 mathmath: inf_dedup, le_inf, inf_le, untrop_sum, inf_zero, inf_add, Finset.inf_def, inf_coe, trop_inf, inf_ndunion, inf_cons, inf_mono, inf_union, inf_singleton, Ideal.multiset_prod_le_inf, inf_ndinsert
sup 📖CompOp
17 mathmath: sup_ndinsert, sup_cons, sup_zero, le_sup, support_sum_subset, sup_singleton, sup_coe, mem_sup_map_support_iff, sup_dedup, nodup_sup_iff, sup_ndunion, support_sum_eq, sup_le, Finset.sup_def, sup_union, sup_mono, sup_add

Theorems

NameKindAssumesProvesValidatesDepends On
inf_add 📖mathematicalinf
Multiset
instAdd
SemilatticeInf.toMin
instCommutativeMin_mathlib
instAssociativeMin_mathlib
fold.congr_simp
inf_of_le_left
le_refl
fold_add
inf_coe 📖mathematicalinf
ofList
SemilatticeInf.toMin
Top.top
OrderTop.toTop
Preorder.toLE
PartialOrder.toPreorder
SemilatticeInf.toPartialOrder
inf_cons 📖mathematicalinf
cons
SemilatticeInf.toMin
fold_cons_left
instCommutativeMin_mathlib
instAssociativeMin_mathlib
inf_dedup 📖mathematicalinf
dedup
fold_dedup_idem
instCommutativeMin_mathlib
instAssociativeMin_mathlib
instIdempotentOpMin_mathlib
inf_le 📖mathematicalMultiset
instMembership
Preorder.toLE
PartialOrder.toPreorder
SemilatticeInf.toPartialOrder
inf
le_inf
le_rfl
inf_mono 📖mathematicalMultiset
instHasSubset
Preorder.toLE
PartialOrder.toPreorder
SemilatticeInf.toPartialOrder
inf
le_inf
inf_le
inf_ndinsert 📖mathematicalinf
ndinsert
SemilatticeInf.toMin
inf_dedup
dedup_ext
mem_ndinsert
mem_cons
inf_cons
inf_ndunion 📖mathematicalinf
ndunion
SemilatticeInf.toMin
inf_dedup
dedup_ext
mem_ndunion
mem_add
inf_add
inf_singleton 📖mathematicalinf
Multiset
instSingleton
inf_top_eq
inf_union 📖mathematicalinf
Multiset
instUnion
SemilatticeInf.toMin
inf_dedup
dedup_ext
mem_union
mem_add
inf_add
inf_zero 📖mathematicalinf
Multiset
instZero
Top.top
OrderTop.toTop
Preorder.toLE
PartialOrder.toPreorder
SemilatticeInf.toPartialOrder
fold_zero
instCommutativeMin_mathlib
instAssociativeMin_mathlib
le_inf 📖mathematicalPreorder.toLE
PartialOrder.toPreorder
SemilatticeInf.toPartialOrder
inf
induction_on
inf_zero
le_top
notMem_zero
IsEmpty.forall_iff
instIsEmptyFalse
inf_cons
le_inf_iff
mem_cons
le_sup 📖mathematicalMultiset
instMembership
Preorder.toLE
PartialOrder.toPreorder
SemilatticeSup.toPartialOrder
sup
sup_le
le_rfl
nodup_sup_iff 📖mathematicalNodup
sup
Multiset
Lattice.toSemilatticeSup
instLattice
instOrderBot
induction_on
sup_zero
instIsEmptyFalse
sup_cons
sup_add 📖mathematicalsup
Multiset
instAdd
SemilatticeSup.toMax
instCommutativeMax_mathlib
instAssociativeMax_mathlib
fold.congr_simp
sup_of_le_left
fold_add
sup_coe 📖mathematicalsup
ofList
SemilatticeSup.toMax
Bot.bot
OrderBot.toBot
Preorder.toLE
PartialOrder.toPreorder
SemilatticeSup.toPartialOrder
sup_cons 📖mathematicalsup
cons
SemilatticeSup.toMax
fold_cons_left
instCommutativeMax_mathlib
instAssociativeMax_mathlib
sup_dedup 📖mathematicalsup
dedup
fold_dedup_idem
instCommutativeMax_mathlib
instAssociativeMax_mathlib
instIdempotentOpMax_mathlib
sup_le 📖mathematicalPreorder.toLE
PartialOrder.toPreorder
SemilatticeSup.toPartialOrder
sup
induction_on
sup_zero
instIsEmptyFalse
sup_cons
sup_mono 📖mathematicalMultiset
instHasSubset
Preorder.toLE
PartialOrder.toPreorder
SemilatticeSup.toPartialOrder
sup
sup_le
le_sup
sup_ndinsert 📖mathematicalsup
ndinsert
SemilatticeSup.toMax
sup_dedup
dedup_ext
sup_cons
sup_ndunion 📖mathematicalsup
ndunion
SemilatticeSup.toMax
sup_dedup
dedup_ext
sup_add
sup_singleton 📖mathematicalsup
Multiset
instSingleton
sup_bot_eq
sup_union 📖mathematicalsup
Multiset
instUnion
SemilatticeSup.toMax
sup_dedup
dedup_ext
sup_add
sup_zero 📖mathematicalsup
Multiset
instZero
Bot.bot
OrderBot.toBot
Preorder.toLE
PartialOrder.toPreorder
SemilatticeSup.toPartialOrder
fold_zero
instCommutativeMax_mathlib
instAssociativeMax_mathlib

---

← Back to Index