feat(AlgebraicGeometry): direct summand theorem and derived variant - #513
feat(AlgebraicGeometry): direct summand theorem and derived variant#513alreadydone wants to merge 5 commits into
Conversation
|
🤖 Claude says: Three changes, one of them a soundness bug.
example : ¬ (∃ π : (ZMod 2) →ₗ[ℤ] ℤ, π ∘ₗ Algebra.linearMap ℤ (ZMod 2) = .id) := by
rintro ⟨π, hπ⟩
have h1 : π (Algebra.linearMap ℤ (ZMod 2) 1) = 1 := by
rw [← LinearMap.comp_apply, hπ]; rfl
have h2 : (2 : ℤ) • (Algebra.linearMap ℤ (ZMod 2) 1) = 0 := by decide
have h3 := π.map_smul (2 : ℤ) (Algebra.linearMap ℤ (ZMod 2) 1)
rw [h2, map_zero, h1] at h3
simp at h3Adding The file does not compile.
On
|
|
Thanks to Claude for catching the error in the statement of I moved CategoryTheory.EnoughInjectives is Prop, so the statement doesn't depend on specific proofs of the Prop. |
No description provided.