mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

feat (Algebra/FreeMonoid) : define set of symbols in free monoid element

Open hannahfechtner opened this issue 1 year ago • 1 comments

We add a separate file in which the set of symbols of a FreeMonoid element is defined. This is separated so that users of the basic FreeMonoid file need not unnecessarily import the finiteness hierarchy (as symbols is defined as a Finset)


Open in Gitpod

hannahfechtner avatar Oct 22 '24 01:10 hannahfechtner

PR summary b4fbe4083d

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Algebra.FreeMonoid.Symbols 404

Declarations diff

+ mem_symbols + symbols + symbols_mul + symbols_of + symbols_one

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

github-actions[bot] avatar Oct 22 '24 01:10 github-actions[bot]

Pull request successfully merged into master.

Build succeeded:

mathlib-bors[bot] avatar Oct 28 '24 15:10 mathlib-bors[bot]