Cover
📁 Source: Mathlib/Data/Rel/Cover.lean
Statistics
| Metric | Count |
|---|---|
DefinitionsIsCover | 1 |
Theoremsanti, empty, mono, mono_entourage, nonempty, of_maximal_isSeparated, refl, rfl, union, isCover_empty_right, isCover_id, isCover_relId, isCover_univ | 13 |
| Total | 14 |
SetRel
Definitions
| Name | Category | Theorems |
|---|---|---|
IsCover 📖 | MathDef |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
isCover_empty_right 📖 | mathematical | — | IsCoverSetSet.instEmptyCollection | — | — |
isCover_id 📖 | mathematical | — | IsCoveridSetSet.instHasSubset | — | — |
isCover_relId 📖 | mathematical | — | IsCoveridSetSet.instHasSubset | — | isCover_id |
isCover_univ 📖 | mathematical | — | IsCoverSet.univSet.Nonempty | — | — |
SetRel.IsCover
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
anti 📖 | — | SetSet.instHasSubsetSetRel.IsCover | — | — | — |
empty 📖 | mathematical | — | SetRel.IsCoverSetSet.instEmptyCollection | — | instIsEmptyFalse |
mono 📖 | — | SetSet.instHasSubsetSetRel.IsCover | — | — | — |
mono_entourage 📖 | — | SetRelSet.instHasSubsetSetRel.IsCover | — | — | — |
nonempty 📖 | — | SetRel.IsCoverSet.Nonempty | — | — | — |
of_maximal_isSeparated 📖 | mathematical | MaximalSetSet.instLESet.instHasSubsetSetRel.IsSeparated | SetRel.IsCover | — | SetRel.rflMathlib.Tactic.Push.not_and_eqSetRel.IsSeparated.insertSet.subset_insertSet.mem_insert |
refl 📖 | mathematical | — | SetRel.IsCover | — | SetRel.rfl |
rfl 📖 | mathematical | — | SetRel.IsCover | — | refl |
union 📖 | mathematical | SetRel.IsCover | SetSet.instUnion | — | — |
---