Skip to content

Commit

Permalink
omitted some variables
Browse files Browse the repository at this point in the history
  • Loading branch information
FMLJohn committed Nov 23, 2024
1 parent 950a378 commit 5ad630a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Mathlib/RingTheory/Polynomial/Hilbert.lean
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ namespace Polynomial

section greatestFactorOneSubNotDvd

variable {R : Type*} [CommRing R] [Nontrivial R] [NoZeroDivisors R]
variable (p : R[X]) (hp : p ≠ 0) (d : ℕ)
variable {R : Type*} [CommRing R] (p : R[X]) (hp : p ≠ 0) (d : ℕ)

/--
Given a polynomial `p`, the factor `f` of `p` such that the product of `f` and
Expand Down

0 comments on commit 5ad630a

Please sign in to comment.