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

Ultra Product surjective of bdd Above card

UltraProduct.surjective_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 surjective ring homs f i : R β†’+* R i, the lift R β†’+* 𝒰(Rα΅’) is also surjective.

Exact Lean statement

lemma UltraProduct.surjective_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))
    (hf' : βˆ€αΆ  i in F, Function.Surjective (f i)) :
    Function.Surjective ((Ο€ R F).comp (RingHom.pi f))

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma UltraProduct.surjective_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))    (hf' : βˆ€αΆ  i in F, Function.Surjective (f i)) :    Function.Surjective ((Ο€ R F).comp (RingHom.pi f)) := by  obtain ⟨i, ⟨e, he⟩, hf⟩ :=    ((UltraProduct.exists_ringEquiv_of_bddAbove_card F N H f hf).and hf').exists  have : e.symm.toRingHom.comp (f i) = (Ο€ R F).comp (RingHom.pi f) := by    rw [← he, ← RingHom.comp_assoc]; simp  rw [← this]  exact e.symm.surjective.comp hf
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/Patching/Ultraproduct.lean:429-445

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