Commit 2026-04-05 15:16 1f7c79fe

View on Github →

feat(Order/Partition): add Rel, relation induced by partition on Set (#36991) Main changes:

  • Set partition API: Adds a Set section with various useful lemmas for working with partitions of sets.
  • Induced relation: Defines Partition.Rel, a transitive and symmetric binary relation (partial equivalence relation) induced by a partition of a set.

Estimated changes