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

chore(*): add mathlib4 synchronization comments #19240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(*): add mathlib4 synchronization comments
leanprover-community-bot authored Oct 31, 2023

Verified

This commit was signed with the committer’s verified signature.
ken-matsui Ken Matsui
commit 949d67ea28c2937f7fe449a310c6ac153efd027a
3 changes: 3 additions & 0 deletions src/algebraic_topology/dold_kan/equivalence.lean
Original file line number Diff line number Diff line change
@@ -11,6 +11,9 @@ import algebraic_topology.dold_kan.normalized
# The Dold-Kan correspondence
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
> Any changes to this file require a corresponding PR to mathlib4.
The Dold-Kan correspondence states that for any abelian category `A`, there is
an equivalence between the category of simplicial objects in `A` and the
category of chain complexes in `A` (with degrees indexed by `ℕ` and the
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@ import category_theory.idempotents.simplicial_object
# The Dold-Kan correspondence for pseudoabelian categories
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
> Any changes to this file require a corresponding PR to mathlib4.
In this file, for any idempotent complete additive category `C`,
the Dold-Kan equivalence
`idempotents.dold_kan.equivalence C : simplicial_object C ≌ chain_complex C ℕ`
3 changes: 3 additions & 0 deletions src/combinatorics/quiver/covering.lean
Original file line number Diff line number Diff line change
@@ -11,6 +11,9 @@ import logic.equiv.basic
/-!
# Covering
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
> Any changes to this file require a corresponding PR to mathlib4.
This file defines coverings of quivers as prefunctors that are bijective on the
so-called stars and costars at each vertex of the domain.
3 changes: 3 additions & 0 deletions src/linear_algebra/quadratic_form/dual.lean
Original file line number Diff line number Diff line change
@@ -9,6 +9,9 @@ import linear_algebra.quadratic_form.prod
/-!
# Quadratic form structures related to `module.dual`
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
> Any changes to this file require a corresponding PR to mathlib4.
## Main definitions
* `bilin_form.dual_prod R M`, the bilinear form on `(f, x) : module.dual R M × M` defined as