Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Misaka committed Oct 5, 2024
1 parent ec9e77b commit 4874898
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions FilteredRing/category.lean
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ instance : Category (FilModCat R F) where
rename_i X Y Z
have aux1 := f.2 i
have aux2 := g.2 i
suffices g.1 '' (f.1 '' (X.fil i)) ≤ (Z.fil i) from by
simp_all only [Set.le_eq_subset, Set.image_subset_iff, LinearMap.coe_comp, Function.comp_apply]
exact this
simp_all only [Set.le_eq_subset, Set.image_subset_iff]
simp_all only [Set.le_eq_subset, Set.image_subset_iff, LinearMap.coe_comp, Function.comp_apply]
exact fun _ hx ↦ aux2 <| aux1 hx⟩
id_comp _ := rfl
comp_id _ := rfl
Expand Down

0 comments on commit 4874898

Please sign in to comment.