42lemma diff_const_on_component {δ : ℤ} {p q : Pot M} 43 (hp : DE (M:=M) δ p) (hq : DE (M:=M) δ q) {x0 y : M.U}
proof body
Tactic-mode proof.
44 (hreach : Causality.Reaches (Kin M) x0 y) : 45 (p y - q y) = (p x0 - q x0) := by 46 rcases hreach with ⟨n, h⟩ 47 simpa using diff_const_on_ReachN (M:=M) (δ:=δ) (p:=p) (q:=q) hp hq (n:=n) (x:=x0) (y:=y) h 48 49/-- If two δ‑potentials agree at a basepoint, they agree on its n-step reach set. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.