-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting Radical.lean
#48
Comments
I think we may need to prove that, principal ideal generated by (our) radical (added) Here's a mathematical proof. Lemma. Proof) Maybe coprime induction... Theorem. Proof) ( ( |
UniqueFactorizationMonoid
with normalization (or even without normalization, up to unit), so we may upgrade them first by replacingk[X]
with generalUniqueFactorizationMonoid
RingTheory/UniqueFactorizationDomain.lean
? Or make a new lean fileRadical.lean
somewhere?Related:
UniqueFactorizationMonoid
in https://github.com/leanprover-community/mathlib4/blob/dfc07f1b6271219de25170e4936fee9443d4234c/Mathlib/RingTheory/UniqueFactorizationDomain.lean#L192NormalizationMonoid
in https://github.com/leanprover-community/mathlib4/blob/dfc07f1b6271219de25170e4936fee9443d4234c/Mathlib/Algebra/GCDMonoid/Basic.lean#L73The text was updated successfully, but these errors were encountered: