All proofs
Project-declaredLean 4.32.0 Β· mathlib@249c48c2

Ultra Product continuous of bdd Above card

UltraProduct.continuous_of_bddAbove_card

Plain-language statement

Let Rβ‚€ be a topological ring, topologically of finite type (over β„€). Consider a family of (cardinality) finite rings R i with the discrete topology whose cardinalites are unifomly bounded. Given a family of continuous ring homs f i : R β†’+* R i, the lift R β†’+* 𝒰(Rα΅’) is also continuous.

Exact Lean statement

lemma UltraProduct.continuous_of_bddAbove_card
    [TopologicalSpace Rβ‚€]
    [IsTopologicalRing Rβ‚€]
    [Algebra.TopologicallyFG β„€ Rβ‚€]
    [βˆ€ i, TopologicalSpace (R i)]
    [βˆ€ i, IsTopologicalRing (R i)]
    [βˆ€ i, T2Space (R i)] (F : Ultrafilter ΞΉ)
    (N : β„•) (H : βˆ€αΆ  i in F, Finite (R i) ∧ Nat.card (R i) < N)
    (f : βˆ€ i, Rβ‚€ β†’+* R i) (hf : βˆ€αΆ  i in F, Continuous (f i)) :
    Continuous ((Ο€ R F).comp (RingHom.pi f))

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma UltraProduct.continuous_of_bddAbove_card    [TopologicalSpace Rβ‚€]    [IsTopologicalRing Rβ‚€]    [Algebra.TopologicallyFG β„€ Rβ‚€]    [βˆ€ i, TopologicalSpace (R i)]    [βˆ€ i, IsTopologicalRing (R i)]    [βˆ€ i, T2Space (R i)] (F : Ultrafilter ΞΉ)    (N : β„•) (H : βˆ€αΆ  i in F, Finite (R i) ∧ Nat.card (R i) < N)    (f : βˆ€ i, Rβ‚€ β†’+* R i) (hf : βˆ€αΆ  i in F, Continuous (f i)) :    Continuous ((Ο€ R F).comp (RingHom.pi f)) := by  suffices IsOpen (X := Rβ‚€) (RingHom.ker ((Ο€ R F).comp (RingHom.pi f))) by    apply continuous_of_continuousAt_zero    rw [ContinuousAt, map_zero, nhds_discrete (UltraProduct R F), pure_zero, tendsto_zero]    exact this.mem_nhds (x := 0) (map_zero _)  obtain ⟨i, ⟨e, he⟩, hf, hR, H⟩ :=    ((UltraProduct.exists_ringEquiv_of_bddAbove_card F N H f hf).and (hf.and H)).exists  have : e.symm.toRingHom.comp (f i) = (Ο€ R F).comp (RingHom.pi f) := by    rw [← he, ← RingHom.comp_assoc]; simp  rw [← this, ← RingHom.comap_ker,    (RingHom.injective_iff_ker_eq_bot e.symm.toRingHom).mp e.symm.injective]  exact hf.isOpen_preimage {0} (isOpen_discrete {0})
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/Patching/Ultraproduct.lean:398-418

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Eq finsum quotient out of bij On

AbstractHeckeOperator.eq_finsum_quotient_out_of_bijOn'

Plain-language statement

If a is fixed by V then βˆ‘αΆ  g ∈ s, g β€’ a is independent of the choice s of coset representatives in G for a subset of G β§Έ V

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Comm Group no compact automorphisms

CommGroup.no_compact_automorphisms

Plain-language statement

A connected compact Hausdorff abelian topological group does not admit a nontrivial compact group of automorphisms.

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record