Skip to content

Commit

Permalink
progress on Envelope.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
mariainesdff committed Dec 4, 2024
1 parent 1f80b41 commit 2ab7725
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions DividedPowers/DPAlgebra/Envelope.lean
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,25 @@ theorem dpEnvelope_IsDPEnvelope' [DecidableEq B] [∀ x, Decidable (x ∈ (dpId
· simp only [dpIdealOfIncluded]
apply Set.mem_of_subset_of_mem _ hx
simp only [SetLike.coe_subset_coe]

sorry
have heq : algebraMap B (dpEnvelope hI J) =
(algebraMap (DividedPowerAlgebra B ↥(J' I J)) (dpEnvelope hI J)).comp
(algebraMap B (DividedPowerAlgebra B ↥(J' I J))) := by rfl
rw [heq, ← Ideal.map_map]
apply Ideal.map_mono
intro x hx
simp only [map] at hx
--simp only [mem_augIdeal_iff]
apply Submodule.span_induction hx (p := fun x ↦ x ∈ _)
· intro y hy
simp only [Set.mem_image, SetLike.mem_coe] at hy
obtain ⟨z, hzJ, rfl⟩ := hy
simp only [mem_augIdeal_iff]
simp only [AlgHom.commutes, Algebra.id.map_eq_id, RingHom.id_apply]
-- This isn't right...
sorry
· sorry
· sorry
· sorry
dpow_comp := fun a ha => by
--have := φ.dpow_comp
obtain ⟨r, s⟩ := hI1
Expand Down

0 comments on commit 2ab7725

Please sign in to comment.