Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 41c0b18

Browse files
author
leanprover-community-bot
authored
chore(*): add mathlib4 synchronization comments
1 parent ffde2d8 commit 41c0b18

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/algebraic_topology/dold_kan/equivalence.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ import algebraic_topology.dold_kan.normalized
1111
1212
# The Dold-Kan correspondence
1313
14+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
15+
> Any changes to this file require a corresponding PR to mathlib4.
16+
1417
The Dold-Kan correspondence states that for any abelian category `A`, there is
1518
an equivalence between the category of simplicial objects in `A` and the
1619
category of chain complexes in `A` (with degrees indexed by `ℕ` and the

src/algebraic_topology/dold_kan/equivalence_pseudoabelian.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import category_theory.idempotents.simplicial_object
1212
1313
# The Dold-Kan correspondence for pseudoabelian categories
1414
15+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
16+
> Any changes to this file require a corresponding PR to mathlib4.
17+
1518
In this file, for any idempotent complete additive category `C`,
1619
the Dold-Kan equivalence
1720
`idempotents.dold_kan.equivalence C : simplicial_object C ≌ chain_complex C ℕ`

src/combinatorics/quiver/covering.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ import logic.equiv.basic
1111
/-!
1212
# Covering
1313
14+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
15+
> Any changes to this file require a corresponding PR to mathlib4.
16+
1417
This file defines coverings of quivers as prefunctors that are bijective on the
1518
so-called stars and costars at each vertex of the domain.
1619

0 commit comments

Comments
 (0)