feat: Update todos

This commit is contained in:
jstoobysmith 2025-03-21 13:52:24 -04:00
parent 7e5337ef0d
commit cfcdb880c3
2 changed files with 7 additions and 2 deletions

View file

@ -60,5 +60,8 @@ def MaxwellEquations (E : ElectricField) (B : MagneticField) : Prop :=
𝓔.GaussLawElectric E ∧ GaussLawMagnetic B ∧
FaradayLaw E B ∧ 𝓔.AmpereLaw E B
TODO "Show that if the charge density is spherically symmetric,
then the electric field is also spherically symmetric."
end EMSystem
end Electromagnetism

View file

@ -70,7 +70,9 @@ lemma derivative_repr {d n m : } {cm : Fin m → (realLorentzTensor d).C}
· rw [← differentiableAt_pi]
exact h1
TODO "Prove that the derivative obeys the correct equivariant with respect to the
Lorentz group."
TODO "Prove that the derivative obeys the following equivariant
property with respect to the Lorentz group.
For a function `f : T(d, cm) → T(d, cn)` then
`Λ • (∂ f (x)) = ∂ (fun x => Λ • f (Λ⁻¹ • x)) (Λ • x)`."
end realLorentzTensor