Cancellation on a prime analytic zero set #
The generic-fiber proof repeatedly clears a denominator D which is not in
the contracted prime. If D * c vanishes on that prime's local zero set,
the lower-dimensional prime theorem puts the product in the prime, and
primality cancels D.
theorem
LocalComplexGeometry.mem_prime_of_mul_mem_of_not_mem
{n : ℕ}
{P : Ideal ↥(HolomorphicGerm n)}
(hP : P.IsPrime)
{D c : ↥(HolomorphicGerm n)}
(hD : D ∉ P)
(hDc : D * c ∈ P)
:
Cancel a nonmember from a product in a prime ideal.
theorem
LocalComplexGeometry.mem_prime_of_mul_vanishes_on_zeroSet
{n : ℕ}
(hprime : PrimeZeroSetProperty n)
(P : Ideal ↥(HolomorphicGerm n))
(hP : P.IsPrime)
{D c : ↥(HolomorphicGerm n)}
(hD : D ∉ P)
(hvanish : idealZeroSetGerm P ≤ germZeroLocus (D * c))
:
Prime zero-set cancellation in the exact form used after denominator clearing.