Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dagurtomas committed Oct 1, 2024
1 parent f45532a commit b6c7975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LeanCondensed/Projects/LightSolid.lean
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ abbrev induced_from_one_minus_shift (A : LightCondMod R) :

variable {R : Type} [CommRing R]

/-- A light condensed `R`-module `A` is *solid* if the shift map `ℕ∪∞ → ℕ∪∞` induces an isomorphism
on internal homs into `A` -/
class IsSolid (A : LightCondMod R) : Prop where
one_minus_shift_induces_iso : IsIso ((pre (one_minus_shift R)).app A)

Expand Down

0 comments on commit b6c7975

Please sign in to comment.