Skip to content

Commit 0ca225f

Browse files
committed
chore: split Mathlib/Topology/Algebra/RestrictedProduct (#25558)
`Mathlib/Topology/Algebra/RestrictedProduct.lean` is over 1000 lines and we have over 500 lines more of restricted product API in FLT with more to come, so I thought I would split sooner rather than later.
1 parent 4523c8f commit 0ca225f

File tree

5 files changed

+407
-361
lines changed

5 files changed

+407
-361
lines changed

Mathlib.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5999,7 +5999,8 @@ import Mathlib.Topology.Algebra.PontryaginDual
59995999
import Mathlib.Topology.Algebra.ProperAction.Basic
60006000
import Mathlib.Topology.Algebra.ProperAction.ProperlyDiscontinuous
60016001
import Mathlib.Topology.Algebra.ProperConstSMul
6002-
import Mathlib.Topology.Algebra.RestrictedProduct
6002+
import Mathlib.Topology.Algebra.RestrictedProduct.Basic
6003+
import Mathlib.Topology.Algebra.RestrictedProduct.TopologicalSpace
60036004
import Mathlib.Topology.Algebra.Ring.Basic
60046005
import Mathlib.Topology.Algebra.Ring.Compact
60056006
import Mathlib.Topology.Algebra.Ring.Ideal

Mathlib/RingTheory/DedekindDomain/FiniteAdeleRing.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Authors: María Inés de Frutos-Fernández
55
-/
66
import Mathlib.RingTheory.DedekindDomain.AdicValuation
77
import Mathlib.RingTheory.DedekindDomain.Factorization
8-
import Mathlib.Topology.Algebra.RestrictedProduct
8+
import Mathlib.Topology.Algebra.RestrictedProduct.TopologicalSpace
99

1010
/-!
1111
# The finite adèle ring of a Dedekind domain

0 commit comments

Comments
 (0)