All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Pa zero

PureU1.VectorLikeEvenPlane.Pa_zero

Project documentation

A point in the span of the basis as a charge. -/ def Pa (f : Fin n.succ → ℚ) (g : Fin n → ℚ) : (PureU1 (2 * n.succ)).Charges := P f + P! g /-! ### E.3. Components of the inclusion into charges -/ lemma Pa_evenShiftFst (f : Fin n.succ → ℚ) (g : Fin n → ℚ) (j : Fin n) : Pa f g (evenShiftFst j) = f j.succ + g j := by rw [Pa] simp only [ACCSystemCharges.charg...

Exact Lean statement

lemma Pa_zero (f : Fin n.succ → ℚ) (g : Fin n → ℚ) (h : Pa f g = 0) :
    ∀ i, f i = 0

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma Pa_zero (f : Fin n.succ  ) (g : Fin n  ) (h : Pa f g = 0) :     i, f i = 0 := by  have h₃ := Pa_evenShitZero f g  rw [h] at h₃  change 0 = f 0 at h₃  intro i  have hinduc (iv : ) (hiv : iv < n.succ) : f iv, hiv = 0 := by    induction iv    exact h₃.symm    rename_i iv hi    have hivi : iv < n.succ := lt_of_succ_lt hiv    have hi2 := hi hivi    have h1 := Pa_evenShiftFst f g iv, succ_lt_succ_iff.mp hiv    have h2 := Pa_evenShiftSnd f g iv, succ_lt_succ_iff.mp hiv    rw [h] at h1 h2    simp only [Fin.succ_mk, Fin.castSucc_mk] at h1 h2    erw [hi2] at h2    change 0 = _ at h2    simp only [neg_zero, zero_sub, zero_eq_neg] at h2    rw [h2] at h1    exact right_eq_add.mp h1  exact hinduc i.val i.prop
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/QFT/QED/AnomalyCancellation/Even/BasisLinear.lean:780-801

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