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

Τ property

Rep.split.τ_property

Plain-language statement

Given a 2-cocycle σ, the image of σ in the splitting module of σ is equal to the coboundary of τ σ.

Exact Lean statement

lemma τ_property (g h : G) :
    (split σ).ρ g (τ σ h) - τ σ (g * h) + τ σ g = ι σ (cocycle σ (g,h))

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma τ_property (g h : G) :    (split σ).ρ g (τ σ h) - τ σ (g * h) + τ σ g = ι σ (cocycle σ (g,h)) := by  classical  rw [τ, apply, τ, τ, ι_apply]  ext  · simp only [equalizer_as_kernel, map_mul, Module.End.mul_apply, add_fst, sub_fst]    apply (Rep.mono_iff_injective _).mp (inferInstance : (Mono (aug.ι R G)))    simp only [equalizer_as_kernel, map_add, map_sub, aug.ofSubOfOne_spec R G, map_zero]    rw [Rep.hom_comm_apply, Rep.aug.ofSubOfOne_spec]    simp  · classical simp only [equalizer_as_kernel, Rep.aug.ofSubOfOne_spec R G,      MonoidAlgebra.coeff_sub, MonoidAlgebra.coeff_single, Finsupp.coe_sub, Pi.sub_apply,      Finsupp.single_apply, sub_smul, ite_smul, one_smul, zero_smul, Finset.sum_sub_distrib,      Finset.sum_ite_eq, Finset.mem_univ, ↓reduceIte, map_mul, Module.End.mul_apply, add_snd,      sub_snd, add_sub_cancel_left]    have : (cocycle σ) (g, 1) = (M.ρ g) ((cocycle σ) (1, 1)) := by      simpa [add_comm] using (mem_cocycles₂_iff (cocycle σ)).mp (cocycle σ).2 g 1 1    simp [this]
Project
Class Field Theory
License
Apache-2.0
Commit
f18cd7fd1575
Source
ClassFieldTheory/Cohomology/SplittingModule.lean:199-216

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