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

Commit 0c9b897

Browse files
chore(*): add mathlib4 synchronization comments
1 parent 19c869e commit 0c9b897

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

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

src/linear_algebra/quadratic_form/dual.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import linear_algebra.quadratic_form.prod
99
/-!
1010
# Quadratic form structures related to `module.dual`
1111
12+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
13+
> Any changes to this file require a corresponding PR to mathlib4.
14+
1215
## Main definitions
1316
1417
* `bilin_form.dual_prod R M`, the bilinear form on `(f, x) : module.dual R M × M` defined as

0 commit comments

Comments
 (0)