Skip to content

Commit

Permalink
fix(Condensed): remove unnecessary Precoherent assumption (#9730)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagurtomas committed Jan 14, 2024
1 parent 7bffe36 commit 21a2343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Condensed/Explicit.lean
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ open CategoryTheory Limits Opposite Functor Presieve regularCoverage
namespace CategoryTheory

variable {C : Type u} [Category.{v} C] (F : Cᵒᵖ ⥤ Type (max u v)) [Preregular C]
[FinitaryPreExtensive C] [Precoherent C]
[FinitaryPreExtensive C]

theorem isSheaf_coherent_iff_regular_and_extensive : IsSheaf (coherentTopology C) F ↔
IsSheaf (extensiveCoverage C).toGrothendieck F ∧
Expand Down

0 comments on commit 21a2343

Please sign in to comment.