theorem
proved
equalZ_at_any
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.AnchorPolicyModel on GitHub at line 60.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
57 simp [f_residue_model]
58
59/-- Equal-Z degeneracy holds by definition in the model. -/
60theorem equalZ_at_any {f g : Fermion} (hZ : ZOf f = ZOf g) (mu : ℝ) :
61 f_residue_model f mu = f_residue_model g mu := by
62 simp [f_residue_model, hZ]
63
64end AnchorPolicyModel
65end IndisputableMonolith.Physics