All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Mem rep Gauge Group I ker iff eq

StandardModel.DownSinglet.mem_repGaugeGroupI_ker_iff_eq

Plain-language statement

Characterizes the full-group elements acting trivially on the down-type singlet.

Exact Lean statement

lemma mem_repGaugeGroupI_ker_iff_eq {g : GaugeGroupI} :
    g ∈ repGaugeGroupI.ker ↔ ∃ a : ℂ,
      g.toSU3.1 = a • 1 ∧ a * star g.toU1.1 ^ 2 = 1

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma mem_repGaugeGroupI_ker_iff_eq {g : GaugeGroupI} :    g  repGaugeGroupI.ker   a : ℂ,      g.toSU3.1 = a • 1  a * star g.toU1.1 ^ 2 = 1 := by  rw [MonoidHom.mem_ker,  MonoidHom.map_one repGaugeGroupI, repGaugeGroupI_eq_iff_mul_eq]  constructor  · intro h    have hc : star g.toU1.1 ^ 2  0 := by      apply pow_ne_zero      rw [star_ne_zero]      intro hzero      have hu := Unitary.star_mul_self_of_mem g.toU1.2      simp [hzero] at hu    use g.toSU3.1 0 0    simp only [map_one, OneMemClass.coe_one, Fin.forall_fin_succ, Fin.isValue,      Fin.succ_zero_eq_one, IsEmpty.forall_iff, and_true, one_apply_eq, ne_eq,      one_ne_zero, not_false_eq_true, one_apply_ne, mul_eq_zero, zero_ne_one,      Fin.succ_one_eq_two, Fin.reduceEq, star_one, one_pow, one_mul] at h    refine ?_, ?_    · ext i j      fin_cases i <;> fin_cases j <;> simp <;> grind    · grind  · rintro a, h₁, h₂ i i'    simp only [Matrix.smul_apply, smul_eq_mul, h₁, map_one, OneMemClass.coe_one,      star_one, one_pow, one_mul]    linear_combination h₂ * (1 : Matrix _ _ ℂ) i' i
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Particles/StandardModel/Fermions/DownSinglet.lean:228-252

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

Adiabatic relation log

adiabatic_relation_log

Plain-language statement

Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Adiabatic relation Ua Ub Va Vb

adiabatic_relation_UaUbVaVb

Plain-language statement

Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record