Skip to content

Commit

Permalink
chore(field_theory/laurent): drop unused 'have'. (#12516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben-VandeVelde committed Mar 8, 2022
1 parent dc093e9 commit b4a7ad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/field_theory/laurent.lean
Expand Up @@ -38,7 +38,6 @@ begin
intros x hx,
have : x = taylor (r - r) x,
{ simp },
have ht := polynomial.taylor_injective r,
rwa [this, sub_eq_add_neg, ←taylor_taylor, ←taylor_mul,
linear_map.map_eq_zero_iff _ (taylor_injective _),
mul_right_mem_non_zero_divisors_eq_zero_iff hp,
Expand Down

0 comments on commit b4a7ad6

Please sign in to comment.