finished a case of polytype 0

This commit is contained in:
chelseaandmadrid 2023-06-15 12:31:37 -07:00
parent 766c740c8d
commit 75cc002bef
2 changed files with 6 additions and 6 deletions

0
CommAlg/PolyTEST.lean Normal file
View file

View file

@ -134,13 +134,11 @@ def graded_isomorphism (𝒜 : → Type _) (𝓜 : → Type _) (𝓝 :
[∀ i, AddCommGroup (𝒜 i)] [∀ i, AddCommGroup (𝓜 i)] [∀ i, AddCommGroup (𝓝 i)]
[DirectSum.GCommRing 𝒜] [DirectSum.Gmodule 𝒜 𝓜][DirectSum.Gmodule 𝒜 𝓝]
(f : (⨁ i, 𝓜 i) →ₗ[(⨁ i, 𝒜 i)] (⨁ i, 𝓝 i))
(hf : graded_morphism (fun i => (𝒜 i)) (fun i => (𝓜 i)) (fun i => (𝓝 i)) f)
: (f : (⨁ i, 𝓜 i) ≃ₗ[(⨁ i, 𝒜 i)] (⨁ i, 𝓝 i)) := by
: IsLinearEquiv f := by
sorry
-- (⊕ i, 𝒜 i) (⨁ i, 𝓜 i) (⊕ i, 𝓝 i)
-- f ∈ (⨁ i, 𝓜 i) ≃ₗ[(⨁ i, 𝒜 i)] (⨁ i, 𝓝 i)
-- LinearEquivClass f (⨁ i, 𝒜 i) (⨁ i, 𝓜 i) (⨁ i, 𝓝 i)
-- #print IsLinearEquiv
#check graded_isomorphism
@ -284,6 +282,8 @@ theorem Hilbert_polynomial_d_0_reduced