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
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 | IsSeparatedSetSet.instInsertSetRelSet.instMembership | — | 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 | SetRel.IsSeparatedSetSet.instInsert | — | SetRel.isSeparated_insert |
insert' 📖 | mathematical | SetRel.IsSeparated | SetRel.IsSeparatedSetSet.instInsert | — | SetRel.isSeparated_insert' |
mono_left 📖 | mathematical | SetRelSet.instHasSubsetSetRel.IsSeparated | SetRel.IsSeparated | — | Set.Pairwise.mono' |
mono_right 📖 | mathematical | SetSet.instHasSubsetSetRel.IsSeparated | SetRel.IsSeparated | — | Set.Pairwise.mono |
of_subsingleton 📖 | mathematical | Set.Subsingleton | SetRel.IsSeparated | — | Set.Subsingleton.pairwise |
singleton 📖 | mathematical | — | SetRel.IsSeparatedSetSet.instSingletonSet | — | Set.pairwise_singleton |
---