Update LinearParameterization.lean
This commit is contained in:
parent
87183d6e93
commit
4528d22dc6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ lemma ext {S T : linearParameters} (hQ : S.Q' = T.Q') (hY : S.Y = T.Y) (hE : S.E
|
|||
cases' S
|
||||
simp_all only
|
||||
|
||||
/-- The map from the linear paramaters to elements of `(SMNoGrav 1).charges`. -/
|
||||
/-- The map from the linear parameters to elements of `(SMNoGrav 1).charges`. -/
|
||||
@[simp]
|
||||
def asCharges (S : linearParameters) : (SMNoGrav 1).charges := fun i =>
|
||||
match i with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue