P P P! acc Cube
PureU1.VectorLikeOddPlane.P_P_P!_accCube
Project documentation
A point in the span of the second part of the basis. -/ def P!' (f : Fin n → ℚ) : (PureU1 (2 * n + 1)).LinSols := ∑ i, f i • basis! i lemma P!'_val (f : Fin n → ℚ) : (P!' f).val = P! f := by simp only [P!', P!] funext i rw [sum_of_anomaly_free_linear, sum_of_charges] rfl /-! ### C.11. The basis vectors are linearly independent -/ theorem basis!_linear_ind...
Source project: Physlib
Person-level attribution pending.