Pa zero
PureU1.VectorLikeOddPlane.Pa_zero
Project documentation
A point in the span of the basis as a charge. -/ def Pa (f : Fin n → ℚ) (g : Fin n → ℚ) : (PureU1 (2 * n + 1)).Charges := P f + P! g /-! ### E.3. Components of the inclusion -/ lemma Pa_oddShiftShiftZero (f g : Fin n.succ → ℚ) : Pa f g oddShiftShiftZero = f 0 := by rw [Pa] simp only [ACCSystemCharges.chargesAddCommMonoid_add] nth_rewrite 1 [oddShiftShiftZ...
Exact Lean statement
lemma Pa_zero (f g : Fin n.succ → ℚ) (h : Pa f g = 0) :
∀ i, f i = 0Formal artifact
Lean source
lemma Pa_zero (f g : Fin n.succ → ℚ) (h : Pa f g = 0) : ∀ i, f i = 0 := by have h₃ := Pa_oddShiftShiftZero f g rw [h] at h₃ change 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_oddShiftShiftSnd f g ⟨iv, hivi⟩ rw [h, hi2] at h1 change 0 = _ at h1 simp only [neg_zero, succ_eq_add_one, zero_sub, zero_eq_neg] at h1 have h2 := Pa_oddShiftShiftFst f g ⟨iv, succ_lt_succ_iff.mp hiv⟩ simp only [succ_eq_add_one, h, Fin.succ_mk, Fin.castSucc_mk, h1, add_zero] at h2 exact h2.symm exact hinduc i.val i.prop- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/QFT/QED/AnomalyCancellation/Odd/BasisLinear.lean:738-757
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
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.
Source project: Physlib
Person-level attribution pending.
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.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(∂U/∂β) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.