Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertJ-314 committed Oct 5, 2024
2 parents 1c52357 + 1f251dd commit 96e563f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions FilteredRing/graded.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ variable {ι : Type v} [OrderedAddCommMonoid ι] [DecidableEq ι] [PredOrder ι]

variable (F : ι → AddSubgroup R) [FilteredRing F]

instance {i : ι}: F (PredOrder.pred i) ≤ F i :=
FilteredRing.mono (PredOrder.pred i) (PredOrder.pred_le i)

def gradedMap (F : ι → AddSubgroup R) [FilteredRing F] : ι → AddSubgroup R := sorry
def gradedMap {i : ι} : Module R ((F i) ⧸ (F (PredOrder.pred i)).addSubgroupOf (F i)) := sorry

instance : GradedRing (gradedMap F) := sorry
-- instance : GradedRing (gradedMap F) := sorry

0 comments on commit 96e563f

Please sign in to comment.