Separated
📁 Source: Mathlib/Data/Rel/Separated.lean
Statistics
| Metric | Count |
|---|---|
DefinitionsIsSeparated | 1 |
| 11 | |
| Total | 12 |
Set.Subsingleton
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
relIsSeparated 📖 | mathematical | Set.Subsingleton | SetRel.IsSeparated | — | SetRel.IsSeparated.of_subsingleton |
SetRel
Definitions
| Name | Category | Theorems |
|---|---|---|
IsSeparated 📖 | MathDef |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
isSeparated_insert 📖 | mathematical | — | IsSeparatedSetSet.instInsert | — | Set.pairwise_insert_of_symmetricsymm |
isSeparated_insert' 📖 | mathematical | — | IsSeparatedSetSet.instInsert | — | not_imp_comm |
isSeparated_insert_of_notMem 📖 | mathematical | SetSet.instMembership | IsSeparatedSet.instInsertSetRel | — | Set.pairwise_insert_of_symmetric_of_notMemsymm |
SetRel.IsSeparated
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
empty 📖 | mathematical | — | SetRel.IsSeparatedSetSet.instEmptyCollection | — | Set.pairwise_empty |
insert 📖 | mathematical | SetRel.IsSeparated | SetSet.instInsert | — | SetRel.isSeparated_insert |
insert' 📖 | mathematical | SetRel.IsSeparated | SetSet.instInsert | — | SetRel.isSeparated_insert' |
mono_left 📖 | — | SetRelSet.instHasSubsetSetRel.IsSeparated | — | — | Set.Pairwise.mono' |
mono_right 📖 | — | SetSet.instHasSubsetSetRel.IsSeparated | — | — | Set.Pairwise.mono |
of_subsingleton 📖 | mathematical | Set.Subsingleton | SetRel.IsSeparated | — | Set.Subsingleton.pairwise |
singleton 📖 | mathematical | — | SetRel.IsSeparatedSetSet.instSingletonSet | — | Set.pairwise_singleton |
---