Skip to content

Commit

Permalink
chore(PresheafedSpace): remove mk_coe and some comments from porting (
Browse files Browse the repository at this point in the history
#21382)

My experience with `SimpVarHead` is that declarations flagged are something that Lean can handle with eta-reduction/expansion. Either way, this declaration is not used in mathlib and the commented out code doesn't seem to be missed.
  • Loading branch information
mattrobball committed Feb 5, 2025
1 parent 6aadd7f commit 24c5975
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Mathlib/Geometry/RingedSpace/PresheafedSpace.lean
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ attribute [coe] PresheafedSpace.carrier

instance : CoeSort (PresheafedSpace C) Type* where coe X := X.carrier

theorem mk_coe (carrier) (presheaf) :
(({ carrier
presheaf } : PresheafedSpace C) : TopCat) = carrier :=
rfl

instance (X : PresheafedSpace C) : TopologicalSpace X :=
X.carrier.str

Expand Down

0 comments on commit 24c5975

Please sign in to comment.