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
Inlines a single-use private declaration, which allows us to get rid of a couple `backward.privateInPublic`s.
This reduces instructions in that file by ~29% (but this gets swallowed in the overall noise).
Note: before this PR, `LieModule.Cohomology.d₂₃_aux._proof_17` was the biggest proof in mathlib (counted with sharing). :) This PR changes it to `CategoryTheory.Functor.IsDenseSubsite.isIso_ranCounit_app_of_isDenseSubsite`.
0 commit comments