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

Commit 4c19a16

Browse files
author
github-actions[bot]
committed
chore(*): add mathlib4 synchronization comments (#18381)
Regenerated from the [port status wiki page](https://github.com/leanprover-community/mathlib/wiki/mathlib4-port-status). Relates to the following files: * `combinatorics.set_family.compression.uv` * `combinatorics.young.young_diagram` * `data.finmap` * `data.finsupp.multiset` * `data.finsupp.to_dfinsupp` * `data.fp.basic` * `data.set_like.fintype` * `dynamics.fixed_points.topology` * `linear_algebra.general_linear_group` * `order.countable_dense_linear_order` * `order.hom.lattice` * `order.succ_pred.linear_locally_finite` * `topology.omega_complete_partial_order` * `topology.uniform_space.cauchy` * `topology.uniform_space.separation`
1 parent c4bcf3a commit 4c19a16

15 files changed

Lines changed: 45 additions & 0 deletions

File tree

src/combinatorics/set_family/compression/uv.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import data.finset.card
88
/-!
99
# UV-compressions
1010
11+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
12+
> Any changes to this file require a corresponding PR to mathlib4.
13+
1114
This file defines UV-compression. It is an operation on a set family that reduces its shadow.
1215
1316
UV-compressing `a : α` along `u v : α` means replacing `a` by `(a ⊔ u) \ v` if `a` and `u` are

src/combinatorics/young/young_diagram.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import data.finset.preimage
99
/-!
1010
# Young diagrams
1111
12+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
13+
> Any changes to this file require a corresponding PR to mathlib4.
14+
1215
A Young diagram is a finite set of up-left justified boxes:
1316
1417
```text

src/data/finmap.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import data.finset.basic
88
import data.part
99
/-!
1010
# Finite maps over `multiset`
11+
12+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
13+
> Any changes to this file require a corresponding PR to mathlib4.
1114
-/
1215

1316
universes u v w

src/data/finsupp/multiset.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import data.finsupp.order
99
/-!
1010
# Equivalence between `multiset` and `ℕ`-valued finitely supported functions
1111
12+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
13+
> Any changes to this file require a corresponding PR to mathlib4.
14+
1215
This defines `finsupp.to_multiset` the equivalence between `α →₀ ℕ` and `multiset α`, along
1316
with `multiset.to_finsupp` the reverse equivalence and `finsupp.order_iso_multiset` the equivalence
1417
promoted to an order isomorphism.

src/data/finsupp/to_dfinsupp.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ import data.finsupp.basic
1010
/-!
1111
# Conversion between `finsupp` and homogenous `dfinsupp`
1212
13+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
14+
> Any changes to this file require a corresponding PR to mathlib4.
15+
1316
This module provides conversions between `finsupp` and `dfinsupp`.
1417
It is in its own file since neither `finsupp` or `dfinsupp` depend on each other.
1518

src/data/fp/basic.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import data.semiquot
77
import data.rat.floor
88
/-!
99
# Implementation of floating-point numbers (experimental).
10+
11+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
12+
> Any changes to this file require a corresponding PR to mathlib4.
1013
-/
1114

1215
def int.shift2 (a b : ℕ) : ℤ → ℕ × ℕ

src/data/set_like/fintype.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import data.fintype.powerset
88
/-!
99
# Set-like fintype
1010
11+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
12+
> Any changes to this file require a corresponding PR to mathlib4.
13+
1114
This file contains a fintype instance for set-like objects such as subgroups. If `set_like A B`
1215
and `fintype B` then `fintype A`.
1316
-/

src/dynamics/fixed_points/topology.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import topology.separation
99
/-!
1010
# Topological properties of fixed points
1111
12+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
13+
> Any changes to this file require a corresponding PR to mathlib4.
14+
1215
Currently this file contains two lemmas:
1316
1417
- `is_fixed_pt_of_tendsto_iterate`: if `f^n(x) → y` and `f` is continuous at `y`, then `f y = y`;

src/linear_algebra/general_linear_group.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import algebra.module.equiv
88
/-!
99
# The general linear group of linear maps
1010
11+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
12+
> Any changes to this file require a corresponding PR to mathlib4.
13+
1114
The general linear group is defined to be the group of invertible linear maps from `M` to itself.
1215
1316
See also `matrix.general_linear_group`

src/order/countable_dense_linear_order.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import data.finset.lattice
99
/-!
1010
# The back and forth method and countable dense linear orders
1111
12+
> THIS FILE IS SYNCHRONIZED WITH MATHLIB4.
13+
> Any changes to this file require a corresponding PR to mathlib4.
14+
1215
## Results
1316
1417
Suppose `α β` are linear orders, with `α` countable and `β` dense, nontrivial. Then there is an

0 commit comments

Comments
 (0)