Skip to content

Commit 619d716

Browse files
committed
fix errors
1 parent 8ab1dab commit 619d716

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Mathlib/CategoryTheory/Galois/Topology.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ lemma autEmbedding_range :
9292
Set.range (autEmbedding F) = ⋂ (f : Arrow C), { a | F.map f.hom ≫ (a f.right).hom =
9393
(a f.left).hom ≫ F.map f.hom } := by
9494
ext a
95-
simp +instances only [Set.mem_range, DFunLike.coe_fn_eq, Set.mem_iInter, Set.mem_setOf_eq]
95+
simp +instances only [Set.mem_range, Set.mem_iInter, Set.mem_setOf_eq]
9696
refine ⟨fun ⟨σ, h⟩ i ↦ by cat_disch, fun h ↦ ?_⟩
9797
exact ⟨NatIso.ofComponents a (fun {X Y} f ↦ by
9898
ext; simpa using ConcreteCategory.congr_hom (h ⟨X, Y, f⟩) _), rfl⟩

Mathlib/Geometry/Manifold/Sheaf/Smooth.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ def smoothSheafCommRing.forgetStalk (x : TopCat.of M) :
328328
(smoothSheafCommRing IM I M R).presheaf) U).hom := by
329329
dsimp
330330
rw [Iso.comp_inv_eq, ← smoothSheafCommRing.ι_forgetStalk_hom]
331+
rfl
331332

332333
/-- Given a smooth commutative ring `R` and a manifold `M`, and an open neighbourhood `U` of a point
333334
`x : M`, the evaluation-at-`x` map to `R` from smooth functions from `U` to `R`. -/

0 commit comments

Comments
 (0)