All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Group totally Disconnected of pow prime eq one

Group.totallyDisconnected_of_pow_prime_eq_one

Plain-language statement

A compact Hausdorff vector space over 𝔽_p is totally disconnected.

Exact Lean statement

@[to_additive]
theorem Group.totallyDisconnected_of_pow_prime_eq_one
    (A : Type*) [CommGroup A] [TopologicalSpace A] [IsTopologicalGroup A]
    [T2Space A] [CompactSpace A] (p : ℕ) (hp : p.Prime) (hA : ∀ a : A, a ^ p = 1) :
    TotallyDisconnectedSpace A

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
@[to_additive]theorem Group.totallyDisconnected_of_pow_prime_eq_one    (A : Type*) [CommGroup A] [TopologicalSpace A] [IsTopologicalGroup A]    [T2Space A] [CompactSpace A] (p : ) (hp : p.Prime) (hA :  a : A, a ^ p = 1) :    TotallyDisconnectedSpace A := by  have : ConnectedSpace (Subgroup.connectedComponentOfOne A) :=    Subtype.connectedSpace isConnected_connectedComponent  have : CompactSpace (Subgroup.connectedComponentOfOne A) :=    isCompact_iff_compactSpace.mp (isClosed_connectedComponent.isCompact)  have := subsingleton_of_pow_prime_eq_one (Subgroup.connectedComponentOfOne A) p hp    fun a  Subtype.ext (hA a)  rw [totallyDisconnectedSpace_iff_connectedComponent_one]  exact ((Set.subsingleton_coe _).mp this).eq_singleton_of_mem mem_connectedComponent
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/Patching/Utils/CompactHausdorffRings.lean:45-57

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