Skip to content

Commit

Permalink
Merge pull request #279 from HEPLean/fix-typos
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
jstoobysmith authored Jan 16, 2025
2 parents 6455509 + 7b8a6f6 commit 5e4893c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HepLean/AnomalyCancellation/SM/NoGrav/One/Lemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lemma E_zero_iff_Q_zero {S : (SMNoGrav 1).Sols} : Q S.val (0 : Fin 1) = 0 ↔
exact Iff.intro (fun hQ => S'.cubic_zero_Q'_zero hC hQ) (fun hE => S'.cubic_zero_E'_zero hC hE)

/-- For a set of 1-family SM charges satisfying all ACCs except the gravitational,
if the `Q` charge is zero then the charges satisfy the gravitional ACCs. -/
if the `Q` charge is zero then the charges satisfy the gravitational ACCs. -/
lemma accGrav_Q_zero {S : (SMNoGrav 1).Sols} (hQ : Q S.val (0 : Fin 1) = 0) :
accGrav S.val = 0 := by
rw [accGrav]
Expand All @@ -50,7 +50,7 @@ lemma accGrav_Q_zero {S : (SMNoGrav 1).Sols} (hQ : Q S.val (0 : Fin 1) = 0) :
linear_combination 3 * h2

/-- For a set of 1-family SM charges satisfying all ACCs except the gravitational,
if the `Q` charge is not zero then the charges satisfy the gravitional ACCs. -/
if the `Q` charge is not zero then the charges satisfy the gravitational ACCs. -/
lemma accGrav_Q_neq_zero {S : (SMNoGrav 1).Sols} (hQ : Q S.val (0 : Fin 1) ≠ 0) :
accGrav S.val = 0 := by
have hE := E_zero_iff_Q_zero.mpr.mt hQ
Expand Down

0 comments on commit 5e4893c

Please sign in to comment.