Vector Like Even in span
PureU1.VectorLikeEvenPlane.vectorLikeEven_in_span
Project documentation
A point in the span of the first part of the basis. -/ def P' (f : Fin n.succ → ℚ) : (PureU1 (2 * n.succ)).LinSols := ∑ i, f i • basis i lemma P'_val (f : Fin n.succ → ℚ) : (P' f).val = P f := by simp only [succ_eq_add_one, P', P] funext i rw [sum_of_anomaly_free_linear, sum_of_charges] rfl /-! ### B.11. The basis vectors are linearly independent -/ theor...
Source project: Physlib
Person-level attribution pending.