All proofs
Project-declaredLean 4.33.0-rc1 · mathlib@6c5a9081e9b7

Tate Theorem lemma 1

Rep.split.TateTheorem_lemma_1

Plain-language statement

If σ generates H²(G,M) then the map H²(G,M) ⟶ H²(G,split σ) is zero.

Exact Lean statement

lemma TateTheorem_lemma_1 [FiniteClassFormation σ] : H2Map₂ ((resFunctor φ).map (ι σ)) = 0

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma TateTheorem_lemma_1 [FiniteClassFormation σ] : H2Map₂ ((resFunctor φ).map (ι σ)) = 0 := by  suffices LinearMap.ker (H2Map₂ ((resFunctor φ).map (ι σ))).hom by    ext x; simpa using this Submodule.mem_top  rw [ FiniteClassFormation.hypothesis₂ (σ := σ) inj, Submodule.span_le, Set.singleton_subset_iff]  simp only [H2res, SetLike.mem_coe, LinearMap.mem_ker]  conv_lhs => enter [2, 2]; rw [ Rep.split.cocycle_spec σ]  simp only [H2π_comp_map_apply, H2Map₂_H2π_apply]  suffices (H2π (split σ)).hom ((mapCocycles₂ (.id G) (ι σ)).hom (cocycle σ)) = 0 by    trans (map φ (𝟙 (split σ ↓ φ)) 2).hom ((H2π (split σ)).hom      ((mapCocycles₂ (.id G) (ι σ)).hom (cocycle σ)))    · simp; rfl    · simp only [this, map_zero]  rw [H2π_eq_zero_iff]  exact Rep.split.splits _
Project
Class Field Theory
License
Apache-2.0
Commit
f18cd7fd1575
Source
ClassFieldTheory/Cohomology/SplittingModule.lean:270-283

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.33.0-rc1

Exists of surjective

groupCohomology.exists_of_surjective

Plain-language statement

Given map f: M ⟶ N and q : ℕ, if H^{q+1}(M) ⟶ H^{q+1}(N) is surjective, then any z : Z^{q+1}(N) can be written as f(z') + d(y) for some z' : Z^{q+1}(M) and y : C^q(M). Note that d is spelled as toCocycles.

number theoryclass field theorylocal fields

Source project: Class Field Theory

Person-level attribution pending.

View proof record