We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb18d5e commit cb009dbCopy full SHA for cb009db
Mathlib/Topology/Sheaves/Skyscraper.lean
@@ -232,7 +232,9 @@ theorem skyscraperPresheaf_isSheaf : (skyscraperPresheaf p₀ A).IsSheaf := by
232
dsimp [skyscraperPresheaf]
233
rw [if_neg]
234
· exact terminalIsTerminal
235
- · exact Set.notMem_empty PUnit.unit.{u + 1})))
+ · #adaptation_note /-- 2024-03-24
236
+ Previously the universe annotation was not needed here. -/
237
+ exact Set.notMem_empty PUnit.unit.{u + 1})))
238
239
/--
240
The skyscraper presheaf supported at `p₀` with value `A` is the sheaf that assigns `A` to all opens
0 commit comments