All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Extension finite

IsDedekindDomain.HeightOneSpectrum.Extension.finite

Plain-language statement

There are only finitely many nonzero primes of B above a nonzero prime of A.

Exact Lean statement

theorem Extension.finite (v : HeightOneSpectrum A) : Finite (v.Extension B)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem Extension.finite (v : HeightOneSpectrum A) : Finite (v.Extension B) := by  have := isTorsionFree A K L B  rw [Extension,  Set.coe_setOf]  rw [@Set.finite_coe_iff]  have := primesOver_finite v.asIdeal B  refine Set.Finite.of_finite_image (f := HeightOneSpectrum.asIdeal) ?_ ?_  · refine Set.Finite.subset this ?_    simp only [Set.subset_def, Set.mem_image, Set.mem_setOf_eq, forall_exists_index, and_imp,      forall_apply_eq_imp_iff₂]    rintro w rfl    simp only [Ideal.primesOver, Set.mem_setOf_eq, isPrime, true_and]    constructor    simp [Ideal.under_def, under]  · intro x hx y hy hxy    rwa [ @HeightOneSpectrum.ext_iff] at hxy
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/DedekindDomain/IntegralClosure.lean:132-146

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