All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

P P P! acc Cube

PureU1.VectorLikeEvenPlane.P_P_P!_accCube

Project documentation

Swapping the elements evenShiftFst j and evenShiftSnd j is equivalent to adding a vector basis!AsCharges j. -/ lemma swap!_as_add {S S' : (PureU1 (2 * n.succ)).LinSols} (j : Fin n) (hS : ((FamilyPermutations (2 * n.succ)).linSolRep (Equiv.swap (evenShiftFst j) (evenShiftSnd j))) S = S') : S'.val = S.val + (S.val (evenShiftSnd j) - S.val (evenShiftFst j))...

Exact Lean statement

lemma P_P_P!_accCube (g : Fin n.succ → ℚ) (j : Fin n) :
    accCubeTriLinSymm (P g) (P g) (basis!AsCharges j)
    = g (j.succ) ^ 2 - g (j.castSucc) ^ 2

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma P_P_P!_accCube (g : Fin n.succ  ) (j : Fin n) :    accCubeTriLinSymm (P g) (P g) (basis!AsCharges j)    = g (j.succ) ^ 2 - g (j.castSucc) ^ 2 := by  simp only [succ_eq_add_one, accCubeTriLinSymm,    TriLinearSymm.mk₃_toFun_apply_apply]  erw [sum_evenShift, basis!_on_evenShiftZero, basis!_on_evenShiftLast]  simp only [mul_zero, add_zero, Function.comp_apply, zero_add]  rw [Fintype.sum_eq_single j, basis!_on_evenShiftFst_self, basis!_on_evenShiftSnd_self]  · simp only [evenShiftFst_eq_evenFst_succ, mul_one, evenShiftSnd_eq_evenSnd_castSucc, mul_neg]    rw [P_evenFst, P_evenSnd]    ring  · intro k hkj    erw [basis!_on_evenShiftFst_other hkj.symm, basis!_on_evenShiftSnd_other hkj.symm]    simp only [mul_zero, add_zero]
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/QFT/QED/AnomalyCancellation/Even/BasisLinear.lean:689-702

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