Merge pull request #105 from GTBarkley/monalisa4

white space
This commit is contained in:
ah1112 2023-06-16 19:19:10 -04:00 committed by GitHub
commit 3b9a47ac6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ macro "obviously" : tactic =>
-- Testing of Polynomial
section Polynomial
noncomputable section
example (f : Polynomial ) (hf : f = Polynomial.C (1 : )) : Polynomial.eval 2 f = 1 := by
have : ∀ (q : ), Polynomial.eval q f = 1 := by
sorry