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
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
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
Source project: Fermat's Last Theorem
Person-level attribution pending.
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.
Source project: Fermat's Last Theorem
Person-level attribution pending.
Fermat Last Theorem of p ge 5
FermatLastTheorem.of_p_ge_5
Plain-language statement
If Fermat's Last Theorem is true for primes p β₯ 5, then FLT is true.
Source project: Fermat's Last Theorem
Person-level attribution pending.