Skip to content

Commit

Permalink
extendedeuclidattempt
Browse files Browse the repository at this point in the history
  • Loading branch information
cymcymcymcym committed Sep 27, 2024
1 parent 1d43c6b commit c85e6ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UFT/UniquePrimeFactorization.lean
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ lemma prime_div_prime_implies_equality {α : Type} (R : WellOrderedRing α) (p :
exact req

--tbc
lemma extended_euclids_lemma {α : Type} (R : WellOrderedRing α) (p) (factor : List α) (hp : prime R p) (hfactor : ∀ q ∈ factor, prime R q) : p ∈ factor := by
sorry

0 comments on commit c85e6ad

Please sign in to comment.