Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
dagurtomas committed Oct 4, 2024
1 parent b6c7975 commit ad30c8d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
11 changes: 2 additions & 9 deletions LeanCondensed/Mathlib/CategoryTheory/Sites/DirectImage.lean
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ lemma inverseDirectImageAdjunction_unit_app_val (X : Sheaf J A) :
((inverseDirectImageAdjunction J K A F).unit.app X).val =
F.op.lanUnit.app X.val ≫ whiskerLeft F.op (toSheafify K (F.op.lan.obj X.val)) := by
change ((sheafToPresheaf J A).map ((inverseDirectImageAdjunction J K A F).unit.app X)) = _
simp only [Functor.id_obj, sheafToPresheaf_obj, Functor.comp_obj, inverseDirectImageAdjunction,
Adjunction.comp, whiskeringLeft_obj_obj, Functor.lanAdjunction_unit,
Adjunction.map_restrictFullyFaithful_unit_app, NatTrans.comp_app, whiskerLeft_app,
whiskerRight_app, sheafificationAdjunction_unit_app, whiskeringLeft_obj_map,
Functor.associator_inv_app, Category.comp_id, Iso.refl_hom, NatTrans.id_app, Functor.comp_map,
Functor.map_id, whiskerLeft_id']
simp [inverseDirectImageAdjunction, -sheafToPresheaf_map]

lemma inverseDirectImageAdjunction_unit_app_val_app (X : Sheaf J A) (Y : C) :
((inverseDirectImageAdjunction J K A F).unit.app X).val.app ⟨Y⟩ =
Expand All @@ -57,9 +52,7 @@ lemma inverseDirectImageAdjunction_counit_app (X : Sheaf K A) :
Adjunction.map_restrictFullyFaithful_counit_app, Iso.refl_inv, NatTrans.id_app,
whiskeringLeft_obj_obj, Functor.comp_map, Category.id_comp]
erw [Functor.map_id, Functor.map_id]
simp only [Adjunction.comp, Functor.comp_obj, sheafToPresheaf_obj, whiskeringLeft_obj_obj,
Functor.lanAdjunction_unit, NatTrans.comp_app, Functor.id_obj, Functor.associator_hom_app,
whiskerLeft_app, whiskerRight_app, Category.id_comp]
simp

def pointTopology : GrothendieckTopology PUnit := ⊥

Expand Down
24 changes: 17 additions & 7 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "31fb27d6b89dc94cf7349df247fc44d2a1d130af",
"rev": "13f9b00769bdac2c0041406a6c2524a361e8d660",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -15,7 +15,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "71f54425e6fe0fa75f3aef33a2813a7898392222",
"rev": "2c8ae451ce9ffc83554322b14437159c1a9703f9",
"name": "Qq",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
Expand All @@ -25,7 +25,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "c792cfd1efe6e01cb176e158ddb195bedfb7ad33",
"rev": "b20a88676fd00affb90cbc9f1ff004ae588103b3",
"name": "aesop",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
Expand All @@ -35,10 +35,10 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "a96aee5245720f588876021b6a0aa73efee49c76",
"rev": "eb08eee94098fe530ccd6d8751a86fe405473d4c",
"name": "proofwidgets",
"manifestFile": "lake-manifest.json",
"inputRev": "v0.0.41",
"inputRev": "v0.0.42",
"inherited": true,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover/lean4-cli",
Expand All @@ -55,17 +55,27 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "57bd2065f1dbea5e9235646fb836c7cea9ab03b6",
"rev": "63a7d4a353f48f6c5f1bc19d0f018b0513cb370a",
"name": "importGraph",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inherited": true,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/LeanSearchClient",
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "781beceb959c68b36d3d96205b3531e341879d2c",
"name": "LeanSearchClient",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inherited": true,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/mathlib4.git",
"type": "git",
"subDir": null,
"scope": "",
"rev": "5d1d19d652d9d0f3effa4041727d4c3fca31d5da",
"rev": "b758def5262ecb106a626ec885176ed1ece2e4ba",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": null,
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.11.0-rc2
leanprover/lean4:v4.13.0-rc3

0 comments on commit ad30c8d

Please sign in to comment.