Skip to content

Commit

Permalink
bump to nightly-2023-04-06-16
Browse files Browse the repository at this point in the history
  • Loading branch information
leanprover-community-bot committed Apr 6, 2023
1 parent f3c842f commit f3692ad
Show file tree
Hide file tree
Showing 9 changed files with 967 additions and 71 deletions.
4 changes: 2 additions & 2 deletions Mathbin/AlgebraicTopology/DoldKan/NCompGamma.lean
Expand Up @@ -192,8 +192,8 @@ def natTrans : (n₂ : Karoubi (SimplicialObject C) ⥤ _) ⋙ Γ₂ ⟶ 𝟭 _

theorem natTrans_app_f_app (P : Karoubi (SimplicialObject C)) :
Γ₂N₂.natTrans.app P =
(n₂ ⋙ Γ₂).map P.decompIdI
(compatibilityΓ₂N₁Γ₂N₂.Hom ≫ Γ₂N₁.natTrans).app P.pt ≫ P.decompIdP :=
(n₂ ⋙ Γ₂).map P.decompId_i
(compatibilityΓ₂N₁Γ₂N₂.Hom ≫ Γ₂N₁.natTrans).app P.pt ≫ P.decompId_p :=
whiskeringLeft_obj_preimage_app (compatibilityΓ₂N₁Γ₂N₂.Hom ≫ Γ₂N₁.natTrans) P
#align algebraic_topology.dold_kan.Γ₂N₂.nat_trans_app_f_app AlgebraicTopology.DoldKan.Γ₂N₂.natTrans_app_f_app

Expand Down
372 changes: 372 additions & 0 deletions Mathbin/Analysis/SpecificLimits/Basic.lean

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Mathbin/CategoryTheory/Idempotents/Biproducts.lean
Expand Up @@ -130,11 +130,11 @@ def complement (P : Karoubi C) : Karoubi C
instance (P : Karoubi C) : HasBinaryBiproduct P P.complement :=
hasBinaryBiproduct_of_total
{ pt := P.pt
fst := P.decompIdP
snd := P.complement.decompIdP
inl := P.decompIdI
inr := P.complement.decompIdI
inl_fst := P.decomp_id.symm
fst := P.decompId_p
snd := P.complement.decompId_p
inl := P.decompId_i
inr := P.complement.decompId_i
inl_fst := P.decompId.symm
inl_snd :=
by
simp only [decomp_id_i_f, decomp_id_p_f, complement_p, comp_sub, comp_f, hom_ext,
Expand All @@ -145,7 +145,7 @@ instance (P : Karoubi C) : HasBinaryBiproduct P P.complement :=
simp only [decomp_id_i_f, complement_p, decomp_id_p_f, sub_comp, comp_f, hom_ext,
quiver.hom.add_comm_group_zero_f, P.idem]
erw [id_comp, sub_self]
inr_snd := P.complement.decomp_id.symm }
inr_snd := P.complement.decompId.symm }
(by
simp only [hom_ext, ← decomp_p, quiver.hom.add_comm_group_add_f, to_karoubi_map_f, id_eq,
coe_p, complement_p, add_sub_cancel'_right])
Expand All @@ -155,8 +155,8 @@ preadditive category is actually a direct factor of the image `(to_karoubi C).ob
of `P.X` in the category `karoubi C` -/
def decomposition (P : Karoubi C) : P ⊞ P.complement ≅ (toKaroubi _).obj P.pt
where
Hom := biprod.desc P.decompIdI P.complement.decompIdI
inv := biprod.lift P.decompIdP P.complement.decompIdP
Hom := biprod.desc P.decompId_i P.complement.decompId_i
inv := biprod.lift P.decompId_p P.complement.decompId_p
hom_inv_id' := by
ext1
· simp only [← assoc, biprod.inl_desc, comp_id, biprod.lift_eq, comp_add, ← decomp_id, id_comp,
Expand Down
134 changes: 121 additions & 13 deletions Mathbin/CategoryTheory/Idempotents/FunctorExtension.lean

Large diffs are not rendered by default.

248 changes: 208 additions & 40 deletions Mathbin/CategoryTheory/Idempotents/Karoubi.lean

Large diffs are not rendered by default.

142 changes: 142 additions & 0 deletions Mathbin/LinearAlgebra/StdBasis.lean

Large diffs are not rendered by default.

110 changes: 108 additions & 2 deletions Mathbin/RingTheory/SimpleModule.lean

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lake-manifest.json
Expand Up @@ -4,15 +4,15 @@
[{"git":
{"url": "https://github.com/leanprover-community/lean3port.git",
"subDir?": null,
"rev": "f638d299ce012032021d0892d4f824381d798aa7",
"rev": "34fd1cd4d80765166ce16a3af30272f36ca073d0",
"name": "lean3port",
"inputRev?": "f638d299ce012032021d0892d4f824381d798aa7"}},
"inputRev?": "34fd1cd4d80765166ce16a3af30272f36ca073d0"}},
{"git":
{"url": "https://github.com/leanprover-community/mathlib4.git",
"subDir?": null,
"rev": "56944fb65c22a653305bf286886c0837a8cc6899",
"rev": "37b23dab695396bee39b27841e2475e01df12874",
"name": "mathlib",
"inputRev?": "56944fb65c22a653305bf286886c0837a8cc6899"}},
"inputRev?": "37b23dab695396bee39b27841e2475e01df12874"}},
{"git":
{"url": "https://github.com/gebner/quote4",
"subDir?": null,
Expand Down
4 changes: 2 additions & 2 deletions lakefile.lean
Expand Up @@ -4,7 +4,7 @@ open Lake DSL System
-- Usually the `tag` will be of the form `nightly-2021-11-22`.
-- If you would like to use an artifact from a PR build,
-- it will be of the form `pr-branchname-sha`.
def tag : String := "nightly-2023-04-06-14"
def tag : String := "nightly-2023-04-06-16"
def releaseRepo : String := "leanprover-community/mathport"
def oleanTarName : String := "mathlib3-binport.tar.gz"

Expand Down Expand Up @@ -38,7 +38,7 @@ target fetchOleans (_pkg : Package) : Unit := do
untarReleaseArtifact releaseRepo tag oleanTarName libDir
return .nil

require lean3port from git "https://github.com/leanprover-community/lean3port.git"@"f638d299ce012032021d0892d4f824381d798aa7"
require lean3port from git "https://github.com/leanprover-community/lean3port.git"@"34fd1cd4d80765166ce16a3af30272f36ca073d0"

@[default_target]
lean_lib Mathbin where
Expand Down

0 comments on commit f3692ad

Please sign in to comment.