Skip to content

Commit

Permalink
chore(PartialHomeomorph): Fintype -> Finite (#10288)
Browse files Browse the repository at this point in the history
  • Loading branch information
urkud committed Feb 6, 2024
1 parent a76d5c1 commit d64b678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Topology/PartialHomeomorph.lean
Expand Up @@ -1092,7 +1092,7 @@ end Prod
/- finite product of partial homeomorphisms -/
section Pi

variable {ι : Type*} [Fintype ι] {X Y : ι → Type*} [∀ i, TopologicalSpace (X i)]
variable {ι : Type*} [Finite ι] {X Y : ι → Type*} [∀ i, TopologicalSpace (X i)]
[∀ i, TopologicalSpace (Y i)] (ei : ∀ i, PartialHomeomorph (X i) (Y i))

/-- The product of a finite family of `PartialHomeomorph`s. -/
Expand Down

0 comments on commit d64b678

Please sign in to comment.