You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(Combinatorics.SimpleGraph.Copy): replace file-wide @[expose] with selective exposure
Remove `@[expose] public section`; add `@[expose]` selectively to `toEmbedding`,
`id`, `ofLE`, and `topEmbedding`, which have exported `rfl`-proved `@[simp]` lemmas.
Change `IsIndContained` from `def` to `abbrev` for elaborator transparency.
Replace `@[simps!]` on `topEmbedding` with an explicit `topEmbedding_apply` lemma.
Add missing `toEmbedding_apply` simp lemma for API symmetry with `toHom_apply`.
0 commit comments